Hi,
I am trying to sum a formula that contains a formula. I have the following formula called SubCatScore:
IF Sum ({RPT_Gap_Co_Profile.wgtdscore}, {RPT_Gap_Co_Profile.subcat}) > 0 Then
Sum ({RPT_Gap_Co_Profile.wgtdscore}, {RPT_Gap_Co_Profile.subcat})/
Sum ({RPT_Gap_Co_Profile.weight}, {RPT_Gap_Co_Profile.subcat})
Else 0
This appears in the header of Group2.
Also in the header of Group2, I have a formula called WgtdSubCatScore, which is:
{@SubCatScore}*{IR_Sub_Categories.Institutional_Weighting}
The problem is I want then sum that formula (WgtdSubCatScore) for Group1, but every time I try I get an error "The summary/running total field could not be created." Moreover, Crystal's Sum button doesn't seem to let you sum custom formulas.
I'm kind of new to this so perhaps I'm doing something wrong. Hope someone can help.
Thanks!
I am trying to sum a formula that contains a formula. I have the following formula called SubCatScore:
IF Sum ({RPT_Gap_Co_Profile.wgtdscore}, {RPT_Gap_Co_Profile.subcat}) > 0 Then
Sum ({RPT_Gap_Co_Profile.wgtdscore}, {RPT_Gap_Co_Profile.subcat})/
Sum ({RPT_Gap_Co_Profile.weight}, {RPT_Gap_Co_Profile.subcat})
Else 0
This appears in the header of Group2.
Also in the header of Group2, I have a formula called WgtdSubCatScore, which is:
{@SubCatScore}*{IR_Sub_Categories.Institutional_Weighting}
The problem is I want then sum that formula (WgtdSubCatScore) for Group1, but every time I try I get an error "The summary/running total field could not be created." Moreover, Crystal's Sum button doesn't seem to let you sum custom formulas.
I'm kind of new to this so perhaps I'm doing something wrong. Hope someone can help.
Thanks!