Variation180
Programmer
This is prabably a dumb question and I'm prabably overlooking the obvious, but....
I need to format a number to a string format of "0000000.00". I have to have 7 characters to the left of the decimal and 2 to the right. I would do this in oracle with to_char(mynumbervalue,'0000000.00'), however the to_char() function in informatica apparently does not accept formatting on numbers. Does anyone know of a way to do this?
Thanks,
Chris
Charlotte, NC
I need to format a number to a string format of "0000000.00". I have to have 7 characters to the left of the decimal and 2 to the right. I would do this in oracle with to_char(mynumbervalue,'0000000.00'), however the to_char() function in informatica apparently does not accept formatting on numbers. Does anyone know of a way to do this?
Thanks,
Chris
Charlotte, NC