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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
denis115
Creator
Creator

selection

HI! I have 3 objects: client ,unloadplace and product, when I select a field from client and after I select a field from unloadplace, I need to see all products of this client in another tabrow but not  only field of selected unloadplace, is it possible? I've used : sum({$1}product) and it worked but I need something more universal because there are different situations when first I select field from unloadplace and after this I select client and I need to change expression from   sum({$1}product) into sum({$2}product).

Thanks in advance!
3 Replies
felipedl
Partner - Specialist III
Partner - Specialist III

Hi Cucuta,

If I understood your problem, you need to show all products a specific client has, ignoring the unloadplace selection correct?

If so, you can treat it inside the set analysis, ignoring the selection of unloadplace, something like this

sum({<unloadplace>}product) // This will ignore the unloadplace selections.


Felipe.

denis115
Creator
Creator
Author

Thanks!

oknotsen
Master III
Master III

If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post; not visible in preview) and Helpful Answers (found under the Actions menu under every post).

If not, please make clear what part of this topic you still need help with .

May you live in interesting times!