How to create Total in the beginning of a report

Mehdi
Member Posts: 16
Hello experts,
I'm trying to show the totals of the field "Amount" (Payment Header) of some records in the beginnig of the report.
I've tried to use CalcSum but i can't, the field "Amount" is already a Flowfield and i can't create a sumIndexField in the flowfield.
How can I do that?
Thanks!!
I'm trying to show the totals of the field "Amount" (Payment Header) of some records in the beginnig of the report.
I've tried to use CalcSum but i can't, the field "Amount" is already a Flowfield and i can't create a sumIndexField in the flowfield.
How can I do that?
Thanks!!
0
Comments
-
Required more information. attach your code what you have written?0
-
Since it is a flowfield, then it uses a sumindex from another (probably line) table. Could your filters be applied the the lower level table and call that calcsums?0
-
then you'll have to iterate over the records and sum that field on a var....
But that will make your report to take longer to process, since it will have to iterate through all records first to sum that value, and then iterate again to show the records on the report....
It's easier to place the total at the bottom0 -
crisnicolas wrote:then you'll have to iterate over the records and sum that field on a var....
No, that's the whole point of having the field as a SumIndex. You use the CALCSUMS function so you don't have to iterate through every record.kapamarou wrote:Since it is a flowfield, then it uses a sumindex from another (probably line) table. Could your filters be applied the the lower level table and call that calcsums?
I would follow this advice. Look at how the FlowField works and use a CALCSUMS on the field that it totals.0 -
matttrax wrote:crisnicolas wrote:then you'll have to iterate over the records and sum that field on a var....
No, that's the whole point of having the field as a SumIndex. You use the CALCSUMS function so you don't have to iterate through every record.
Yes, that's the point of having a SumIndex... but he said on the first post that he doesn't have a SumIndex...0 -
Thanks guys for your help,
Actually, i've defined another Flowfield, and by using filter I can sum the total of all Report.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