Hi guys,
I have a report that pulls from
- a SALES table (very very big)
- a PRODUCT table (reasonably big)
- a BUDGET table (very small)
I have these three tables joined. When I pull fields from the SALES and the PRODUCT table, everything is GREAT.
I get a YTD summary view of sales GROUPED by month.
BUT as soon as I pull a field from the BUDGET table, which is a very small table, the PERFORMANCE goes REALLY REALLY down the DRAIN. I join the MONTH column of my BUDGET table with the MONTH column of my SALES table. I know, it doesn't make sense to drag the Budget column into the details section of the report, but rather to the GROUP FOOTER, because the BUDGET table has monthly data rather daily. But no matter where I pull the field to (DETAIL section or GROUP footer section), performance takes a huge hit.
Any idea, whats going on And I know I got my joins correct, cuz I am getting the right result.
Background: The budget table basically has sales targets for every division that they gotta hit. And thats why i compare my actual month sales with what the budget target was.
thanks,
I have a report that pulls from
- a SALES table (very very big)
- a PRODUCT table (reasonably big)
- a BUDGET table (very small)
I have these three tables joined. When I pull fields from the SALES and the PRODUCT table, everything is GREAT.
I get a YTD summary view of sales GROUPED by month.
BUT as soon as I pull a field from the BUDGET table, which is a very small table, the PERFORMANCE goes REALLY REALLY down the DRAIN. I join the MONTH column of my BUDGET table with the MONTH column of my SALES table. I know, it doesn't make sense to drag the Budget column into the details section of the report, but rather to the GROUP FOOTER, because the BUDGET table has monthly data rather daily. But no matter where I pull the field to (DETAIL section or GROUP footer section), performance takes a huge hit.
Any idea, whats going on And I know I got my joins correct, cuz I am getting the right result.
Background: The budget table basically has sales targets for every division that they gotta hit. And thats why i compare my actual month sales with what the budget target was.
thanks,