Determines whether to show a total of all values in the pivot table rows.
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 row 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 rows (i.e. Sales by different currencies).
This property applies both at run-time and at design-time.
QueryViewer1.TotalForRows = 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 Columns property in QueryViewer