I need to show the table expression total on the top of the table (not pivot) but:
- if I use the formula Only({State1}ItemPrice)*Quantity it does not show the expression total on the top of the table (blank)
- if I use the formula Sum({State1}ItemPrice)*Quantity in the expression total it shows the sum of ALL the ItemPrice without consider the dimensions selected.
I think I need the equivalent of the $ for the set modifiers... Is there anything I can do?