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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
D19PAL
Creator II
Creator II

Hide rows in a straight table measure

Hi Guys.

I have an if statement and if conditions met = 1.  In the table I only want to show the 1s in the measure, cant turn it into a dimension.

 

Is there a way?

Thanks

Labels (2)
1 Solution

Accepted Solutions
Or
MVP
MVP

Uncheck "Include 0 values" and make sure your else() doesn't return a value other than 0 or null.

Or_0-1648466685201.png

 

View solution in original post

2 Replies
Or
MVP
MVP

Uncheck "Include 0 values" and make sure your else() doesn't return a value other than 0 or null.

Or_0-1648466685201.png

 

D19PAL
Creator II
Creator II
Author

Thanks