Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Possible Selection

I have two Fields 'Market' and 'Product'.

The table is Like this

MarketProduct
AK
AL
AM
AN
BP
BQ
BR
CX
CY
CZ

Product K.L,M,N fall under market A,    P,Q,R  fall under market B and X,Y,Z fall under market C.

Now if i select a Product the corresponding market gets filtered but i want the filtered market to be selected. How can i do that.

I have attached a sample QVW for the same.

2 Replies
Not applicable
Author

I don't know exactly what you want but if you have for example a field qty then you can use this as expression to sum the quantity on the whole market if you select a product:

sum({1<Market>}qty)

Does this help you a bit?

Anonymous
Not applicable
Author

Create a trigger on field Product, on event OnSelect (document priperties, triggers).  The action should be Selct Possible in field Market.

Regards,

Michael