Hi,
I am looking to filter a recordset where a certain field must contain numbers. If this field has only letters then I would like to split these records out.
Many thanks,
Fiorano
Solved! Go to Solution.
Hi @fiorano
Filter tool - use this function in Custom Filter - REGEX_Match([Field], ".*\d+.*")
This will filter records with numbers in it.
The False side will be made of records with letters and punctuation only.
Cheers,
Why wouldnt REGEX_Match("[^\d]") work? Isnt this saying any digit character not in the set? I was trying this before finding this article which works.
User | Count |
---|---|
19 | |
14 | |
13 | |
9 | |
8 |