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

Straight Table Expression

All,

I have a straight table with one single dimension and 8 expressions. Is there a way i can suppress the values of the dimension if they're "0" in say expression 5 or any expression for example? 

Bad Example, but say this is my straight table. Since "Count" has the two "0" values I want to suppress D and E. Is this possible? Granted the expressions I'm working with are much more extensive.

ex.png

1 Solution

Accepted Solutions
sunny_talwar

May be this as your calculated dimension:

=If(Aggr(YourExpressionForCount, Name) > 0, Name) and then 'Suppress When Value Is Null' on dimension tab.

View solution in original post

3 Replies
sunny_talwar

May be this as your calculated dimension:

=If(Aggr(YourExpressionForCount, Name) > 0, Name) and then 'Suppress When Value Is Null' on dimension tab.

Not applicable
Author

Yep, that was it. Thanks Sunny!

sunny_talwar

Not a problem

Glad we were able to resolve it quickly.

Best,

Sunny