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

Increase the limit of GetPossibleValues

Hi Experts,

I need help. In other discussion I found there is limitation on "GetPossibleValues" as 100.

Now my requirement is, I need to get more than 300 possible values.

Please help me to increase the limit of GetPossibleValues.

Thanks in Advance

Regards,

Karthik

1 Solution

Accepted Solutions
Not applicable
Author

I found the solution by reading other discussion post..

Its very simple. We have to mention limit like below..

Field.Getpossiblevalues(1000).

It will copy 1000 values.

Regards,

Karthikeyan

View solution in original post

1 Reply
Not applicable
Author

I found the solution by reading other discussion post..

Its very simple. We have to mention limit like below..

Field.Getpossiblevalues(1000).

It will copy 1000 values.

Regards,

Karthikeyan