79252894

Date: 2024-12-04 22:34:36
Score: 0.5
Natty:
Report link

Does something like this work, in a Formula tool:

IF left(trim([field]),1) in ('1','2','3','4') THEN
    left(trim([field]),1)
ELSE
    [field]
ENDIF
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: johnjps111