Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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....