M
Melissa
Hi there
I have created a report for a payslip, and on this report I have a field
"RatePerShift", which takes the "TotalDueNormal Grand Total Sum" field ,
divided by "NoOfShiftsNormal Grand Total Sum" to get what the RatePerShift
is. This calculation works perfectly, however, if the employee did not work
any Normal shifts, the RatePerShift field goes to "Num".
I have tried the following to try and put the "Num" to a zero, but It isnt
working, please could someone assist me......
=IIf(IsNull([TotalDueNormal Grand Total Sum]/[NoOfShiftsNormal Grand Total
Sum]),"0",[TotalDueNormal Grand Total Sum]/[NoOfShiftsNormal Grand Total
Sum])
Thank you
Melissa
I have created a report for a payslip, and on this report I have a field
"RatePerShift", which takes the "TotalDueNormal Grand Total Sum" field ,
divided by "NoOfShiftsNormal Grand Total Sum" to get what the RatePerShift
is. This calculation works perfectly, however, if the employee did not work
any Normal shifts, the RatePerShift field goes to "Num".
I have tried the following to try and put the "Num" to a zero, but It isnt
working, please could someone assist me......
=IIf(IsNull([TotalDueNormal Grand Total Sum]/[NoOfShiftsNormal Grand Total
Sum]),"0",[TotalDueNormal Grand Total Sum]/[NoOfShiftsNormal Grand Total
Sum])
Thank you
Melissa