Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Current selections


Hi all,

Can anyone tell how to get the current selection of particular field?

1 Solution

Accepted Solutions
Not applicable
Author

Or

=GetFieldSelections (Field_Name)

View solution in original post

3 Replies
Not applicable
Author

=GetCurrentSelections (Field_Name)

Not applicable
Author

Or

=GetFieldSelections (Field_Name)

Not applicable
Author

Hello,

You can use GetCurrentSelections ([Field])

or concat(distinct [Field], '/') if you want to choose the separator of distinct values.