Determines whether to show a total of all values in the pivot table columns.
No | Total will be hidden. |
Yes | Total will be shown (this is the default value). |
Generators: .NET, .NET Framework, Java
Controls: QueryViewer
When working with a PivotTable, you can show or hide column totals for the entire table.
This is useful when some of the attributes in the data area can't be summarized by one of the attributes in the columns (i.e. Sales by different currencies).
This property applies both at run-time and at design-time.
QueryViewer1.TotalForColumns = QueryViewerTotal.No
To apply the corresponding changes when the property value is configured, execute a Build with this Only of the object.
This property is available since GeneXus 17 Upgrade 8.
Total For Rows property in QueryViewer