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

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Variable Object Usage with IF Statement

Hi,

I use variable object in my app. This object return value with PerfCutoffVar variable. My problem is not equal variable and string value in if statement. If state work correct single value but multiple value.

Please help.

PerfCutoffVar  variable return

  • 'A'
  • 'A','B+'
  • 'A','B+','B'

if(match(['A','B+']=$(PerfCutoffVar)),1,2)

0 Replies