Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way I can see only the Total and hide the cell contents as in the attached screen shot in a Straight Table
Maybe by removing the dimensions from the straight table?
NO cuz I have other columns which I need, so cant remove the Dimension
Maybe using Dimensionality() in your expression to check for total line:
=If(Dimensionality() = 0, YourExpression, ' ')
Replace YourExpression with your current expression for that column.
Hi, try
=If(RowNo() = 0, <<your expression>>)
or make a trick and assign column font color = background color (:
you can go with a text box if you want only total it self.
or else
In straight table you can go with a dimensionality()=0 function for total line itself and by making Supress Header Row in presentation tab .