foxinphilly
MIS
I am working in a report and grouping by date.
This sounds really dumb but if I calculate a sum to a date, in this case two parameters: bundles and hours. I obviously obtain two totals. If I create two variables (bund_tot and hour_tot)to obtain the same totals, they match. In this case, 3 records total bundles to 552 and hours to 6.48. But if I use the variables and divide bund_tot by hour_tot the result is incorrect! The report shows 85.14 but the real total is 85.19. Do I need to pre-calculate the totals before I run the report? Why even have totals if the numbers don't work???? Any ideas would be helpful.
This sounds really dumb but if I calculate a sum to a date, in this case two parameters: bundles and hours. I obviously obtain two totals. If I create two variables (bund_tot and hour_tot)to obtain the same totals, they match. In this case, 3 records total bundles to 552 and hours to 6.48. But if I use the variables and divide bund_tot by hour_tot the result is incorrect! The report shows 85.14 but the real total is 85.19. Do I need to pre-calculate the totals before I run the report? Why even have totals if the numbers don't work???? Any ideas would be helpful.