I am using Crystal Reports 8.5
I have a report that uses a cross tab to count the number and types of appointments that our trainers have with our clients within a specified time (usually monthly). So it looks like this:
Initial Training: 3
Follow-Up Training: 3
Travel: 5
For each appointment we also track the duration. What I want to do is get a mothly total of the durration of each type of event--not a count. So it should look like this:
Initial Training: 3 16 (hours)
Follow-Up Training: 3 20 (hours)
Travel: 5 12 (hours)
The table where the information is stored is the CONTHIST table--we are using GoldMine. Is there a way that I can do a running total of CONTHIST.DURATION in the crosstab?
Thanks,
Dave
I have a report that uses a cross tab to count the number and types of appointments that our trainers have with our clients within a specified time (usually monthly). So it looks like this:
Initial Training: 3
Follow-Up Training: 3
Travel: 5
For each appointment we also track the duration. What I want to do is get a mothly total of the durration of each type of event--not a count. So it should look like this:
Initial Training: 3 16 (hours)
Follow-Up Training: 3 20 (hours)
Travel: 5 12 (hours)
The table where the information is stored is the CONTHIST table--we are using GoldMine. Is there a way that I can do a running total of CONTHIST.DURATION in the crosstab?
Thanks,
Dave