Problem In Double grouping in report

Adityesh_Rathore
Member Posts: 3
How can i make double grouping in my report?Like i have a table and i wnt to generate a report with grouping upon Document No. and then grouping upon Operation No. so that i can generate total of quantity under same operation no. with same Document No.Kindly reply as soon as possible.
0
Comments
-
you can use data item property GroupTotalFields in the report
define both the fields in this property and use group header and footer sections.
If you create more than 1 group header then it will be in the same sequence as you define the property GroupTotalFields.
You can also use
CurrReport.TOTALSCAUSEDBYAjay Jain
UK0 -
i hav utilised the Grouptotalfields property and placed the 2 fields Doc. No. and OperNo. in the Group Footer .Also used Createtotal function to calculate total of Quantity(Oper No place and Corresponding total is fine).Bt wat bothers is dat Doc No. is repeated with every entry of OperNo. but i want it to b once for a group of OperNo.
Thanx 4 d reply0 -
If you create the report using wizard, You will know , how can you hide a section, so that it should not repeat. check the coding in all the sections.Ajay Jain
UK0 -
Adityesh Rathore wrote:i hav utilised the Grouptotalfields property and placed the 2 fields Doc. No. and OperNo. in the Group Footer .Also used Createtotal function to calculate total of Quantity(Oper No place and Corresponding total is fine).Bt wat bothers is dat Doc No. is repeated with every entry of OperNo. but i want it to b once for a group of OperNo.
Thanx 4 d reply
If you want each GroupTotal to be displayed only for a change with OperNo., you should place this code in the OnPreSection of your GroupFooter:CurrReport.SHOWOUTPUT(CurrReport.TOTALSCAUSEDBY=FIELDNO("OperNo."));
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