scootswiss
Technical User
ToText {FMSH_REQUISITION_DETAIL.COST_EA}, "000000.00000",5)
Above is my formula to convert this Oracle cost field to text. It works, but our mainframe programmers need this field formatted without the decimal. How does this formula need to be written? The Oracle field is a number(9,4). At minimum the field being uploaded needs to be 6 whole characters with leading zeroes for less than 100,000 and 5 characters for decimal precision. So, for example, $12.3456 should be passed as 00001234560. Thanks in advance for any help.
Above is my formula to convert this Oracle cost field to text. It works, but our mainframe programmers need this field formatted without the decimal. How does this formula need to be written? The Oracle field is a number(9,4). At minimum the field being uploaded needs to be 6 whole characters with leading zeroes for less than 100,000 and 5 characters for decimal precision. So, for example, $12.3456 should be passed as 00001234560. Thanks in advance for any help.