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: 
richnorris
Creator II
Creator II

Have fields from a table in a dropdown to populate a variable?

Hi,

How can I make a dropdown select (input box with constraint on predefined values in Drop-down) that has its list populated from a table? Cheers.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Choose Predefined Values in Drop-down and enable the option Listed Values and enter an expression to created a comma separated list: =concat(distinct MyFieldHere, ',')


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Choose Predefined Values in Drop-down and enable the option Listed Values and enter an expression to created a comma separated list: =concat(distinct MyFieldHere, ',')


talk is cheap, supply exceeds demand
richnorris
Creator II
Creator II
Author

Fantastic, thanks!