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

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.