Hi All,
Hope someone can help.
it looks like NAV saves the decimal data as follows:
but then it's shown as:
This is a bespoke table, no decimal places or any rounding defined in the table or page.
I suppose this has to do with some NAV's general setup.
I ended doing some formatting like:
format(Pricing."UK C. Sell Price (g)", 0, '<Precision,2:2><Sign><Integer Thousand><Decimals>)
and this seems to match nav default rounding.
I was just curious, probably its a general setup and you can't change behaviour.
thanks
Answers
Hi thanks but that doesn't answer anything:
-The table was there before I started with it.
-decimalPlaces property is not the issue: Check NAV standard unit cost in SO lines for example, go to SQL table and then compare how it is shown in nav page.
-I know general ledger setup LCY controls this on SO lines etc (by autoformat expresion, currency exp. etc) but for a bespoke table I can't see where. However I managed to round it as NAV does.