Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Does valuelist not work with if else?
Regards,
Ruma
Hi Ruma,
Look attached file
Regards,
Andrey
Hi Andrey,
Do you have any application where in if else is inside valuelist function?
Regards,
Ruma
It should work , but with Pick(match(
Hi Kushal,
When I use pick(match inside valuelist ,it shows internal engine error
Regards,
Ruma
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)