Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to hide the dimension if the value of the expression is null or zero in bar chart..
Thank you
Thank you Rob
Hi,
Try like this in
Properties -> Dimension -> Select Dimension -> Enable Condition and give below condition
=Alt(Sum(SomeMeasureName), 0) <> 0
HOpe this helps you.
Regards,
Jagan.
Note that as of QV11 SR13 or QV12, you can have multi-line x-Axis labels (without using diag option). So your calculated dim can include a line feed:
Month & chr(10) & Accountable