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: 
Not applicable

intersection of possible field values across alternate states

I would like to create a delimited list of the intersection of possible values from the same field in alternate states to use in a Toggle Select Action?

If I have concat({[Group 1]} NAME, '|') = Bob|Tom|Harry

and concat({[Group 2]} NAME, '|') = Bob|Nick|Mike|Tom

I need Bob|Tom for my Toggle Select.

Help much appreciated.

Thanks!

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hi

use

=

Concat({Group1*Group2}Distinct NAME,'|')

View solution in original post

2 Replies
lironbaram
Partner - Master III
Partner - Master III

hi

use

=

Concat({Group1*Group2}Distinct NAME,'|')

Not applicable
Author

Thank you!