Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
brindlogcool
Creator III
Creator III

QlikSense Selections

In QlikSense how to pass the selected values of a list box as an input for another object. For example in QlikView we have an option of GetFieldSelections(). So what is the equivalent function in QlikSense

2 Replies
Gysbert_Wassenaar

GetFieldSelections is available in Qlik Sense too. So you can use that function. You could use concat(distinct MyDimension, ', ') too.


talk is cheap, supply exceeds demand
reddy-s
Master II
Master II

Hi Brindlogcool,

GetFieldSelections() is fully functional in QlikSense as well.