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: 
dmohanty
Partner - Specialist
Partner - Specialist

Show one value in Text Object, when Multiple selection from List Box

Hi All,

Suppose I have a List Box with values  - A, B, C, D, E.

I have another Text Object, where I have to display a value from a List Box when selected from List Box. - THAT IS WORKING.

But my requirement is - When I select more than one value from List Box, only and any one (from selected) will be displayed in the Text Object.

How to achieve this? Please help!!!

12 Replies
sunilkumarqv
Specialist II
Specialist II

@HI DMohanty

try this

=SubField(GetFieldSelections(ID,','),',',1)

jagan
Luminary Alumni
Luminary Alumni

Hi,

To display selected multiple values you can use  GetFieldSelections(FieldName, ',').

If you want to display only one value use

=MaxString()

or

MinString().

Regards,

Jagan.

ankitaag
Partner - Creator III
Partner - Creator III

Hi,

Please see the screenshot

listbox.PNG