Skip to main content
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