Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
arunkrish147
Contributor
Contributor

How to get list of all values of a field that is not selected?

Hello Experts,

I've a use case that I need help on. I have a table field that holds keys that drive the data model; other selections in the dashboard will filter in/out the keys - in other words, the list of keys will be dynamic based on selection.

I'm building a navigator layout where hitting 'Next', 'Previous' buttons would change the dashboard info based on the keys - the button events should increment/ decrement the keys to drive the dashboard layout .

The challenge - how do i find the list of available key values for a given selection? How to get list of all values of a field? I cannot use GetCurrentSelections as the field is not 'selected'?

Please let me know of any ideas.

1 Solution

Accepted Solutions
arunkrish147
Contributor
Contributor
Author

I was able to solve this problem using QlikView Automation APIs invoked through macros.

View solution in original post

1 Reply
arunkrish147
Contributor
Contributor
Author

I was able to solve this problem using QlikView Automation APIs invoked through macros.