Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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.