Numeric Format Masks on Text Items
CInglezMay 3 2010 — edited Sep 20 2010Hello all.
I've been struggling to find the best way to use format masks for numbers on text items.
So far, I've found that the property "Format Mask" on the SOURCE group does not work. Am I correct?
I am trying to use To_Char to format the number, but I always get "NUmeric or Value Error".
In short, what is the easiest and most widely used way to format numbers (my language is pt-br). Ex.: 12500.00 becomes 12.500,00.
Thanks