J
JimS
I have several reports and an excel extract, all from the same basic
timesheet table. The reports take the hours times the rates for each of three
time categories (standard, OT, DT.) There are thousands of transaction. The
hours have unlimited decimals, both hours and rates can be null. Misc Dollars
(reimbusements) are unlimited decimals, typically zero.
I've set up a formula for the total dollars as follows:
=Sum(Round(nz([stdhours])*nz([strate]),2)+Round(nz([othours])*nz([otrate]),2)+Round(nz([dthours])*nz([dtrate]),2)+Round(nz([miscdollaramt]),2))
This works for the reports and excel export, but for the summary report
(which summarizes over job title), it fails. It has a several-cent rounding
error. I use exactly the same formula throughout all sum levels. In the
summary report, there is no detail level.
It's driving me nuts. Of course, it's only 2 cents on $361,000 but drives
the accountants nuts, who are happy to share.
Help!
timesheet table. The reports take the hours times the rates for each of three
time categories (standard, OT, DT.) There are thousands of transaction. The
hours have unlimited decimals, both hours and rates can be null. Misc Dollars
(reimbusements) are unlimited decimals, typically zero.
I've set up a formula for the total dollars as follows:
=Sum(Round(nz([stdhours])*nz([strate]),2)+Round(nz([othours])*nz([otrate]),2)+Round(nz([dthours])*nz([dtrate]),2)+Round(nz([miscdollaramt]),2))
This works for the reports and excel export, but for the summary report
(which summarizes over job title), it fails. It has a several-cent rounding
error. I use exactly the same formula throughout all sum levels. In the
summary report, there is no detail level.
It's driving me nuts. Of course, it's only 2 cents on $361,000 but drives
the accountants nuts, who are happy to share.
Help!