format mask property to number field
Hi all. I'm on devsuite 10g.
I have a little problem with format mask property of a number field.
I want to display like this:
3.000.000.000
But in format mask property if I put 9G999G999G990 I have this result:
3,000,000,000
I read that I should change NLS_LANGUAGE parameter but surely there would be problems with other database columns, such as date columns, ecc.
How can apply a format mask to my field in order to see 3.000.000.000??
Thanks all for collaboration,
Fabrizio