Results 1 to 11 of 11
  1. #1
    afshin is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Apr 2011
    Posts
    65

    Chart for showing with text type data and number data


    I want to prepare a chart with showing a trend of displacement(x-y chart type ,red and cyan in below chart) and geology material limitation in depth(upper sand ,clay Till, claystone).but I don't know how do it? Which chart type is proper for geology material limitation in depth? or is other way to showing geology material limitation and displacement trend simultaneously,similar below chart in access?
    Attached Thumbnails Attached Thumbnails Untitled.png  

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,643
    How did you produce that image? We use Gint software to generate bore hole graphs. I briefly looked into replicating in Access and found it far too challenging. Don't know what you mean by 'material limitation'.
    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.

  3. #3
    afshin is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Apr 2011
    Posts
    65
    that image is output of a software with name of :GTilt.
    material limitation is the geology name of soil or rock in depth.
    for that chart i can to create three fields with name,Depth,Displacement and material by data types of number,number and text type respectively.
    but i don't know how create similar that chart in access?

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,643
    This might not be possible in Access. Or at least beyond my programming capabilities. Review https://www.accessforums.net/program...vba-29178.html

    Not a geologist, don't know what you mean by 'displacement'.

    If you can graph these data separately in multiple Access charts, charts can be overlaid, with the upper charts set with transparent background. Turn axis lines on or off as appropriate for each chart.
    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.

  5. #5
    afshin is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Apr 2011
    Posts
    65
    Displacement is variable data for X-Axis.that is deflection of borehole toward Vertical in every depth.
    I know what you say.I had previously thought to that.
    I should prepare two graph(GR1 and GR2 in below)but i don't know how prepare GR1?and if i can prepare that,how prepare that scale's compatible with GR2?
    Click image for larger version. 

Name:	Untitled.png 
Views:	10 
Size:	8.2 KB 
ID:	22525Click image for larger version. 

Name:	Untitled2.png 
Views:	10 
Size:	4.2 KB 
ID:	22526

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,643
    You can do GR-2? GR-1 looks somewhat like a stacked bar chart. Did you review the link I referenced and download the db? I don't quite remember what I did in that db but it might give you some ideas.
    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.

  7. #7
    afshin is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Apr 2011
    Posts
    65
    I try to use your ideas.I prepare GR-2 similar this:
    Click image for larger version. 

Name:	Settelment Report in multiDate.jpg 
Views:	9 
Size:	204.8 KB 
ID:	22567
    ,but for using of your idea i need to chart with this showing:
    Click image for larger version. 

Name:	Settelment Report in multiDate2.jpg 
Views:	9 
Size:	150.1 KB 
ID:	22568
    can you help me about this.
    data source of my Chart is here:
    Click image for larger version. 

Name:	New Picture (6).jpg 
Views:	9 
Size:	74.3 KB 
ID:	22569

  8. #8
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,643
    Thread is marked solved - is it?

    An image of your navigation pane does not provide data nor help me analyze. I would have to work with data.
    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.

  9. #9
    afshin is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Apr 2011
    Posts
    65
    Yes, my problem is resolved by your 'stacked bar chart' idea.
    but for better using of your idea,i need to answering to my question in ago thread.
    my source data is here.
    Attached Files Attached Files
    Last edited by afshin; 11-01-2015 at 04:53 AM.

  10. #10
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,643
    Best I could do is change the query to:

    TRANSFORM Avg(Table1.installevel) AS AvgOfinstallevel
    SELECT Table1.DDispA
    FROM Table1
    GROUP BY Table1.DDispA
    PIVOT Table1.Readdate;

    And adjust the axis scales as needed. As well as text alignment for the scale labels.
    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.

  11. #11
    afshin is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Apr 2011
    Posts
    65
    Result of your query doesn't produce my favorite chart.
    Your suggested chart isn’t rotation of my chart that is other chart. Because "GROUP BY Table1.DDispA". not "GROUP BY Table1. installevel"

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

Similar Threads

  1. Replies: 1
    Last Post: 08-13-2015, 05:16 PM
  2. Replies: 4
    Last Post: 10-01-2014, 03:59 PM
  3. Replies: 2
    Last Post: 01-28-2014, 10:13 PM
  4. Replies: 1
    Last Post: 04-24-2013, 11:50 AM
  5. Design view not showing data (Pivot Chart)
    By thestappa in forum Reports
    Replies: 0
    Last Post: 06-24-2010, 09:59 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