how to calculate totals when writing reports

matseke
Member Posts: 11
hi there:
I am new to navision and i am trying to get sub totals and grand totals for my report.
for sub totals i have the following fields:
invt, cost , and value1
and i have manage to get the sub totals write by using the following code:
invt:= inventory
cost:= standard cost, etc
but now i get the same for grand total which was suppose to add all the sub totals and give me the total.
So my problem is i dont know whether navision has a build in function which can calculate grand totals or whether i should write a code to do that..
And if so, how do i calculate Grand total? :?
I am new to navision and i am trying to get sub totals and grand totals for my report.
for sub totals i have the following fields:
invt, cost , and value1
and i have manage to get the sub totals write by using the following code:
invt:= inventory
cost:= standard cost, etc
but now i get the same for grand total which was suppose to add all the sub totals and give me the total.
So my problem is i dont know whether navision has a build in function which can calculate grand totals or whether i should write a code to do that..
And if so, how do i calculate Grand total? :?
0
Comments
-
if you use:
CurrReport.CREATETOTALS(variable1,variable2,...);
and in OnAfterGetRecord you fill variables with values, it will automaticaly calc totals and grand totals in same way as for fields in TotalFields property on report data item. Totals are then possible to show in groupfooter and footer sections.0
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