Variable Problem
Hi,
I have the following bands in the report
- 1 group (keep group together, no page break after groups)
- 1 summary with page break.
- 2 passes
In my group footer, I have some variables. In one of these variables, I add
some value to a variable on the summary band.
This should work fine, but the summary variable displays only 0 instead of
the value.
Not setting the pagebreak for the summary band, solves the problem (???!!!)
What is going on here? How can I calculate a value in the summary band in a
correct way. I suppose I'm doing something wrong here.
Regards,
Wouter Devos
I have the following bands in the report
- 1 group (keep group together, no page break after groups)
- 1 summary with page break.
- 2 passes
In my group footer, I have some variables. In one of these variables, I add
some value to a variable on the summary band.
This should work fine, but the summary variable displays only 0 instead of
the value.
Not setting the pagebreak for the summary band, solves the problem (???!!!)
What is going on here? How can I calculate a value in the summary band in a
correct way. I suppose I'm doing something wrong here.
Regards,
Wouter Devos
This discussion has been closed.
Comments
I found the problem. I did some calculation in the GroupBeforebreak and
there were some problems with doing this.
Everything works fine again.
Regards,
Wouter Devos