Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
sanketkhunte
Creator II
Creator II

How to Get selected value from a List box which is assign to a Group

Hi ,

I am not able to get selected value from list box which is assign to a Group.

Normally to getting selected value we are using GetFieldSelection, howerver in such case it gives me "-" as result.

I required this value into Varible.

I have attached one Sample Example in which we have Group1 and list is assign to it and i want selected value stored in "Varible1".

Plese see the attached file.

Your help will appriciate .

Thank you.

Sanket K.

1 Reply
sbaldwin
Partner - Creator III
Partner - Creator III

Hi, in your expression you are getting field groups and alternate states mixed up you should just be able to use =GetFieldSelections(Name) as your variable definition, you just need to make sure where ever you use this variable you have the object using the correct state ie Group1

as per attached.

Thanks

Steve