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

list of records that fufill a given condition

This must be really basic,

How can i create a list of records that meet a certain criteria?

i want all records where OPEN='Y' but i can see where i do that.

Steve

2 Replies
Not applicable
Author

You must define the condition in your expression:

IF(OPEN = 'Y', YOUR_FIELD)

johnw
Champion III
Champion III

Or even more basic - create a list box for OPEN, and select Y. Not sure what you're really asking for, though.