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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
ruma_barman
Creator
Creator

Valuelist with if else

Hi All,

Does valuelist not work with if else?

Regards,

Ruma

5 Replies
ahaahaaha
Partner - Master
Partner - Master

Hi Ruma,

Look attached file

Regards,

Andrey

ruma_barman
Creator
Creator
Author

Hi Andrey,

Do you have any application where in if else is inside valuelist function?

Regards,

Ruma

Kushal_Chawda

It should work , but with Pick(match(

ruma_barman
Creator
Creator
Author

Hi Kushal,

When I use pick(match inside valuelist ,it shows internal engine error

Regards,

Ruma

Kushal_Chawda

try like below, or if you can share your scenario, it will be helpful

Pick(match(Valuelist('A','B','C'),'A','B','C'),

condition/expression for A,

condition/expression for B,

condition/expression for C)