Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can we select a value from listbox and display it in text box?

values.png

Hello,

Some thing as mentioned in the above image i need to display in two test boxes.

Thanks & regards

Raja

2 Replies
Miguel_Angel_Baeyens

Hi Rajashekar,

For the first textbox (selected values) you can use:

=Only(GAQuarter)

or

=GetFieldSelections(GAQuarter)

For the second (excluded values):

=Concat({1< GAQuarter = E(GAQuarter) >} DISTINCT GAQuarter, ',')

Miguel

buzzy996
Master II
Master II

use this in ur test box object,

=GetFieldSelections(urlistboxfieldname)