Hi,
I created a scatter chart report which is based on a sql SP which returns around 6000 rows on each execution.
The report takes too much time to display the chart (above 20 seconds).
The SP runs quickly (less then 1 second).
I've checked the "ExecutionLog2" table and noticed the problem is on the TimeRendering (please correct me if I'm wrong, this is the query result):
As you can see I've use also the cache option - but unfortunatley it didn't help too much.
What can I do to reduce the report's renderring and processing time?
Thanks!
David
David