Hi Everybody,
I had a problem related to sequence of execution of subreports.
I have 4 subreports
SubReport1
SubReport2
SubReport3
SubReport4
But I have Shared Variables which collection values in it in each 2nd,3rd and 4th sub-reports. There we collect value
in Subreport 2, Subreport 3 and Subreport 4. But I want to display a formula in Subreport 1 which
actually calculates the total of those shared variables. But I found that the mode of execution is in below sequence.
Subreport 1
Subreport 2
Subreport 3
Subreport 4
This way I am getting the total sum as 0. As it is the intial values it is showing up. How can we restrict
this subreport to get executed after all the remaining three subreports are executed.
Any help is really appreciated.
Thanks,
Nagaraj
I had a problem related to sequence of execution of subreports.
I have 4 subreports
SubReport1
SubReport2
SubReport3
SubReport4
But I have Shared Variables which collection values in it in each 2nd,3rd and 4th sub-reports. There we collect value
in Subreport 2, Subreport 3 and Subreport 4. But I want to display a formula in Subreport 1 which
actually calculates the total of those shared variables. But I found that the mode of execution is in below sequence.
Subreport 1
Subreport 2
Subreport 3
Subreport 4
This way I am getting the total sum as 0. As it is the intial values it is showing up. How can we restrict
this subreport to get executed after all the remaining three subreports are executed.
Any help is really appreciated.
Thanks,
Nagaraj