I'm trying to display an average (in my group 2 footer) of a formula, but get a message that says "this field cannot be summarized".
This is the formula I tried. It should reside in group footer 1 (product family):
Average ({@Penetration},{QryCustomerAvg.Family Description})
The @penetration is the field that cannot be summarized.
@penetration is calculated in group footer 2 (customer). The formula is:
if {@AvailableProducts}=0 then 0 else
({@DistinctCountValue}/{@AvailableProducts})*100
In non-tech terms, penetration is the percentage of our products within a product family that a customer has purchased. For example, we have a product family of stickers and offer 20 different kinds. If a customer purchased 10 of those, penetration is 50%.
I want the average of this penetration level for each product family.
I'm new to Crystal Reports so I may be missing the obvious.
This is the formula I tried. It should reside in group footer 1 (product family):
Average ({@Penetration},{QryCustomerAvg.Family Description})
The @penetration is the field that cannot be summarized.
@penetration is calculated in group footer 2 (customer). The formula is:
if {@AvailableProducts}=0 then 0 else
({@DistinctCountValue}/{@AvailableProducts})*100
In non-tech terms, penetration is the percentage of our products within a product family that a customer has purchased. For example, we have a product family of stickers and offer 20 different kinds. If a customer purchased 10 of those, penetration is 50%.
I want the average of this penetration level for each product family.
I'm new to Crystal Reports so I may be missing the obvious.