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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

values in dimension disregarding selections

Hey,

I have three fields (ID, product, sales). One of them I use as a dimension (product) and one as an expression (sales) in a chart.

I want that dimension (product) shows only values, that depend on selections in ID field and do not depend on any selections in product field.   

In this case: when I select 001 in ID and cookie in product field, I want to see in product dimension cookie and pie (and not only cookie!).

I suppose it should be solved with set analysis, but I need help.

Many thanks

Labels (1)
2 Replies
sunny_talwar

May be try this

=Sum({<product>}sales)

Capture.PNG

Not applicable
Author

Thank you Sunny!