I have 1 very simple table with 3 columns:
- Date of Test
- Patient Type (Inpatient, Outpatient, Research)
- Test Type (we'll call them "a", "b", "c", etc.)
I've created queries that give me a count of different tests performed on any given day(s) for any given patient type (eg. how many "a" tests were performed on Outpatients on any given date or date range), but what I'd like to do is have a report that will summarize all of the data in a table. In other words, the table in the report will have a column with Test Type, with each of the tests listed below it in rows ("a", "b", "c", ...). Beside each Test Type, I will have a count of how may of these tests were done. The other thing I would like is to set my desired date range at the top of the report by simply clicking on a calendar (start date, end date). I've tried different suggestions, but the closest I can get on the date issue is to be prompted to select a StartDate and EndDate when I open the report (and even that is not working properly). Is it possible to edit my individual data source queries by selecting my date(s) from the report itself? I haven't even started to work on getting the query data into the report table. I hope I have explained myself sufficiently. Any suggestions would be greatly appreciated.
Cheers
- Date of Test
- Patient Type (Inpatient, Outpatient, Research)
- Test Type (we'll call them "a", "b", "c", etc.)
I've created queries that give me a count of different tests performed on any given day(s) for any given patient type (eg. how many "a" tests were performed on Outpatients on any given date or date range), but what I'd like to do is have a report that will summarize all of the data in a table. In other words, the table in the report will have a column with Test Type, with each of the tests listed below it in rows ("a", "b", "c", ...). Beside each Test Type, I will have a count of how may of these tests were done. The other thing I would like is to set my desired date range at the top of the report by simply clicking on a calendar (start date, end date). I've tried different suggestions, but the closest I can get on the date issue is to be prompted to select a StartDate and EndDate when I open the report (and even that is not working properly). Is it possible to edit my individual data source queries by selecting my date(s) from the report itself? I haven't even started to work on getting the query data into the report table. I hope I have explained myself sufficiently. Any suggestions would be greatly appreciated.
Cheers