I have two columns with the total represented as the 'Sum of Rows'
I'm trying to get the % change by using this expression: Column(4) / Column(3) - 1, but it's using the expression totals rather than the totals shown in the table.
How do I get QlikView to use the row totals in the table rather than the expression totals?