I need to
know if the following calculations are possible to do with Crystal Reports.
This is my
current report which works:
I have 3
sub reports in 1 main report . In each
sub report there are field values that
are used to make a calculation in the
main report. At the moment each value in the subreport is a single value (based on 1 month has 1 single value) .
So for a
montly report
Month 1
Subreport 1
= Value 1
Subreport 2
= Value 1
Subreport 2
= Value 1
Main report
Footer Calculation
Subreport 1
.Value 1 + Subreport 2.Value 1 +
Subreport 3.Value 1
This works
fine if I run the report for a single month. However I want to run the report
for a period of time (i.e. 4 months + so I don't have to run the report 4 times).
I have worked out how to bring multiple values into each of the subreport but
how do i calculate them in the footer
Subreport 1
= Value 1 (Month1)
Subreport 1
= Value 2 (Month2)
Subreport 1
= Value 3(Month3)
Subreport 1
= Value 4(Month4)
Subreport 2
= Value 1(Month1)
Subreport 2
= Value 2(Month2)
Subreport 2
= Value 3(Month3)
Subreport 2
= Value 4(Month4)
Subreport 3
= Value 1(Month1)
Subreport 3
= Value 2(Month2)
Subreport 3
= Value 3(Month3)
Subreport 3
= Value 4(Month4)
Main report
Footer Calculation
Month 1
Subreport 1
.Value 1 + Subreport 2.Value 1 +
Subreport 13.Value 1
Month 2
Subreport 1
.Value 2 + Subreport 2.Value 2 +
Subreport 13.Value 2
Month 3
Subreport 1
.Value 3 + Subreport 2.Value 3 +
Subreport 13.Value 3
Month 4
Subreport 1
.Value 4 + Subreport 2.Value 4 +
Subreport 13.Value 4
Can this be
done in crystal? Any help is very much
appreciated.
Thanks
Edited by adamcar - 08 Nov 2011 at 2:02am