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

filter a filed

How can I filter the field Status with value 'Approved'

1 Reply
Not applicable
Author

Helo avmedubai!

You need something like this, or I didn't understand at all?

//In Script

[TABLE_ALIAS]:

Load * From table where PO_Status = 'Approved';

//In layout (Graphics, Dynamical tables, etc)

sum({<PO_Status={'Approved'}>} POxxxxx)

Good Luck,

Bruno