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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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?

Labels (1)
4 Replies
sunny_talwar
MVP
MVP

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
MVP
MVP

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