Solved: Regex Match issue – Alteryx Community

@caltang Thanks for the quick response! I am basically checking the cell values of a specific column to see if the condition is met. This checkup happens in inside the Table tool by editing the column rule for the specific column. If the condition is not met, I want to turn the background color crimson, else it shall turn green.

My issue doesn’t lie with the entire expression but with the format of the condition itself:

If !REGEX_Match([Field1], >MISSING EXPRESSION HERE<) then “background-color: crimson” else “background-color: green” endif

 

Hope it helps to clarify what I meant initially!

Read more here: Source link