Resource Page - Unit Cost Rounding Precision - Inidrect Cost % Decimal Places
Normajm
Member Posts: 82
We would like to have the Unit Cost rounding precision to be five decimal places. Is there a way to change this statement VALIDATE("Unit Cost",ROUND("Direct Unit Cost" * (1 + "Indirect Cost %" / 100))); so that it is a unique precision? In GL Setup - Unit-Amount Rounding Precision is .00001. but when I enter an Indirect Cost % value, it rounds the Unit Cost to two decimal places.
Additionally, can Indirect Cost % be changed to allow three decimal places?
NAV 2015
Additionally, can Indirect Cost % be changed to allow three decimal places?
NAV 2015
0
Best Answers
-
Hi @Normajm ,
You can easily manage rounding precision in the code, using parameters in ROUND. I.e., ROUND([any decimal here], 0.00001) will round your decimal to 5 signs after comma to the nearest decimal. E.g. 0,123456 will be rounded to 0,12346.
To get more info, consult https://msdn.microsoft.com/ru-ru/library/dd301418.aspxLet's go!5 -
What about Indirect Cost %, I opened an Item Card (NAV 2015 build 46580), and entered 123.45678 (5 decimal places) in this field on item card without any problems.Let's go!5
Answers
-
Hi @Normajm ,
You can easily manage rounding precision in the code, using parameters in ROUND. I.e., ROUND([any decimal here], 0.00001) will round your decimal to 5 signs after comma to the nearest decimal. E.g. 0,123456 will be rounded to 0,12346.
To get more info, consult https://msdn.microsoft.com/ru-ru/library/dd301418.aspxLet's go!5 -
What about Indirect Cost %, I opened an Item Card (NAV 2015 build 46580), and entered 123.45678 (5 decimal places) in this field on item card without any problems.Let's go!5
-
Thanks! Someone had changed Indirect Cost % properties to 2:2, I changed it to 2:5 and it's. (Working in test database - will need to find out why it was changed in the first place before putting it in live.)1
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions