Originally posted by: SystemAdmin
Hi my problem is the following, I have to count the chars in a string from field that takes strings from 7 to 27 chars, and reject them if they are greater than 27
I have tried using
IF(count(FIELD)<28,doSomething,NONE) but is not working.
IF(count(texttonumber(FIELD))<28,doSomething,NONE) but is not working.
Any help or pointers you can give me will be highly appreciated.
Thank you very much
Best Regards
Ignacio
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender