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

    Type Alias TableauFieldColumnType

    TableauFieldColumnType: "continuous" | "discrete" | "unknown"

    Values of Tableau's ColumnType enum: whether a field is discrete or continuous, as the author placed it.

    Mirrors ColumnType in ExternalContract/Shared/Namespaces/Tableau.d.ts. 'unknown' is a value the enum really declares, not a placeholder.