Contains in query def expression
Hi Team,
Im trying below expression in query def I actually want to try using contains instead of like
Iif(@label LIKE '%labelname1%' OR @2449631 LIKE '%labelname2%','A1' ,Iif(@label LIKE '%labelname3%' OR @2449631 LIKE '%labelname4%','A2','A3' ) )
Could you please help us with correct syntax.