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

Set Analysis

Hello,

I have a list of Process and out of which I want only Process "a" & "b" data in sheet. I used Set for the same. But my requirement is

1> If user select only process "a" then it should show data for process "a"

2> If user select any process other than "a" & "b" then it should show data for "a" & "b" only.

Attached is my qvw

13 Replies
tresesco
MVP
MVP

Yes, I did not read you right.

mahendragaur
Creator
Creator
Author

Hello Anil,

If I have 3 process a, b and c and I want to get data for 'a' & 'b' or 'b' & 'c' then what should I do?

Do I have to use all combination of these processes in "if and else" or is there any other way to do the same?

Regards,

Mahendra

Anil_Babu_Samineni

Yes, You can use accordingly. And By chance look Pick and Match Function as well. That would more performance instead of If else condition in UI. If it is script, Then it's cool

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
mahendragaur
Creator
Creator
Author

By using this method it'll be bit complex because I'm not sure for the number of processes. It is more than 8 and if I'll try to make all the combinations for this 8 and then I think it won't be possible to do with the help of this method.