INTERFACE

PivotReportTabsInterface

link GraphQL Schema definition

  • interface PivotReportTabsInterface {
  • # Filter conditions that determine which records the pivot report includes.
  • filter: ProfileFilterBaseInterface!
  • # View configuration of the pivot report, including its row and column dimensions,
  • # aggregation columns, totals and chart.
  • view: ViewPivotReportTab!
  • }