Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

bar chart develop exclude the some records

i have one dimension like this 'status'.the  data like op, recom, app, close, gp....etc. and sales column  I develop the one bar chart using this fields.

I need develop the only op,recom,app (remaining are exclude) data using to develop the bar chart. how to do that.plz tell me...

1 Reply
sundarakumar
Specialist II
Specialist II

use set analysis

in expression

=sum({<status={'op','recom','app'}>}sales)

this will do.

-Sundar