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

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