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

Announcements
Save an extra $150 Dec 1–7 with code CYBERWEEK - stackable with early bird savings: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

ValueList inside If statement?

Hi all,

I have the next simple ValueList method:

ValueList('one', 'two')

which works fine if I create a master dimension with it. However, if I put this method inside a If statement:

If(1=1, ValueList('one', 'two'), 'three')

the master dimension returns a null value:

Captura.PNG

Does anyone have an idea of why does this happen?

Thanks,

0 Replies