473,395 Members | 2,436 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Faster alternative to Microsoft Graph 5.0 Chart ??

I've got an 83-page report which contains an Microsoft Graph 8 Chart,
but the report takes FOREVER to format, probably because the row source
is a bit complex:

TRANSFORM Sum(qryCallsSummarizedByArbitraryYear.CallCount) AS
SumOfCallCount SELECT qryCallsSummarizedByArbitraryYear.DateByYear FROM
qryCallsSummarizedByArbitraryYear GROUP BY
qryCallsSummarizedByArbitraryYear.DateByYear PIVOT
qryCallsSummarizedByArbitraryYear.[Property Code];

Can anyone suggest:
(1) A faster query that yields the same graph? or
(2) A faster alternative to the Graph 8 component?

I've tried the MS Graph 5 component with no improvement
Thanks!

Mark

Nov 13 '05 #1
2 2809
Access will evaluate the query for each chart that needs to be produced
-- even if the query is the same for each chart. If your query is
complex this can lead to very long rendering times, which you've
clearly experienced. One workaround I've had success with is to output
query results to a temporary table, then use that temporary table as
the recordsource for the report. A 20-page report now renders in 10
seconds instead of 2 minutes.

Obviously your use of temporary tables would have to be carefully
controlled in a multiuser environment.

Nov 13 '05 #2
mark wrote:
I've got an 83-page report which contains an Microsoft Graph 8 Chart,
...
Can anyone suggest:
(1) A faster query that yields the same graph? or
(2) A faster alternative to the Graph 8 component?

I've tried the MS Graph 5 component with no improvement
Thanks!

Mark


If you're interested in Adobe Reader readable pdf output directly from
Access take a look at:

http://www.oakland.edu/~fortune/SampleHistogram.pdf

and

http://www.oakland.edu/~fortune/Histogram.zip

for an example of creating graphical output. I haven't gotten around
to solving the 'Rebuild' problem yet (byte count is probably just a
little off) but Reader displays and prints everything nicely. Be sure
to close the Reader file before trying to create another with the same
name as the one that's open. Forms I've built have created thousands of
pdf documents using this technique but use at your own risk. In the
future I'll try to use other pdf readers to test the file created so
that it's more compliant. It's written in A97 so let me know if you or
anyone else have trouble converting to a different version of Access.
Partly because I'm a little unorthodox I've always used code whenever a
crosstab query could be used; so I can't give you any advice about
speeding up your query other than that I agree with the other poster's
comments.

James A. Fortune

Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Dave | last post by:
I have a report that utilizes a Chart with 2 different Chart Types. It works great with the exception that each Item that the chart plots is supposed to have it's own designated color that doesn't...
2
by: Dave | last post by:
I'm trying to follow the examples in VBAGRP9.CHM and/or VBAGR10.CHM with no success. I'm trying to Chage the Legend Colors based on Content so that I can establish a certain color format on...
1
by: Andres Romero | last post by:
I can´t find information about how to work with a Microsoft Graph object in windows forms using C# I have a macro in PowerPoint which creates slides and elements like graphs using Microsoft Graph...
3
by: sam | last post by:
I just wonder where could I find sample of ASP.Net Graph / Chart (Line, Bar, Pie) beside microsoft.com? How hard to coding ASP.Net Chart? Or better to do at MS SQL Server 2000 Reporting...
3
by: Scott H | last post by:
Hello, I'm trying it use the Microsoft Office Chart control 11.0 in VB.net (for a windows forms project) and can't seem to get it to work, I've been playing around with various snippets of code....
2
by: ruthboaz | last post by:
Hi, My database is in SQL Server with Access as front end. I have a Microsoft Graph Chart for which the data is picked up with a query from the SQL Server. In the DataSheet the first row is...
2
by: stupidintern | last post by:
Hi, This is my first post here so please be patient. Here is my question: I am trying to include a chart in my VB form. I do it this way: I drop the Microsoft Graph Chart Control (from Unbound...
0
by: Neil Ginsberg | last post by:
Anyone know a way to change the colors used for the lines of a line graph in a Microsoft Graph Chart (Access 2003)? Some of the very-light colors they use are barely readable! TIA! Neil
4
by: thecheyenne | last post by:
Dear All! I have a query that holds test results for my students; each test is either a listening-test, reading-test, speaking-test or writing-test. All results are in % and already calculated by...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.