Hi everyone,
I am fairly new to Alteryx and I am having an issue with the RegEx_Match function. I have written the following filter with RegEx_Match:
REGEX_Match([Medical Record Number], "\b\d{3}")
However, I am not getting any records that match the filter, even though I can see there are several records that should match the filter. The field type is V_String and I have double-checked the formula so I am not sure what I am doing wrong.
I have used regular expressions with other programs so I am not sure what the issue. Any help will be greatly appreciated!
Here is a sample of what the data looks like -
Medical Record Number
52184
57921
56683
49317
55947
Thanks in advance for your help!
Mike