https://netsuiteprofessionals.com logo
Title
m

michoel

04/11/2019, 2:11 AM
@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

Michael

04/11/2019, 11:30 AM
Awesome, I'll try it, thanks!