OBJECT
ViewPivotReportTab
link GraphQL Schema definition
- type ViewPivotReportTab implements ViewReportTab {
- # Which leading rows and columns stay frozen while scrolling: none, the first row,
- # the first column, or the first row and column.
- : FrozenPaneType!
- # Chart configuration for this report tab.
- : ReportChart!
- # Additional value fields computed for the report, such as calculated formula
- # fields, rollup summary fields and converted-currency fields.
- : [ReportValueField!]!
- # History configuration when the report tracks field values over time, either as a
- # comparison against specific dates or as a trend over a period.
- : ReportHistory
- # Identifier of the currency that monetary values in the report are displayed in.
- : UUID!
- # Configuration of the totals shown for the pivot table.
- : PivotReportTotal!
- # List of the field IDs that are reported as pivot rows, beware if depth is very
- # big report generates an Out of size error report
- : [PivotField!]!
- # Width of the leading row-number column; if Null the default width is used.
- : Int
- # Width of the row-label value columns; if Null the default width is used.
- : Int
- # List of the field IDs that are reported as pivot columns, beware if depth is
- # very big report generates an Out of size error report
- : [PivotField!]!
- # Value columns aggregated for each cell of the pivot, each with its aggregation
- # operator and optional comparison.
- : [AggregationField!]!
- # Whether users can drill down from a pivot cell into the underlying records.
- : Boolean!
- # List of fields to display as drilldown table
- : [DisplayFieldItem!]!
- }
link Require by
- AccountPivotReportProfilenull
- ActivityPivotReportProfilenull
- ContactPivotReportProfilenull
- CustomEntityPivotReportProfilenull
- EmailPivotReportProfilenull
- FeedPivotReportProfilenull
- LeadOpportunityPivotReportProfilenull
- NotePivotReportProfilenull
- PivotReportTabsInterfacenull
- ProductPivotReportProfilenull
- ProjectPivotReportProfilenull
- QuotePivotReportProfilenull
- TimeframePivotReportProfilenull