core.noscript.text
Hi -
how would I use the filter tool (or another tool) if I want to filter out any rows that contain anything other than a numeric string? For example in this row I want only to keep the numeric values.
thanks!
Solved! Go to Solution.
Hi @jenner85
One way of doing this.
REGEX_Match([CH ID],"[0-9]+")
Input was:
Many thanks
Shanker V
@jenner85 another approach