<?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: How to create a two tiered pie or dognut graph? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-two-tiered-pie-or-dognut-graph/m-p/137419#M295925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this sample is like your question &lt;A class="active_link" href="http://support.sas.com/kb/25/522.html" title="http://support.sas.com/kb/25/522.html"&gt;25522 - Subgroup a donut or pie chart using PROC GCHART&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am convinced Eguide should do the job also but the naming and word can be misleading for first time use.&lt;BR /&gt;You have used the "BY" statement this statement is commonly used for processing large datasets and wanting to split up the logical process/report as it where segregated datasets. By that able generating a flood of them.&lt;BR /&gt;Your question seems to me about grouping the data.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 Nov 2013 12:33:15 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2013-11-10T12:33:15Z</dc:date>
    <item>
      <title>How to create a two tiered pie or dognut graph?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-two-tiered-pie-or-dognut-graph/m-p/137414#M295920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have the following data:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="298" style="border: 1px solid #000000; width: 173px; height: 249.17px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Color&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Person&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Red&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;John&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Red&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bill&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Red&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bill&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Yellow&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;John&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Yellow&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;John&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Green&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;John&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Green&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;John&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Green&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sally&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Green&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bill&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Blue&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Sally&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Blue&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Bill&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to create a donut chart where the outer slices represent the frequencies of the colors.&lt;/P&gt;&lt;P&gt;The inner donut should show the frequencies of the people within each color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the Donut graph using Proc Gchart with &lt;SPAN style="color: #993300;"&gt;&lt;EM&gt;&lt;STRONG&gt;color&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt; as the main variable and with subgroup=&lt;SPAN style="color: #993300;"&gt;&lt;EM&gt;&lt;STRONG&gt;person&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;, but that created a lot of concentric circles.&amp;nbsp; Any idea how I would set things up so there are only two rings?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Nov 2013 09:00:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-two-tiered-pie-or-dognut-graph/m-p/137414#M295920</guid>
      <dc:creator>k9rescue</dc:creator>
      <dc:date>2013-11-09T09:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a two tiered pie or dognut graph?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-two-tiered-pie-or-dognut-graph/m-p/137415#M295921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried Eguide?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Nov 2013 13:07:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-two-tiered-pie-or-dognut-graph/m-p/137415#M295921</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-11-09T13:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a two tiered pie or dognut graph?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-two-tiered-pie-or-dognut-graph/m-p/137416#M295922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is using EG.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Nov 2013 15:23:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-two-tiered-pie-or-dognut-graph/m-p/137416#M295922</guid>
      <dc:creator>k9rescue</dc:creator>
      <dc:date>2013-11-09T15:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a two tiered pie or dognut graph?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-two-tiered-pie-or-dognut-graph/m-p/137417#M295923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the EG approach selecting the the options/sample you are liking ... mouse klik-klik and you can view the generated code. &lt;BR /&gt;No need to invent that by yourself. And when ready you can still pick up the gplot code. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Nov 2013 15:40:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-two-tiered-pie-or-dognut-graph/m-p/137417#M295923</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-11-09T15:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a two tiered pie or dognut graph?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-two-tiered-pie-or-dognut-graph/m-p/137418#M295924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would be ideal. Unfortunately, my version of the EG doesn't do multi tiered pies.&amp;nbsp; So, I used custom code from it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the original message - when I used those options with the pie graph, I got many consecutive circles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Nov 2013 22:59:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-two-tiered-pie-or-dognut-graph/m-p/137418#M295924</guid>
      <dc:creator>k9rescue</dc:creator>
      <dc:date>2013-11-09T22:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a two tiered pie or dognut graph?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-two-tiered-pie-or-dognut-graph/m-p/137419#M295925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this sample is like your question &lt;A class="active_link" href="http://support.sas.com/kb/25/522.html" title="http://support.sas.com/kb/25/522.html"&gt;25522 - Subgroup a donut or pie chart using PROC GCHART&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am convinced Eguide should do the job also but the naming and word can be misleading for first time use.&lt;BR /&gt;You have used the "BY" statement this statement is commonly used for processing large datasets and wanting to split up the logical process/report as it where segregated datasets. By that able generating a flood of them.&lt;BR /&gt;Your question seems to me about grouping the data.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Nov 2013 12:33:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-two-tiered-pie-or-dognut-graph/m-p/137419#M295925</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-11-10T12:33:15Z</dc:date>
    </item>
  </channel>
</rss>

