I am using Crystal 8.5 along with data from Blackbaud's Raiser's Edge. I am very new to Crystal and just realized that when I try to sum my conditional formula's it says they cannot be created. I need to get a sum/grand total on each of the following conditional formulas to put in the report footer. All three formulas are columns in my group header
(1) Sum ({CnGf_1.CnGf_1_Amount}, {CnAttrCat_1.CnAttrCat_1_Description}) / 365 * DateDiff("d",{?Start Date} ,{?End Date})
(2) Sum ({CnGf_2.CnGf_2_Amount}, {CnAttrCat_1.CnAttrCat_1_Description})
(3) if isnull({CnGf_2.CnGf_2_Amount}) then {CnGf_1.CnGf_1_Amount} else Sum ({CnGf_1.CnGf_1_Amount}, {CnAttrCat_1.CnAttrCat_1_Description})- Sum ({CnGf_2.CnGf_2_Amount}, {CnAttrCat_1.CnAttrCat_1_Description})
Any suggestions on how to create a sum/grand total for each of those would be greatly appreciated. I am stumped.
(1) Sum ({CnGf_1.CnGf_1_Amount}, {CnAttrCat_1.CnAttrCat_1_Description}) / 365 * DateDiff("d",{?Start Date} ,{?End Date})
(2) Sum ({CnGf_2.CnGf_2_Amount}, {CnAttrCat_1.CnAttrCat_1_Description})
(3) if isnull({CnGf_2.CnGf_2_Amount}) then {CnGf_1.CnGf_1_Amount} else Sum ({CnGf_1.CnGf_1_Amount}, {CnAttrCat_1.CnAttrCat_1_Description})- Sum ({CnGf_2.CnGf_2_Amount}, {CnAttrCat_1.CnAttrCat_1_Description})
Any suggestions on how to create a sum/grand total for each of those would be greatly appreciated. I am stumped.