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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
souadouert
Specialist
Specialist

Value List

I have one in my calculated dimension with VALUELIST , in the expression I want not used valuelist()= , I want to use the label, it is possible?

4 Replies
sunny_talwar

Label of what? Dimension Label? Don't think you can do that

souadouert
Specialist
Specialist
Author

yes sunny , i dont want every time i use the value list  i writ valuelist(1,2,3)=3 .....

i want used only label

sunny_talwar

Why don't you use Island table instead of ValueList(), relatively simpler to use them? or the other way is to assign ValueList to a variable and use that so that you don't have to repeat

souadouert
Specialist
Specialist
Author

Good idea