OBJECT
FeedTableReportProfile
link GraphQL Schema definition
- type FeedTableReportProfile implements QuickFilterInterface, ReportTabInterface, ProfileTabsInterface, ProfileFilterBoxTabsInterface, FeedReportProfileInterface, TableReportTabsInterface, RoleProfileInterface {
- # Ad-hoc filter applied on top of the saved filter, narrowing the visible records
- # without changing the profile.
- : QuickFilterTab!
- # Filter conditions that determine which records the report includes.
- : FeedFilterTab!
- # Ownership scope of the records shown, such as own, shared or managing-unit
- # items.
- : FeedRoleTab!
- # View configuration of the table report, including its columns, sorting,
- # grouping, totals and chart.
- : ViewTableReportTab!
- }
link Require by
This element is not required by anyone