Geordie2008
Registered User.
- Local time
- Today, 02:39
- Joined
- Mar 25, 2008
- Messages
- 177
Hi all,
I have a normal query which cross tabs my data and then populates a report. The user wanted a "Total" to sum up the row table so I added a DSUM based on the underyling table which all of the queries are run off.
the DSUM works and gets the correct total.
The problem is that the report used to take 22 seconds to run and now (with the DSUM) it takes 90 seconds to run....
Is there any way to spped this up? I tried basing the DSUM on an aggregated query where the underlying query was a "grouped" version of the underyling table but this had no performance benefit.
Has anyone come accross this issue before where a DSUM slows a report down massively?
Thanks,
Mand.
I have a normal query which cross tabs my data and then populates a report. The user wanted a "Total" to sum up the row table so I added a DSUM based on the underyling table which all of the queries are run off.
the DSUM works and gets the correct total.
The problem is that the report used to take 22 seconds to run and now (with the DSUM) it takes 90 seconds to run....
Is there any way to spped this up? I tried basing the DSUM on an aggregated query where the underlying query was a "grouped" version of the underyling table but this had no performance benefit.
Has anyone come accross this issue before where a DSUM slows a report down massively?
Thanks,
Mand.