<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Best Graph for Table for Data with Multiple Rows and Columns in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Best-Graph-for-Table-for-Data-with-Multiple-Rows-and-Columns/m-p/540296#M7141</link>
    <description>Filter using WHERE STYLE=&lt;BR /&gt;</description>
    <pubDate>Mon, 04 Mar 2019 23:51:00 GMT</pubDate>
    <dc:creator>Haris</dc:creator>
    <dc:date>2019-03-04T23:51:00Z</dc:date>
    <item>
      <title>Best Graph for Table for Data with Multiple Rows and Columns</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Best-Graph-for-Table-for-Data-with-Multiple-Rows-and-Columns/m-p/540267#M7138</link>
      <description>&lt;P&gt;I have web-scraped data for nine states for their top 100 rated beers, broken those top 100 beers from each state into eight style groups, and imported the data into SAS as a .csv&amp;nbsp;file. I have inserted that table below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is: what graph would best represent this data? I would like to show graphs for each style as well as a graph showing each state's best style.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Beer-results-1.jpg" style="width: 464px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27662iF9C4BA8DF1E33B4B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Beer-results-1.jpg" alt="Beer-results-1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 22:20:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Best-Graph-for-Table-for-Data-with-Multiple-Rows-and-Columns/m-p/540267#M7138</guid>
      <dc:creator>nicktr18</dc:creator>
      <dc:date>2019-03-04T22:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Best Graph for Table for Data with Multiple Rows and Columns</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Best-Graph-for-Table-for-Data-with-Multiple-Rows-and-Columns/m-p/540281#M7139</link>
      <description>&lt;P&gt;PROC SGPLOT VBAR is one graph you want to look into. First, you would need to transpose your data so that you have a State, Style, and BeerAmount columns.&amp;nbsp; Then you can plot anything you want.&amp;nbsp; For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC TRANSPOSE;&lt;BR /&gt; by Var1;&lt;BR /&gt; var Arkansas--Tennessee;&lt;BR /&gt;run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SGPLOT;
   VBAR State / response=BeerAmount group=Style groupdisplay=cluster;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Mar 2019 23:03:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Best-Graph-for-Table-for-Data-with-Multiple-Rows-and-Columns/m-p/540281#M7139</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2019-03-04T23:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Best Graph for Table for Data with Multiple Rows and Columns</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Best-Graph-for-Table-for-Data-with-Multiple-Rows-and-Columns/m-p/540287#M7140</link>
      <description>&lt;P&gt;Thanks, Haris! Is there any way to break up the clusters and only show a single style at a time?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 23:17:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Best-Graph-for-Table-for-Data-with-Multiple-Rows-and-Columns/m-p/540287#M7140</guid>
      <dc:creator>nicktr18</dc:creator>
      <dc:date>2019-03-04T23:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Best Graph for Table for Data with Multiple Rows and Columns</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Best-Graph-for-Table-for-Data-with-Multiple-Rows-and-Columns/m-p/540296#M7141</link>
      <description>Filter using WHERE STYLE=&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2019 23:51:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Best-Graph-for-Table-for-Data-with-Multiple-Rows-and-Columns/m-p/540296#M7141</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2019-03-04T23:51:00Z</dc:date>
    </item>
  </channel>
</rss>

