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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Compound Valuelist function

Is it possible to compound valuelist function and use it in an expression?

Eg; I have declared the following calculated dimension-

1. Valuelist('A','B','C')

2. Valuelist('X','Y')

Then use these dimensions in compound style:

Eg; if(valuelist('X',Y')='X',if(valuelist('A','B','C')='C', DDD)

   

                              or

      if(valuelist('X',Y')='X' & valuelist('A','B','C')='C', DDD)

1 Reply
sunny_talwar

I have had problems with nesting if with multiple valuelist... I would rather create a island table field and use that instead of using valuelist....