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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
geogou1973
Creator
Creator

Instead of IF condition

Hello,

I have the following expression in Add Calculated Dimension

=if(CAPRAR='ST' or CAPRAR='SZ',STICKER,ITEM_ID)

how can i replace this command with another that not contains if command ?

I have problem with performance when i use the command if

Thank you in advance.

10 Replies
aarkay29
Specialist
Specialist

pick(WildMatch([CAPRAR],'ST','SZ','*'),STICKER,STICKER,[ITEM_ID])


This might work just give a try