Hi ALL,
I am pulling data from SQL tabel on a Cashe Database with Crystal 8.5.
I run a report that shows the number of No Show Appts., Cancellations Appts., Rescheduled Appts. per medical facility. run for a selected date range. example.
Site 1 No Shows Canceled Rescheduled
34 15 68
Site 2 20 3 18
What I need now is to show this same data in a cummalative report that spans the last 12 months.
For Example.
March
Site 1 No Shows Canceled Rescheduled
34 15 68
Site 2 20 3 18
February
Site 1 No Shows Canceled Rescheduled
28 8 78
Site 2 13 16 12
ect.
How do I group it on the month when my tables do not have month field? I hope I have provided enough information, if not I have more.
I am pulling data from SQL tabel on a Cashe Database with Crystal 8.5.
I run a report that shows the number of No Show Appts., Cancellations Appts., Rescheduled Appts. per medical facility. run for a selected date range. example.
Site 1 No Shows Canceled Rescheduled
34 15 68
Site 2 20 3 18
What I need now is to show this same data in a cummalative report that spans the last 12 months.
For Example.
March
Site 1 No Shows Canceled Rescheduled
34 15 68
Site 2 20 3 18
February
Site 1 No Shows Canceled Rescheduled
28 8 78
Site 2 13 16 12
ect.
How do I group it on the month when my tables do not have month field? I hope I have provided enough information, if not I have more.