Hi,
I am about to lose all faith in this product.....
The story so far:
I am dispaying the contents of a simple table such as this:
PERSON DEPT COST COUNT
I need to create summary reports of cost and counts for people (this is OK) and departments (problem). I have created a summary group on dept, and use running totals (per dept) to calculate the total cost and total count. This works OK. I also use running totals in this report to show the grand total of cost and grand total count. All fine.
Then I want to have a another (derived) column i.e. cost / count. So per dept I can either
1) use a formula that takes the running totals of cost and count and do a simple division to get cost/count, OR
2) use a formula to Sum the values of cost and count (Sum(fld, condfld)) to summarize these values per dept and then divide again
Both work fine. THEN: I wish to total the above values and divide by the number of distinct groups. So i think, create a running total using the formula I just created above. No way - this is not allowed - something about creating a running total on a print time value!!!!
Does this mean that Crystal does not total derived column values ?
Please help,
I am about to lose all faith in this product.....
The story so far:
I am dispaying the contents of a simple table such as this:
PERSON DEPT COST COUNT
I need to create summary reports of cost and counts for people (this is OK) and departments (problem). I have created a summary group on dept, and use running totals (per dept) to calculate the total cost and total count. This works OK. I also use running totals in this report to show the grand total of cost and grand total count. All fine.
Then I want to have a another (derived) column i.e. cost / count. So per dept I can either
1) use a formula that takes the running totals of cost and count and do a simple division to get cost/count, OR
2) use a formula to Sum the values of cost and count (Sum(fld, condfld)) to summarize these values per dept and then divide again
Both work fine. THEN: I wish to total the above values and divide by the number of distinct groups. So i think, create a running total using the formula I just created above. No way - this is not allowed - something about creating a running total on a print time value!!!!
Does this mean that Crystal does not total derived column values ?
Please help,