LBass - You are the Man!!
I redid my original formula to:
whileprintingrecords;numbervar sumhrs := sumhrs + Sum ({Data.UnitsCharged}, {Data.ServiceCode}) * {Data.Proc_Time_Standard} / 60
And added this to the report footer
whileprintingrecords;numbervar sumhrs;
And got the total I was...
I copied the formula and placed it in the same section as my formula and suppressed the section.
//{@accum}:whileprintingrecords;numbervar sumhrs := sumhrs + Sum ({Data.UnitsCharged}, {Data.ServiceCode}) * {Data.Proc_Time_Standard} / 60
I also placed the following formula in the report footer...
I have a report where I created the following formula:
Sum ({Data.UnitsCharged}, {Data.ServiceCode}) * {Data.Proc_Time_Standard} / 60
My report indicates how long a procedure should take in minutes and also how many times a procedure was done. This formula takes the qty x minutes and divides...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.