Using CR 10...
I have a formula in a GROUP FOOTER #2 that makes some calculations:
Based on criteria the FOOTER #2 will either show or be suppressed.
In the Group FOOTER #1 I have this:
Now, the calculation shows the total of everything calculated in FOOTER #2, no matter if it was suppressed, or NOT.
Is there a way to only calculate/total was is NOT suppressed?
I have a formula in a GROUP FOOTER #2 that makes some calculations:
Code:
whileprintingrecords;
numbervar sumC := sumC + {@rated};
Based on criteria the FOOTER #2 will either show or be suppressed.
In the Group FOOTER #1 I have this:
Code:
whileprintingrecords;
numbervar sumC;
Now, the calculation shows the total of everything calculated in FOOTER #2, no matter if it was suppressed, or NOT.
Is there a way to only calculate/total was is NOT suppressed?