Hi!
Thanks for reading this. I currently have a report that has 4 subreports in it. The data in the subreports is summary data of one of the groups that I can't sum up in the group footer:
$ Qty
Grp 1 District
Grp 2 Branch
Grp 3 Bldg
So my first subreport is totalling values for grp 3 for the district. In this subreport I'm pulling in all the same data, I'm just not grouping on District and Branch. That works fine except for the fact it takes hours for the report to run.
I wanted to create a dynamic array where I could list the different branches in the district footer with their values but I only get the last value in the array when I display the array, ex. myarray[1]; myarray[2]; I would only get the value in myarray[2].
Any ideas? Thanks!
Thanks for reading this. I currently have a report that has 4 subreports in it. The data in the subreports is summary data of one of the groups that I can't sum up in the group footer:
$ Qty
Grp 1 District
Grp 2 Branch
Grp 3 Bldg
So my first subreport is totalling values for grp 3 for the district. In this subreport I'm pulling in all the same data, I'm just not grouping on District and Branch. That works fine except for the fact it takes hours for the report to run.
I wanted to create a dynamic array where I could list the different branches in the district footer with their values but I only get the last value in the array when I display the array, ex. myarray[1]; myarray[2]; I would only get the value in myarray[2].
Any ideas? Thanks!