Hi ,
I have the following data

I want the table tool to color only when the value under column A is "Not valid","Not match", "Threshold breach". However by using the below formula under column rule, the entire column irrespective of the value is getting colored red.
if [A] = "Not valid" OR "Not match" OR "Threshold breach" then "color:red;" else null() endif