Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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