Help!!!!
I am working on a timesheet report that totals the number of hours per day based on various time entry activities. I need to calculate comp time hours based on if the sum of the daily hours total more than 8.
My formula is as follows:
if Sum ({@CheckRegHours}, {ReportBiWeekTimeSheets.te_time_entry_day}, "daily") > 8 then
Sum ({@CheckRegHours}, {ReportBiWeekTimeSheets.te_time_entry_day}, "daily") - 8;
Then, I need to summarize all of the excessive hours and the end of report. The problem is that I am unable create a subtotal for the above formula. The option is greyed out.
I have 3 different group: the person, the pay period, and the day. Is there another way to calculate the excessive hours and be able to total.
All suggestions are welcomed. Thanks.
I am working on a timesheet report that totals the number of hours per day based on various time entry activities. I need to calculate comp time hours based on if the sum of the daily hours total more than 8.
My formula is as follows:
if Sum ({@CheckRegHours}, {ReportBiWeekTimeSheets.te_time_entry_day}, "daily") > 8 then
Sum ({@CheckRegHours}, {ReportBiWeekTimeSheets.te_time_entry_day}, "daily") - 8;
Then, I need to summarize all of the excessive hours and the end of report. The problem is that I am unable create a subtotal for the above formula. The option is greyed out.
I have 3 different group: the person, the pay period, and the day. Is there another way to calculate the excessive hours and be able to total.
All suggestions are welcomed. Thanks.