Hi,
In the following table, we've configured the "Header" with "Sum" for certain columns, and we're wondering whether it's possible to exclude certain rows from the calculation.
For example, we'd like to remove the row with the key "324_Total" from the calculation (without removing the row itself):
Thanks
Hi,
That is currently not possible to exclude rows from the header calculation.
Two alternatives are:
1) Add a single parameter, and do the calculation from a QAction with the rows that need to be taken into account
2) Or add a second column that contains the values that need to be taken into account, and zero for the ones that need to be ignored
A feature suggestion could also be added here to have the possibility to ignore rows from the header calculation.
Thank you