CrystalBlues
Technical User
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 by 60 to indicate how many hours per day the procedure took.
What I am having a problem with is trying to calcualate a total for this column created using the above formula.
Right click insert Sum is not an option for the data in this column. If using Excel, I can create a total for this column using the following: fx = SUM (H7:H62)
Is there a way to create a SUM for this column in Crystal or is this a limitation of Crystal Reports 9.0?
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 by 60 to indicate how many hours per day the procedure took.
What I am having a problem with is trying to calcualate a total for this column created using the above formula.
Right click insert Sum is not an option for the data in this column. If using Excel, I can create a total for this column using the following: fx = SUM (H7:H62)
Is there a way to create a SUM for this column in Crystal or is this a limitation of Crystal Reports 9.0?