Originally posted by: vickey
Janhess,
Thanks for your reply.
The solution you have provided are not working for me. can you help me out with the other way around
Now the input and output both are text items.
Scenario 1:
Input is 21400 and Output should be $214.00 (I got solution for this)
Input is 121400 and the output should be $1,214.00 (Need solution for this)
Scenario 2:
Input is 1000 and output should be 1,000
Input is 528000 output should be 52,800
Scenario 3:
Input is 32.66 output should be $32.6600 ( I got the solution for this)
Rule I used :
FILLRIGHT(FILLLEFT("$" + Value:ElemDecl AmountReference:Seq:ElemDecl DebitCreditAdjustmentDetails:Seq:DebitCreditAdjustment,"<SP>",22),"0",24)
But the above rule is not working for the below field.
Input is 45.6 output should be $32.6000 but with the above rule I am getting the value as $45.600
Reply is much appreciated.
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender