Report Problem
Markandey_Pandey
Member Posts: 178
Hi all,
I want to show only those sales invoice no. on a report having Reason Code.
Can anybody guide me how to do this.
I want to show only those sales invoice no. on a report having Reason Code.
Can anybody guide me how to do this.
Markandey Pandey
0
Comments
-
-
This is basic reporting. I would suggest you read through the Application Designer's Guide or one of the Development books.
You'll need a data item for Sales Invoice Header and a filter for Reason Code <> ''. Add your fields to your sections and you have your report.0 -
matttrax wrote:This is basic reporting. I would suggest you read through the Application Designer's Guide or one of the Development books.
You'll need a data item for Sales Invoice Header and a filter for Reason Code <> ''. Add your fields to your sections and you have your report.
Actually what i need is to have a report (Sales Register) that will have all the details of Sales as well the number of invoices that has been cancelled at the bottom of the report.
for example:
Invoice No. Invoice Amount Status/Reason Code
00001 10000 Active
00002 12000 Cancelled
00003 10000 Active
00004 12000 Cancelled
00005 10000 Active
00006 12000 Active
List of Cancelled Invoices:
00002
00004
This is how i want the report to be displayed. I want to show the list of cancelled invoices at the bottom.Markandey Pandey0 -
insert filtered records you want in new temporary table, add in the end Integer dataitem, in which you run through this temp table and show this dataitem in the end of your Report0
-
How about a report with two data items on same level referring to your Sales Table; the first data item without any filter, the second data item with filter on Reason Code. This would show all Sales first and after that the Sales with filtered Reason Code.0
Categories
- All Categories
- 73 General
- 73 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
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 333 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

