Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Getting possible values by macro

Hi Everyone,

I´m new to QlikView and I want to get the possible (not the selected) vaules from a Listbox (LB21).
I tried GetPossibleValues, but it doesn´t work.

How can I get the values?

Thanks a lot.
Marcel

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi

     Hope the attached file will be help ful for your requirement

Regards

Ashok

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hi

     Hope the attached file will be help ful for your requirement

Regards

Ashok

Anonymous
Not applicable
Author

It maybe not working because of the large number of possible values.  The default limit is 100.  You can increase it by adding a parameter, for example:
...GetPossibleValues(1000)

Regards,
Michael

Not applicable
Author

Hi @all,

thanks for your quick reply. It works fine.
I only need the first entry, so it works very well. 🙂


Regards,
Marcel