<@UAEB2G9C7> untested but you might be able to use...
# suiteanalytics
m
@Michael untested but you might be able to use a formula like
CASE WHEN REGEXP_LIKE({field}, '^\d+$') THEN 1 ELSE 0 END
is equal to 1
m
Awesome, I'll try it, thanks!