Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
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!