Skip to main content
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