Hi,
I need to write a report that shows Jan to Current month and must show all months even if there is no data for it. The data itself is taken from two tables with a straightforward 1-to-1 relationship. The tables are Requests_Received and Offers_Made. There will always be a request but not always an offer as they are sometimes declined.
So for Year to date, grouped by month I need to calculate the following (all in one report): -
1) From the Requests table there is a field called date_of_request and I need to know how many requests made per month
2) From the Offers table, there is a field offer_date and I need to know how many offers have been made per month
3) From the offers table, there is a field date_cheque_sent and I need to know how many cheques sent per month
4) Again from the Offers table there is a field called value_of_payment and need to calculate total payments per month
5) A running total of payments made per month.
I'm ok in creating these 5 figures as individual reports and for where there is existing data (if no data in March, then March would not appear on report), but I dont know where to start to generate a report that will always have the months displayed YTD (even if no data) and also haw to calculate the required figures when based on different date fields in different tables (a request could be made in january, offer made in february and finally paid in march, how do I handle this?).
Any help is greatly appreciated.
Thanks,
I need to write a report that shows Jan to Current month and must show all months even if there is no data for it. The data itself is taken from two tables with a straightforward 1-to-1 relationship. The tables are Requests_Received and Offers_Made. There will always be a request but not always an offer as they are sometimes declined.
So for Year to date, grouped by month I need to calculate the following (all in one report): -
1) From the Requests table there is a field called date_of_request and I need to know how many requests made per month
2) From the Offers table, there is a field offer_date and I need to know how many offers have been made per month
3) From the offers table, there is a field date_cheque_sent and I need to know how many cheques sent per month
4) Again from the Offers table there is a field called value_of_payment and need to calculate total payments per month
5) A running total of payments made per month.
I'm ok in creating these 5 figures as individual reports and for where there is existing data (if no data in March, then March would not appear on report), but I dont know where to start to generate a report that will always have the months displayed YTD (even if no data) and also haw to calculate the required figures when based on different date fields in different tables (a request could be made in january, offer made in february and finally paid in march, how do I handle this?).
Any help is greatly appreciated.
Thanks,