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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
alexpanjhc
Specialist
Specialist

how to show this?

Hello

I have  a client ID that i already selected and i also want to select a group of ID that is in category  X

Client ID Category
A Y
B X
C X
D Z

let's say i already have the client A selected so the table will show only first line, but now i also select category X in a drop down list

how can I show A, B, C in the table?

any help will be greatly appreciated.

 

Labels (1)
4 Replies
marcus_sommer

It's not possible. There is no association between the data of Client = A AND Category = X.

Mark_Little
Luminary
Luminary

Like Marcus, Say you can do exactly what you ask because of the associative engine. You can get set analysis to ignore certain selections on Dimensions.

COUNT({<"Client ID">}Category)

But the above example when you select Category X the Client ID would be unselected as no association

alexpanjhc
Specialist
Specialist
Author

i was thinking using P() but was not sure how

MarcoWedel

using a set expression and an alternate state might be a solution :

 

MarcoWedel_1-1690030871414.png