I am trying to recreate an old foxpro report and I am not familiar with the best way to do it in crystal reports. The report is grouped by "person" and "hour" to show counts per hour:
HOUR
7 8 9 10 11 12 1 2
------------------------------------
S.L. | 0 0 1 3 4 2 0 0
R.K. | 1 3 7 0 3 4 3 2
The only way I figure i can do this is group by name, then have an SQL query for each hour but i'm not familiar with howto put the group name into the expression. Can anyone provide some insight on this? Thanks.
HOUR
7 8 9 10 11 12 1 2
------------------------------------
S.L. | 0 0 1 3 4 2 0 0
R.K. | 1 3 7 0 3 4 3 2
The only way I figure i can do this is group by name, then have an SQL query for each hour but i'm not familiar with howto put the group name into the expression. Can anyone provide some insight on this? Thanks.