INPUT_OBJECT

Column_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input Column_Filter {
  • # True if this column has an active data quality warning. Available in Tableau
  • # Cloud October 2022 / Server 2022.3 and later.
  • hasActiveWarning: Boolean
  • # True if this column has an active data quality warning. Available in Tableau
  • # Cloud October 2022 / Server 2022.3 and later.
  • hasActiveWarningWithin: [Boolean]
  • # Locally unique identifier used for the REST API on the Tableau Server
  • luid: String
  • # Locally unique identifier used for the REST API on the Tableau Server
  • luidWithin: [String]
  • # Optional display name for column
  • displayName: String
  • # Optional display name for column
  • displayNameWithin: [String]
  • # Name of column
  • name: String
  • # Name of column
  • nameWithin: [String]
  • # Unique identifier used by the metadata API. Not the same as the numeric ID used
  • # on server
  • id: ID
  • # Unique identifier used by the metadata API. Not the same as the numeric ID used
  • # on server
  • idWithin: [ID]
  • }

link Require by