Hi
I would like to perform a check on multiple numeric fields whether it's less then 4 and then where it is, replace with a text "3 or less".
I changed Numeric fields to V_WString type and added Multi-field Formula tool with formula: "If [_CurrentField_] < '4' then "3 or less" else [_CurrentField_] endif". It changed values 17 and 12 to "3 or less" as per screenshots below.


What it's the best way to do number suppression?
I also attached yxmd file with this created data.
Many thanks