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

How to set variable value if a value is selected in List Box.

Hi All,

How can we set variable value on selection of List box value.

Thanks

1 Solution

Accepted Solutions
sunny_talwar

Add a Field Event Trigger I guess:

Capture.PNG

View solution in original post

7 Replies
PrashantSangle

Hi,

Use getFieldSelections(fieldName)

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
sunny_talwar

Add a Field Event Trigger I guess:

Capture.PNG

PrashantSangle

Hi,

also try getCurrentSelections()

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Anonymous
Not applicable

you can have SetVariable trigger for select in field.

Anonymous
Not applicable

getFieldSelections(fieldName) wil work for you.

As list box dose not any action .


Thanks

BKC

vijetas42
Specialist
Specialist

Hi,

You can crate variable like vField=getFieldSelection(Field_Name) where Field_Name will be your Field which is used in ListBox. Hope this will help you.

MayilVahanan

Hi

Try like this

VariableName

Exp: =GetFieldSelections(FieldName,',')

We can also use trigger, But I prefer qv function itself.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.