Ask about SET_FORMAT_MASK
I'm using Oracle Reports 10g.
Currently, all of my reports, numbers and format is comma. Ex: 12345678 ==> 12,345,678 . So now, I want it become: 12.345.678 .
I use SRW.SET_FORMAT_MASK('NNNGNNNGNNNGNN0DNNN'); but it always is 12,345,678. Can I do this ? Thanks.