Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
See why Qlik was named a Leader in the 2025 Gartner® Magic Quadrant™ for Augmented Data Quality Solutions: GET THE REPORT
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.