I have a report which scans all the data in my database and produces a summary of the monthly income for each month of the year.
The report is grouped by each month, and no “details are shown, giving me a simple month and a total income for the year.
In the report Footer however I do a number of aggregate calculations, and one of these indicates the predicted income for the full year, and had used the average “sum” of Monthly contributions as the predicted amount for the remaining months. However, as my monthly income has been increasing through the year, the current level of monthly contributions is significantly higher than the average. As we get near the year end, this makes quite a significant difference to the report.
I can’t think of a way to use the last value of the “sum”, ie that for the current month. This would give me the most accurate prediction for the year.
Does anyone have any suggestions.
Thanks
Colin
****************************************
Colin McDonald
colinmac@blueyonder.co.uk
****************************************