Results 1 to 2 of 2
  1. #1
    rgkdlsie is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Oct 2011
    Posts
    1

    Chart Without AutoCalc

    I have a query which I would like to simply graph as an X-Y graph, no calculation (sums, average, etc) necessary. How I disable the pivotchart from trying to sum and average everything?



    Example data:
    X Y
    1 3
    2 4
    3 3
    4 2

    I would like to make a graph with a point at (1,3) another at (2,4), another at (3,3) and another at (4,2). I feel like this should be a simple problem but I can't figure out how to stop the pivot chart trying to "help" me by averaging or counting or summing everything. Thanks for the help.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    The X and Y are fields of table? Use a SELECT sql in the graph RecordSource property, like:
    SELECT x, y FROM tablename;

    The first field in the sql will plot as x, other fields will plot as y.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 07-12-2010, 05:39 AM
  2. Replies: 0
    Last Post: 06-06-2010, 08:23 AM
  3. Pivot charts - AutoCalc option grayed out
    By kkrishna in forum Access
    Replies: 1
    Last Post: 06-04-2010, 07:31 AM
  4. Chart Help
    By lcwallis in forum Reports
    Replies: 0
    Last Post: 02-16-2010, 03:25 PM
  5. Pie Chart
    By kathy62959 in forum Reports
    Replies: 0
    Last Post: 12-21-2009, 11:34 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums