Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
jagan
Partner - Champion III
Partner - Champion III

Get Possible Values

By using GetFieldSelections() method we can get the selected values, likewise is there any method which returns all the possible values.

Thanks,

1 Solution

Accepted Solutions
vidyut
Partner - Creator II
Partner - Creator II

If you do Concat(FieldName,','), you should get all the possible values in a field comma separated. Will that work?

View solution in original post

2 Replies
vidyut
Partner - Creator II
Partner - Creator II

If you do Concat(FieldName,','), you should get all the possible values in a field comma separated. Will that work?

jagan
Partner - Champion III
Partner - Champion III
Author

Works fine!

Thank you very much for ur help.