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: 
aetingu12
Creator
Creator

Keeping Select Possible for a field from within expression

Dear all,

I am doing an analysis on some data that requires me to keep a certain field static (all possible selected) while I change select another field.

Here is an example with the bike equipment database from qlikview:

I have a pivot table with Date, Product and Sales.  If I filter on one product "AWC Logo Cap", I end up with 4 customers who has bought that product.  What  I need is to keep those customers static and bring in all of the products these 4 had bought.

I hope that makes sense.

1.PNG2.PNG

 

Any help is more than appreciated.

Regards,

Aksel

Labels (2)
1 Solution

Accepted Solutions
marcus_sommer

You could try an expression like:

sum({< Customer = p(Customer), Product >} Sales)

- Marcus

View solution in original post

1 Reply
marcus_sommer

You could try an expression like:

sum({< Customer = p(Customer), Product >} Sales)

- Marcus