Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do I creating a table while filtering on Yes/No field?

v11.2

I am new to Qlik View so forgive this basic question.  We are building charts and tables using a system already linked to the data tables in our ERP system.  Therefore, I'm not looking to create code with "Load" statements instead I am using the chart dimensions and expressions.  I am looking to select only the items with [Sold Item] = "Yes" using an expression in a chart builder.

Thank you!

4 Replies
Anonymous
Not applicable
Author

Create a New Sheet Object of type List Box and select [Sold Item] as its Field.

Then in the List Box select Yes or No as per your needs.

Not applicable
Author

If you want to create Sold Item as an expression, try this

Only({<[Sold Item]={'Yes'}>} [Sold Item])

If you have any other expressions with [Sold Item], you have to use the set expression {<[Sold Item]={'Yes'}>} in all the other expression definitions also.

Regards,

KKR

Not applicable
Author

Thank you.  That did it perfectly.

Not applicable
Author

Hi Craig,

Please close the discussion if it answered your question.

Regards,

KKR