Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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