Seeking to identify if two numbers match exactly in both fields, such as 22 matching 22, and not partial matches like 2.
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.