Not applicable
2014-12-11
04:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
494 Views
1 Solution
Accepted Solutions
Anonymous
Not applicable
2014-12-11
04:39 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could you put the List Box into an Alternate State and use the recently introduced ability of GetCurrentSelections() to act against a specified state.
2 Replies
Anonymous
Not applicable
2014-12-11
04:39 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
2014-12-11
05:12 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes that will work well, thank you very much!
367 Views