Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
For one of the expression , I need to show only subtotals not the other values in pivot table column.
Is it possible.
Thanks
May be like:
If( dimensionality()=0 OR dimensionality()=3, <Your Expression>)
Try like:
Expression: If( dimensionality()=0, <Your Expression>)
or
Expression: If( Secondarydimensionality()=0, <Your Expression>)
Hi Tresco,
Thanks for the response,
Can you please tell me how to show expression values at 2 dimensionality levels.
I need to, show subtotal at dimensionality level 0 and 3.
Thanks
May be like:
If( dimensionality()=0 OR dimensionality()=3, <Your Expression>)