Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Yes, I did not read you right.
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
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
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.