OBJECT
ViewTableReportTab
link GraphQL Schema definition
- type ViewTableReportTab 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!
- # Fields the table rows are sorted by, in priority order, each with its sort
- # direction.
- : [SortField!]!
- # Fields the table rows are grouped by, in nesting order.
- : [GroupField!]!
- # Configuration of the totals rows shown for groups and the whole table.
- : TableReportTotal!
- # Whether line breaks within text values are preserved when the table is rendered.
- : Boolean!
- }
link Require by
- AccountTableReportProfilenull
- ActivityTableReportProfilenull
- ContactTableReportProfilenull
- CustomEntityTableReportProfilenull
- EmailTableReportProfilenull
- FeedTableReportProfilenull
- LeadOpportunityTableReportProfilenull
- NoteTableReportProfilenull
- ProductTableReportProfilenull
- ProjectTableReportProfilenull
- QuoteTableReportProfilenull
- TableReportTabsInterfacenull
- TimeframeTableReportProfilenull