- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I want to create a bar graph with a table like the below. However, the data that I want to use is in another table. Would I be able to use the data from another table to display in the table section without merging it?
https://support.sas.com/kb/49/697.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Depends on the ultimate output expected. You could pipe the output to a single PDF, RTF or HTML file and that would be trivial.
Getting into a single PNG may be slightly harder.
What is your final expected output format? Is this for a single graph or does this need to be scaled/expanded somehow?
@Scooby3g wrote:
Hi, I want to create a bar graph with a table like the below. However, the data that I want to use is in another table. Would I be able to use the data from another table to display in the table section without merging it?
https://support.sas.com/kb/49/697.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Is "layout" the only option to go about it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You can also look at the XAXISTABLE instead, which may be significantly easier than GTL.
https://blogs.sas.com/content/graphicallyspeaking/2016/12/01/mixing-plots-different-classification/
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Doing a proc sgplot then follow by proc report doesnt seem to work as the table jumps to the next page.