Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bar Chart

How to hide the dimension if the value of the expression is null or zero in bar chart..

Thank you

12 Replies
Not applicable
Author

Thank you Rob

jagan
Partner - Champion III
Partner - Champion III

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.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

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