Insert Decimal value Above the range of Decimal Type

JedrzejT
Member Posts: 267
Problem is about range of decimal fields
I try some operation on decimals and figure this out.
You can insert value of decimal only with range of Decimal to Decimal type Field/Variable , but next .. you can do some operation on this (like X 1000) to get the value above the range and unfortunatly save in table. Nav can take it :shock: but can't do next operation on this.
This Don't Work (Decimal must not be -100000000000000000. Decimal must be in the range of -999 999 999 999 999,99 - 999 999 999 999 999,99.")
This Work
After this we have in table value which can't be apply to other variable.
I have some problem with this, because "Adjust Cost - Item Entries" insert TOO big decimals to table (price error), and can't correct this on next start (error). Just share this :bug:
SQL Database Nav5 Sp1
I try some operation on decimals and figure this out.
You can insert value of decimal only with range of Decimal to Decimal type Field/Variable , but next .. you can do some operation on this (like X 1000) to get the value above the range and unfortunatly save in table. Nav can take it :shock: but can't do next operation on this.
This Don't Work (Decimal must not be -100000000000000000. Decimal must be in the range of -999 999 999 999 999,99 - 999 999 999 999 999,99.")
Number:=1000000000000000
This Work
Number:=100000000000000; //(one 0 less) Number:=Number*1000; Tbl.DecField:=Number; Tbl.INSERT;
After this we have in table value which can't be apply to other variable.
I have some problem with this, because "Adjust Cost - Item Entries" insert TOO big decimals to table (price error), and can't correct this on next start (error). Just share this :bug:
SQL Database Nav5 Sp1
0
Comments
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K 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
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions