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

Announcements
Congratulations to the new Qlik Luminary and Partner Ambassador class! Meet them here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Listbox

I'm really new to Qlik. .Please can someone help me in understanding ListBox Selection? How  can i get the selected item in a listbox? There is a way to write an Event handler? What i can do is get the selected value from a listbox and use it for a where criteria in a SELECT command.

Thank you

Labels (1)
1 Solution

Accepted Solutions
sergio0592
Specialist III
Specialist III

4 Replies
sergio0592
Specialist III
Specialist III

el_aprendiz111
Specialist
Specialist

Hi,

1 example

LIX.gif

Not applicable
Author

Many Thanks. So it seems GetFieldSelections() is used in the calculated fields but not in the main script to limit data download from the source. Is this correct?

Many Thank

Achille

devarasu07
Master II
Master II

Hi,

It's Qlikview in-build feature, "GetFieldSelections() returns a string with the current selections in a field."


Check this,

Missing Manual - GetFieldSelections() + Bonus Example

Thanks,Deva