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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
NK
Contributor II
Contributor II

How to limit dimensions

Hello,

I want to create a Bar Chart with Report Date as Dimension and the sum of defect per product (only product A + product B) as measure.

Is there any way to limit the element of measure?

The source is like this↓ 

Picture2.png

 

Thank you.

1 Solution

Accepted Solutions
Kashyap_R
Partner - Specialist
Partner - Specialist

hi

Try this

Sum({<Product={'A','B'}>}defectperproduct)

Thanks

Thanks and Regards
Kashyap.R

View solution in original post

2 Replies
Kashyap_R
Partner - Specialist
Partner - Specialist

hi

Try this

Sum({<Product={'A','B'}>}defectperproduct)

Thanks

Thanks and Regards
Kashyap.R
NK
Contributor II
Contributor II
Author

It worked!

Thank you very much.