Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
buzzy996
Master II
Master II

can possible to assign selected value from listbox to variable?(tis is not abt inputbox)

jest i want to know how we can assgin the value selected from listbox to variable?

thx

5 Replies
m_woolf
Master II
Master II

Created the variable

Go to Settings|Document Properties|Triggers

In Field Event Triggers, select the field.

Add an Action for On Select

Choose Add|External|Set Variable

Enter the variable name

Enter the field name in the Value box.

Click OK|OK

amars
Specialist
Specialist

See the attached example.

Amar.

jagan
Luminary Alumni
Luminary Alumni

HI,

Create a variable like below

vSelectedValues=GetFieldSelections(FieldName)

and use the variable wherever you need.

Regards,
jagan.

psankepalli
Partner - Creator III
Partner - Creator III

Hi Jagan,

is there a way to get Possible selections of listbox to variable in qlikview?

how to use P(filed) in variable?

Thanks

PR

sunny_talwar

You should be able to use Concat() function to do that for you.