This formula keeps causing Crystal Reports to crash:
if Sum ({@YearlyBudget}, {tblSubSection.SSName}) > 0 then
Sum ({@AvailableBudget}, {tblSubSection.SSName}) / Sum ({@YearlyBudget}, {tblSubSection.SSName}) * 100
--How do I declare variables to work with so the formula can deal with those, not the actual sumations?
Thanks
if Sum ({@YearlyBudget}, {tblSubSection.SSName}) > 0 then
Sum ({@AvailableBudget}, {tblSubSection.SSName}) / Sum ({@YearlyBudget}, {tblSubSection.SSName}) * 100
--How do I declare variables to work with so the formula can deal with those, not the actual sumations?
Thanks