OBJECT
NoteTableReportProfile
link GraphQL Schema definition
- type NoteTableReportProfile implements TableReportTabsInterface, QuickFilterInterface, ReportTabInterface, NoteProfileInterface, ProfileTabsInterface, ProfileFilterBoxTabsInterface {
- # Filter conditions that determine which records the report includes.
- : NoteFilterTab!
- # View configuration of the table report, including its columns, sorting,
- # grouping, totals and chart.
- : ViewTableReportTab!
- # Ad-hoc filter applied on top of the saved filter, narrowing the visible records
- # without changing the profile.
- : QuickFilterTab!
- }
link Require by
This element is not required by anyone