Crystal 9
SQL Server database
I need to show the report totals on the top of the Group. And thats why I have a subreport with the exact same data but showing just the totals. which is placed in the group header. And the main report details sections shows the details.
And that is slowing down the report drastically, is there a solution for this? Note I have I have 10 and more different summary fields. So in one thread I saw a solution to create a shared array variables on the subreport... but that wont work for me cause I will have to create 15 shared array variables and even then not sure if that will help this performance issue?
Please advice...
Thanks
SQL Server database
I need to show the report totals on the top of the Group. And thats why I have a subreport with the exact same data but showing just the totals. which is placed in the group header. And the main report details sections shows the details.
And that is slowing down the report drastically, is there a solution for this? Note I have I have 10 and more different summary fields. So in one thread I saw a solution to create a shared array variables on the subreport... but that wont work for me cause I will have to create 15 shared array variables and even then not sure if that will help this performance issue?
Please advice...
Thanks