Hi everyone,
I have a report designed in NAV 2009 RTC where the amounts should have three decimal places.
How to do that in Visual Studio?
I looked into Properties->Format and I only found yhe format for two decimal places.
What shall I do?
Thanks in advance
Comments
To make in work assure in layout design (Visual Studio) to set Format property of the factbox: there will be in dataset an entry called "[YourField]Format", use it setting Format with "=Fields![YourField]Format.Value"
Yes