Skip to main content

Seeking to identify if two numbers match exactly in both fields, such as 22 matching 22, and not partial matches like 2.

 

 

How about REGEX?

REGEX_MATCH(ARRAYJOIN({Above 20%}),"(^|,)"& {Hours Number} &"(,|$)")

How about REGEX?

REGEX_MATCH(ARRAYJOIN({Above 20%}),"(^|,)"& {Hours Number} &"(,|$)")

Thank you greatly, this is precisely what I aimed to achieve.


Reply