Using CR9.0, Microsoft SQL database.
I've created a report with a crosstab that's lists number of hours for a specified paycode:
I.E. (semicolon seperated for the example)
Employee;Paycode;hours
Mr.X;Overtime;10
Std_hours;15
Sicktime;7
Total:32 hours
Mr.Y;Overtime;15
Std_hours;30
Sicktime;2
Total: 47 hours
What I would like to do is to display all these three pay codes as is, but leave sick time out of the summary, so that totals will be 25 for mr.X and 45 for Mr.Y
Any ideas on how to leave one item out in the summary?
Thanks,
Bjorn
I've created a report with a crosstab that's lists number of hours for a specified paycode:
I.E. (semicolon seperated for the example)
Employee;Paycode;hours
Mr.X;Overtime;10
Std_hours;15
Sicktime;7
Total:32 hours
Mr.Y;Overtime;15
Std_hours;30
Sicktime;2
Total: 47 hours
What I would like to do is to display all these three pay codes as is, but leave sick time out of the summary, so that totals will be 25 for mr.X and 45 for Mr.Y
Any ideas on how to leave one item out in the summary?
Thanks,
Bjorn