George-Bowyer
Registered User.
- Local time
- Today, 23:18
- Joined
- Dec 21, 2012
- Messages
- 178
I have a table of data for donations given by people to an organisation
The fields are ContactNumber, Amount, Frequency, StartDate and FinishDate.
Frequency can be 1 (Monthly), 2 (Annually) or 3 (One-off).
I want to generate a cash-flow forecast by month from a given start date to a given end date.
So really I want to generate a snapshot "spreadsheet" report with a column for each month and a row for each donor, with totals for rows and columns.
I have no idea how to start - in fact I don't even know if it is possible from the data I have...
I don't particularly want to keep a massive table. I don't need historic data, I just want to generate future predictions.
Can anyone point me in the right direction, please?
Thanks.
The fields are ContactNumber, Amount, Frequency, StartDate and FinishDate.
Frequency can be 1 (Monthly), 2 (Annually) or 3 (One-off).
I want to generate a cash-flow forecast by month from a given start date to a given end date.
So really I want to generate a snapshot "spreadsheet" report with a column for each month and a row for each donor, with totals for rows and columns.
I have no idea how to start - in fact I don't even know if it is possible from the data I have...
I don't particularly want to keep a massive table. I don't need historic data, I just want to generate future predictions.
Can anyone point me in the right direction, please?
Thanks.
Last edited: