If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Applications & Tools > Oracle Graphics Builder 6 - Line chart using week and year data

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-26-04, 04:35
kollikissa kollikissa is offline
Registered User
 
Join Date: Jan 2004
Posts: 1
Oracle Graphics Builder 6 - Line chart using week and year data

I have a situation like this:

I want to create a line chart that shows week in x-axis and price in y-axis. Subcategory is customer. Everything goes fine if i look at data for only one year. But if i make a select that returns weeks for years 2002 and 2003, the graph doesn't work right. Graphics doesn't seem to understand that year changes, it draws a line to the beginning of the weeks. Datatype of x-axis is continuos.

data looks like this:

YEAR WEEK CUSTOMER PRODUCT PRICE
2002 51 1 1 100
2002 51 2 1 200
2002 52 1 1 150
2002 52 2 1 200
2003 1 1 1 175
2003 1 2 1 180

Can someone help me with this situation?

I tried to make a sollution to this problem in data looking like this:

DATE CUSTOMER PRODUCT PRICE
13-jan-2003 1 1 100
13-jan-2003 2 1 200
20-jan-2003 1 1 150
20-jan-2003 2 1 200
27-jan-2003 1 1 175
27-jan-2003 2 1 180

Then i put the datatype of x-axis to date and step size to week and then i selected the week to be displayed. But instead of showing the weeknumber, it shows the first day of these weeks (11, 18, 25).

This could be a very nice way to do this, but how can i get graphics to show weeks number instead of first day of that week?

Sincerely yours
Olli
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On