MAIDR Documentation - v4.4.0
    Preparing search index...

    Interface TableauSelectionCriteria

    One clause of selectMarksByValueAsync.

    Note value is singular even when it carries a list of values — that is Tableau's spelling, and getting it wrong silently selects nothing.

    interface TableauSelectionCriteria {
        fieldName: string;
        value: string | string[] | TableauRangeValue;
    }
    Index

    Properties

    Properties

    fieldName: string
    value: string | string[] | TableauRangeValue