Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Ability to reference an object by its ID from another object

I would like to set a chart's dimensions based on a specific ListBox's selections (i.e. not using the overall Current Selections). I come from an object-oriented background, so a solution like ListBoxID.getCurrentSelections() would be ideal. Is there something similar implemented in QlikView?  Thank you

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Could you put the List Box into an Alternate State and use the recently introduced ability of GetCurrentSelections() to act against a specified state.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Could you put the List Box into an Alternate State and use the recently introduced ability of GetCurrentSelections() to act against a specified state.

Not applicable
Author

Yes that will work well, thank you very much!