Hey guys i need help on a report that i am redesigning.. What this report does is searches a a table called contribution, there is a field called "date to" and the date format is of "31/01/1997" the report converts this to "January 1997" but if there is no contribution for a particular month it won't be entered on the contribution table but yet still the report is suppose to display that report and a zero amount as contribution. for example
Date to contributions
10/01/1997 105
11/02/1997 455
23/04/1997 89
12/12/1997 600
Assuming that is the contribution table.. the report is suppose to display the following below.
January 1997 105
February 1997 455
March 1997 0
April 1997 89
May 1997 0
June 1997 0
July 1997 0
August 1997 0
September 1997 0
October 1997 0
November 1997 0
December 1997 600
Even though the months with zeros were not found on the contribution table it still has to show on the report. The months with contributions not zero are working perfect on the report but those with the zeros i need help on. Please help me on this. Its urgent.
Thanks
0
Comments
Cust#123 jansales decsales novsales octsales sepsales etc.
you can easily change this report to use the tables you are using
http://www.mibuso.com/forum/viewtopic.php?t=10082
See it (Cust Name removed for privacy) *sample*
http://savatage99.googlepages.com/Custo ... yMonth.pdf
Try it
http://savatage99.googlepages.com/Repor ... yMonth.fob
http://www.BiloBeauty.com
http://www.autismspeaks.org
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
The ideas of the report is exactly the same as explain by asembereng initially. I need the format as above. Here is the report i modify.
The report format should be for every employee. When you run the report by employee No. We should have a report in the above format for each year. We can have up to 13 years on one page.
Any ideas. I need you help in this please.
Thanks.[/quote]
And also is possible to write a different report but having the same functionality with the first. This report will have a date range, then query the date table then it queries the contribution table and iterate and obtain months that are not in the contribution table for a specific employee and list these months and display zero amount contribution next to it.... How possible is this?? Can someone help on this??