Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

ValueList()

Is it possible to include both dimension and some other values into Value list function?

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Yes. ValueList( 'A', 'B','C', $(=concat(distinct chr(39) & [MyDim] & chr(39),',')))


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Yes. ValueList( 'A', 'B','C', $(=concat(distinct chr(39) & [MyDim] & chr(39),',')))


talk is cheap, supply exceeds demand
Not applicable
Author

thank you