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: 
Not applicable

Setting multiple conditions in a field via if statement

Hi Everyone,

Can someone tell me why this isn't working please? I remembered you have to use a pipe, but i think i've got the syntax wrong

=if(vUserLevel='Region' AND vUserRegion='Scandinavia',('Denamrk|Norway|Sweden'))

This is a Select in Field action behind a button that resets defaults.

Kind Regards,

Miles

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try =if(vUserLevel='Region' AND vUserRegion='Scandinavia','(Denmark|Norway|Sweden)')


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try =if(vUserLevel='Region' AND vUserRegion='Scandinavia','(Denmark|Norway|Sweden)')


talk is cheap, supply exceeds demand
Not applicable
Author

Cheers Gysbert, I knew I was nearly there!!!