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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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.