Create a variable v_Alert =Pos([Category];",")
Then create a conditional formatting for v_Alert > 0
Pos function will return the starting position of comma in the input string. If the string does not contain comma then it returns zero.
Create a variable v_Alert =Pos([Category];",")
Then create a conditional formatting for v_Alert > 0
Pos function will return the starting position of comma in the input string. If the string does not contain comma then it returns zero.