Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to display totals below straight table. There is any option like Totals on First row or Totals on Last row rather than expression.
If i would be resolved by expression itself, can you write it simple way.

Note: I used list of measures as Dimension.
Thanks,
Nihhal.
I got solution as i used SUM in expression instead of using in variable, to get right data i used aggr with sum in variable (expression).
Fx:
sum(If(field ='A', $(vVariable))
You are the best bro. Many thanks