ACDC wroteFormatting numbers in the report writer
example:
<<Object.Number,#0.0>>
Hi, I try it in report with LIST command and it doesn't work.
<<LIST(Report.om_Charge, ' ', 'Item', 'Currency', 'Amount,#0.00')>>
or...
<<LIST(Report.om_Charge, ' ', 'Item', 'Currency', 'Amount,#.00')>>
all the both command in the above just print 1 decimal (if it has). Any idea?
Thanks