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: 
brettaustin
Contributor III
Contributor III

Straight Table with Expression Not displaying all Data

I created a straight table with an expression to 'filter' the data.  When I remove one of the columns, one of the records disappears!?   What is going on here!  See attached for example

Please help!

1 Solution

Accepted Solutions
sunny_talwar

Try using set analysis instead of if statement

Only({<Status = {'5. Validation'}, [Current State] = {'Y'}>} Status)


Capture.PNG

View solution in original post

2 Replies
sunny_talwar

Try using set analysis instead of if statement

Only({<Status = {'5. Validation'}, [Current State] = {'Y'}>} Status)


Capture.PNG

brettaustin
Contributor III
Contributor III
Author

Works GREAT!  Thank you Sunny!