INPUT_OBJECT

Sheet_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input Sheet_Filter {
  • # Server path to sheet
  • path: String
  • # Server path to sheet
  • pathWithin: [String]
  • # Locally unique identifier used for the REST API on the Tableau Server (Blank if
  • # worksheet is hidden in Workbook)
  • luid: String
  • # Locally unique identifier used for the REST API on the Tableau Server (Blank if
  • # worksheet is hidden in Workbook)
  • luidWithin: [String]
  • # Unique ID for the sheet generated for and stored within the workbook, survives
  • # renames, and is used for internal processes
  • documentViewId: String
  • # Unique ID for the sheet generated for and stored within the workbook, survives
  • # renames, and is used for internal processes
  • documentViewIdWithin: [String]
  • # Name shown in server and desktop clients
  • name: String
  • # Name shown in server and desktop clients
  • 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