Dashboard Pivot Table Configuration
data class DashboardPivotTableConfiguration(val fieldOptions: DashboardPivotTableFieldOptions? = null, val fieldWells: DashboardPivotTableFieldWells? = null, val paginatedReportOptions: DashboardPivotTablePaginatedReportOptions? = null, val sortConfiguration: DashboardPivotTableSortConfiguration? = null, val tableOptions: DashboardPivotTableOptions? = null, val totalOptions: DashboardPivotTableTotalOptions? = null)
Constructors
Link copied to clipboard
constructor(fieldOptions: DashboardPivotTableFieldOptions? = null, fieldWells: DashboardPivotTableFieldWells? = null, paginatedReportOptions: DashboardPivotTablePaginatedReportOptions? = null, sortConfiguration: DashboardPivotTableSortConfiguration? = null, tableOptions: DashboardPivotTableOptions? = null, totalOptions: DashboardPivotTableTotalOptions? = null)
Properties
Link copied to clipboard
The field options for a pivot table visual.
Link copied to clipboard
The field wells of the visual.
Link copied to clipboard
The paginated report options for a pivot table visual.
Link copied to clipboard
The sort configuration for a PivotTableVisual
.
Link copied to clipboard
The table options for a pivot table visual.
Link copied to clipboard
The total options for a pivot table visual.