I will begin by describing what i want to achieve and then the methodology that i think i could use to achieve it (any other solutions gratefully accepted). Using CR 11.
User will put in a date range which runs the report.
ie 1 Jan 2007 - 31 Dec 2007.
I then want to run the report pulling in all patient attendance dates between that date range. Easy enough.
However what i want to also do is provide in the footnote an exception report that will highlight by quarter any data that is missing between that date range.
Using example above;
Clinic has submitted data for all dates in 2005 except for January , February , March, July, August, Sept(these clinics input their results on a quarterly basis)
Therefore my exception footnote will highlight Q1, Q2 2007 as having missing data.
I was thinking that i could turn the date range parameter into an array of Year and Quarters which i could then run against the attendance dates.
Is that feasible or is there another way of doing this ?
User will put in a date range which runs the report.
ie 1 Jan 2007 - 31 Dec 2007.
I then want to run the report pulling in all patient attendance dates between that date range. Easy enough.
However what i want to also do is provide in the footnote an exception report that will highlight by quarter any data that is missing between that date range.
Using example above;
Clinic has submitted data for all dates in 2005 except for January , February , March, July, August, Sept(these clinics input their results on a quarterly basis)
Therefore my exception footnote will highlight Q1, Q2 2007 as having missing data.
I was thinking that i could turn the date range parameter into an array of Year and Quarters which i could then run against the attendance dates.
Is that feasible or is there another way of doing this ?