Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have a pivot chart which looks like this:
How can I display the expression, only at the Total Level? and looks like this:
This is because SaleReps is a numeric column coming from a less granular table
thanks in advance
Modify the expression:
if(dimensionality()<=1, sum(SaleReps))
Regards,
Michael
Modify the expression:
if(dimensionality()<=1, sum(SaleReps))
Regards,
Michael