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: 
ivandrago
Creator II
Creator II

Set analysis to filter on Qualify Table field

Hi,

I have the attached Document where I have two charts "Analysis" and "Customer Analysis", when I select a Customer from the "Customer Analysis" chart the other table will go empty. The reason for this is that the chart "Analysis" is using measures from a Qualify table, therefore I want the set analysis within the measures to use the Customer from the Qualify table, is this feasible?

Thanks

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Maybe like

Sum({$<[Record Type] = {'Engineer'},Customer=, EUV.Customer =p(Customer)>} [EUV.Fixed])

View solution in original post

2 Replies
swuehl
MVP
MVP

Maybe like

Sum({$<[Record Type] = {'Engineer'},Customer=, EUV.Customer =p(Customer)>} [EUV.Fixed])

ivandrago
Creator II
Creator II
Author

Nice work Stefan! Thanks