Hello,
I need to filter every record in the field that contains Alphabets in any part.
I attached an example.
Thank you.
Here is one way of doing it, using the code
REGEX_CountMatches([text], "[[:alpha:]]" ) =0
:
It counts the number of times a letter appears and filters out records where the count is 0
@BautistaC888
I hope this works.
User | Count |
---|---|
77 | |
58 | |
53 | |
47 | |
38 |