Im using crystal 8.5 connecting via ODBC to a symposium database (I do not have permissions to add/change symposium tables).
I have created a DNIS report, grouped on timestamp & time, to show calls ans, calls abandoned etc.
My problem is only intervals with data in them appear on the report and I need all of them to show.
I have read on other forums (most of which I dont understand) to try the following:
1. add a table and use a left join (I dont think I can do this bcos I dont have permissions to add tables to symposium)
2. create a running total formula and include all of the intervals (I cant figure out how to do this! and get it to work for all intervals)
Please help! This is what my report looks like now:
Time callsans callsaband
12:30 6 4
06:30 1 7
06:45 2 0
I need it look like this:
00:00 0 0
00:15 0 0
00:30 0 0
00:45 0 0
12:00 0 0
12:15 0 0
12:30 6 4
and so on for each 15 min interval.
dannab
I have created a DNIS report, grouped on timestamp & time, to show calls ans, calls abandoned etc.
My problem is only intervals with data in them appear on the report and I need all of them to show.
I have read on other forums (most of which I dont understand) to try the following:
1. add a table and use a left join (I dont think I can do this bcos I dont have permissions to add tables to symposium)
2. create a running total formula and include all of the intervals (I cant figure out how to do this! and get it to work for all intervals)
Please help! This is what my report looks like now:
Time callsans callsaband
12:30 6 4
06:30 1 7
06:45 2 0
I need it look like this:
00:00 0 0
00:15 0 0
00:30 0 0
00:45 0 0
12:00 0 0
12:15 0 0
12:30 6 4
and so on for each 15 min interval.
dannab