473,396 Members | 1,816 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,396 software developers and data experts.

Graph Problem - 1st Qtr- West-East...

I supposed that creating graph with access would be as easy as how I
could with Excel. But it seems to me that there is some tricky point
here. What i am trying to do and what i got is as follow:

Suppose that there is a table named (TPerson) in which field names are
"Name"<text>", "Age"<number-byte>. I would like to get a simple graph,
X-axis stands for "Name", Y-axis stands for "Age". I follow procedure
by using wizard but result is very interesting. X-axis consist of such
items 1st Qtr, 2nd Qtr, 3rd Qtr, 4th Qtr, rather than "Name" as i
prompted.

Pivot table can fix this problem. But is there any way you fix it by
graph?

Thanks

Jan 18 '07 #1
2 2048
sa*************@yahoo.com wrote:
I supposed that creating graph with access would be as easy as how I
could with Excel. But it seems to me that there is some tricky point
here. What i am trying to do and what i got is as follow:

Suppose that there is a table named (TPerson) in which field names are
"Name"<text>", "Age"<number-byte>. I would like to get a simple graph,
X-axis stands for "Name", Y-axis stands for "Age". I follow procedure
by using wizard but result is very interesting. X-axis consist of such
items 1st Qtr, 2nd Qtr, 3rd Qtr, 4th Qtr, rather than "Name" as i
prompted.

Hi Savas,

Yes, Access is a bit weird that way. What you describe more often
happens in a report than in a form in my experience. However, the "1st
Qtr, 2nd Qtr, 3rd Qtr, 4th Qtr" display is in the design view of the
report. If you preview your report, you should get the name and ages
showing as you chose in the wizard.

Why it does this, I have no idea - I think for the graph object in the
report design it just displays some default information. If you save
the report in preview mode, you will probably see a more suitable
looking graph object displayed when you are in design mode.

But remember, to really see what your results are, you need to preview
the report. Don't rely on what appears in the design view.

Hope this helps.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Be Careful, Big Bird!" - Ditto "TIM-MAY!!" - Me
Jan 18 '07 #2
Hi Tim,

Thanks for your help. Before receiving your comments, i found out a way
to fix this problem. Whatever access shows me in the graph is not so
important actually. I opened DATASHEET after i created graph by wizard
and i just made copy-paste all data what i already prompted by wizard.
Graph has responded then. It is funny but working.

Thanks so much...
Tim Marshall wrote:
sa*************@yahoo.com wrote:
I supposed that creating graph with access would be as easy as how I
could with Excel. But it seems to me that there is some tricky point
here. What i am trying to do and what i got is as follow:

Suppose that there is a table named (TPerson) in which field names are
"Name"<text>", "Age"<number-byte>. I would like to get a simple graph,
X-axis stands for "Name", Y-axis stands for "Age". I follow procedure
by using wizard but result is very interesting. X-axis consist of such
items 1st Qtr, 2nd Qtr, 3rd Qtr, 4th Qtr, rather than "Name" as i
prompted.


Hi Savas,

Yes, Access is a bit weird that way. What you describe more often
happens in a report than in a form in my experience. However, the "1st
Qtr, 2nd Qtr, 3rd Qtr, 4th Qtr" display is in the design view of the
report. If you preview your report, you should get the name and ages
showing as you chose in the wizard.

Why it does this, I have no idea - I think for the graph object in the
report design it just displays some default information. If you save
the report in preview mode, you will probably see a more suitable
looking graph object displayed when you are in design mode.

But remember, to really see what your results are, you need to preview
the report. Don't rely on what appears in the design view.

Hope this helps.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Be Careful, Big Bird!" - Ditto "TIM-MAY!!" - Me
Jan 19 '07 #3

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

Similar topics

9
by: Lilith | last post by:
Is there a python module somewhere (been searching today, no luck) which has efficiently coded various graph-handling routines, such as finding the shortest path through a graph, or the set of all...
25
by: Magnus Lie Hetland | last post by:
Is there any interest in a (hypothetical) standard graph API (with 'graph' meaning a network, consisting of nodes and edges)? Yes, we have the standard ways of implementing graphs through (e.g.)...
1
by: entropy123 | last post by:
Hey all, In an effort to solve a sticky - for me - problem I've picked up Sedgewick's 'Algorithm's in C'. I've tried working through the first few problems but am a little stumped when he refers...
2
by: MLH | last post by:
A97 Am having difficulty displaying graph in Form View that I see fine in graph control on form opened in design view. I know I'm doing something wrong. If I open the form in design view - I...
11
by: Andreas.Burman | last post by:
Hi What is the best way to implement a undirected weighted graph ADT in javascript?
0
by: mylog | last post by:
I have downloaded a GLEE(Graph Layout Execution Engine) and written the following code to display a windows form from a web page but i am encountering with a small problem on displaying the graph...
2
by: sriniwas | last post by:
Hi Frnd's, m using prefuse visulation,it's have one display class and this class have one saveImage(outPutStream, String jpg,double size);. now graph is converting ia jpg image properly.now my...
4
by: Man4ish | last post by:
namespace ve/////////////////ve.h { struct VertexProperties { std::size_t index; boost::default_color_type color; }; }...
2
by: Man4ish | last post by:
I have created Graph object without vertex and edge property.It is working fine. #include <boost/config.hpp> #include <iostream> #include <vector> #include <string> #include...
0
by: eureka2050 | last post by:
Hi all, I am creating a radar chart containing 2 plots using jpgraph. My code is as follows:- include ("./jpgraph/src/jpgraph.php"); include ("./jpgraph/src/jpgraph_radar.php"); //...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
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.