Originally posted by: Ejay
Hi,
If i get it right you Max item size is 60 so your data size could be Min 0 to Max 60 .
If you use a SIZE function you can count your total number of character , then subtracted to the position you want to count from will give you the number of char after the decided position
In my example Min is 0 / Max is 10 and we want to know how many character we have after the 6th position So how many char between 6th and 10th position
Data is "mydata123 ( 9 char )
Using Function like =NUMBERTOTEXT(SIZE(1in)-SIZE(LEFT(1in,6)))
NUMBERTOTEXT(SIZE(1in) count the total data size
SIZE(LEFT(1in,6))) return the number of char from the begin of the data the the wanted position to subtract
The map with return 3 as result as there is 3 character remain after position 6 .
Hope this help
EJ
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender