Options

How to show Amount?

st0328st0328 Member Posts: 97
edited 2011-04-11 in Navision Financials
Hi all,

In my DB, the Amount Field is showing as 286.13 but, i am trying to show as 286,13

Amount := 286.13 TO Amount := 286,13.

I am trying for this.

Is there any setting in the system Or Navision where i have to change this.

Please guide me..

Comments

  • Options
    mohana_cse06mohana_cse06 Member Posts: 5,503
    Check regional settings of system.
    Change decimal symbol to ',' from '.'.
    restart the nav

    FYI:this will modify in all places
  • Options
    stanpstanp Member, Microsoft Employee Posts: 13
    If you don't want to change regional settings but still need to show amount in a special way on a report/page you can use FORMAT function in OnFormat trigger. See Help for details and search the application code for samples.
    Stan Pesotskiy
    Senior SDE - Dynamics Nav Application - Microsoft

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Options
    st0328st0328 Member Posts: 97
    Hi,
    Mohana & Stan Pesotskiy

    Thanks for the reply. :D
Sign In or Register to comment.