converting US based format amount to Indian based format

hi

current design of Axapta is limited only to displaying numbers in US based format and not in Lakhs based format ,how can i write code for converting US based amount to indian based amount

for example

in us based :123,456,789

in indian standard it is:12,34,56,789

note:last 3 should be taken (789)

how can we write code for this

regards

dhinu.v

Hi,

Have you tried changing the regional settings in AX client? If this doesn’t help, try changing regional settings in AOS server.

hi

this is indian localization the only way is to do the program mannually, please give some codings

regards

dhinu.v

Hi,

You miss my point. The numbering format in AX is displayed based on the regional settings of the OS. This is the reason I suggested try to change the settings and see whether it helps.