+ Reply to Thread
Results 1 to 3 of 3

Chart data organization

  1. #1
    Registered User
    Join Date
    11-13-2008
    Location
    Lisbon
    Posts
    5

    Chart data organization

    Hi guys,

    I currently extract data that matches some criteria from a database. The extracted data comes in this form:

    month | sitename | Page views

    01-01-2008 | site1 | 200000
    01-02-2008 | site1 | 200000
    01-03-2008 | site2 | 200000

    The thing is i can't chart it correctly this way, since the series values gets messed up with the x-axis. I was trying to avoid rearranging the data by finding a solution that worked this way.

    Any help is greatly appreciated.
    Attached Files Attached Files

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436
    The chart will not split the data for you.

    You will need to create 2 queries if you can not construct the data as per your example.
    If you use 2 record sets the x axis will need to plot true dates in order for like dates to align.
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    11-13-2008
    Location
    Lisbon
    Posts
    5
    thx Andy,

    I'll try to manipulate the data with vba before plotting it.

    t

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1