Reporting with Crystal v.10, off MS-SQL Server data...
I have a report that for days in a prompted range prints counts of clients in our schools by funding source. Three columns on the right of the report average the daily counts, print the target per funding source and the variance between the average daily total and budgeted amount. The counts are then subtotaled by School, and School Type (not shown).
Dec 1 2 3 4 5 6 […] 31 Avg. Budget Variance
Funder A 9 9 9 9 9 9 9 9.00 9.59 (0.59)
Funder B 50 50 50 50 50 50 50 50.03 47.96 2.07
-----------------------------------
School A 59 59 59 59 59 59 59 50.19 57.55 (0.36)
The report is grouped Client_Master_View.Client_ID (hidden detail section), Client_Funding.Funding_Source, Client_Master.School and Client_Master.School Type. Getting the budget figure requires going to a referential budget table linked to the client master by school and finding the budgeted amount based on month of the year and matching funding source.
My difficulty is that in some cases population has been budgeted for a funding source where there are no clients in attendance. So, no row prints and there is no indication as there should be of that budgeted amount in the report. I can’t see how to add the budget table into the groupings and counts, as it does not contain client data and a good portion of the budgets have not been entered where there are in fact named funding sources in the Client_Funding source table.
Hope I’ve explained this coherently and thanks in advance for your thoughts…
Brad
I have a report that for days in a prompted range prints counts of clients in our schools by funding source. Three columns on the right of the report average the daily counts, print the target per funding source and the variance between the average daily total and budgeted amount. The counts are then subtotaled by School, and School Type (not shown).
Dec 1 2 3 4 5 6 […] 31 Avg. Budget Variance
Funder A 9 9 9 9 9 9 9 9.00 9.59 (0.59)
Funder B 50 50 50 50 50 50 50 50.03 47.96 2.07
-----------------------------------
School A 59 59 59 59 59 59 59 50.19 57.55 (0.36)
The report is grouped Client_Master_View.Client_ID (hidden detail section), Client_Funding.Funding_Source, Client_Master.School and Client_Master.School Type. Getting the budget figure requires going to a referential budget table linked to the client master by school and finding the budgeted amount based on month of the year and matching funding source.
My difficulty is that in some cases population has been budgeted for a funding source where there are no clients in attendance. So, no row prints and there is no indication as there should be of that budgeted amount in the report. I can’t see how to add the budget table into the groupings and counts, as it does not contain client data and a good portion of the budgets have not been entered where there are in fact named funding sources in the Client_Funding source table.
Hope I’ve explained this coherently and thanks in advance for your thoughts…
Brad