crystalnewbie
MIS
Hi,
I know that you can't sum a variable that is using a sum function. What's the workaround for this?
Basically have a report that looks like
GH#1 John Doe Paycode HrsWorked Wage Amt
GF#2 Regular Hours 8.0 $80.00
Overtime Hrs 1.0 $15.00
GF#1 Total Hours 9.0 ????
The HrsWorked is a formula that is sum(@hrsworked,{mytable.paycode}), Wage Amt is also a formula that uses HrsWorked.
How do I go about creating a formula that sums up the wage amounts for all the paycodes? The formula Wage Amt is also not showing up as a report field.
Any help is greatly appreciated.
I know that you can't sum a variable that is using a sum function. What's the workaround for this?
Basically have a report that looks like
GH#1 John Doe Paycode HrsWorked Wage Amt
GF#2 Regular Hours 8.0 $80.00
Overtime Hrs 1.0 $15.00
GF#1 Total Hours 9.0 ????
The HrsWorked is a formula that is sum(@hrsworked,{mytable.paycode}), Wage Amt is also a formula that uses HrsWorked.
How do I go about creating a formula that sums up the wage amounts for all the paycodes? The formula Wage Amt is also not showing up as a report field.
Any help is greatly appreciated.