How to change thousands/decimals separators in RDL reports

In “old good classic” NAV we have feature (and property) named AutoFormatType. Together with property AutoFormatExpr we can set decimal to any format we need.
This could be done in the way: we describe new AutoFormatType in the codeunit 1 in function “AutoFormatTranslate(AutoFormatType : Integer;AutoFormatExpr : Text[80]) : Text[80])”
For example I can describe that i want to have decimal in the way 1 234 567,89 and doesn’t matter what regional settings i have, or i want to format decimal depending on “customer on sales invoice” language but without changes regional settings.

Bron : Microsoft Dynamics NAV Team Blog
Lees meer…

Leave a Comment.