Originally posted by: NICK_R
PaulBrett @ PaulBrett
Paul, I was actually looking for the Test2 solution from the provided example. I was able to change the logic slightly according to my needs. How ever the Logic in the example is not punching the decimal as per my requirement.
Changed the Logic to : = IF (TONUMBER(In1,"{####'.'2##2}")<=0,"+","+")+FILLLEFT(TEXT(TONUMBER(In1,"{####'.'2##2}")),"0",15)
Input value : 12345,04 or 00000,00
Required Output : +000000012345.04 or +000000000000.00
-- > With in my code base I am able to get output as +000000000000000
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender