<?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: pie chart (using the values of a variable) in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/pie-chart-using-the-values-of-a-variable/m-p/585733#M14379</link>
    <description>&lt;P&gt;Thanks a lot Phil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will use adapt this code to my actual data and check that it also works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your result is actually exactly what I want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll let you know if I encounter further problems with the actual data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;PY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Sep 2019 09:31:49 GMT</pubDate>
    <dc:creator>PierreYvesILY</dc:creator>
    <dc:date>2019-09-03T09:31:49Z</dc:date>
    <item>
      <title>pie chart (using the values of a variable)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/pie-chart-using-the-values-of-a-variable/m-p/585280#M14291</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want o create a pie chart with data structured as the folloing:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Beispiel(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Beispiel'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;input&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Structure:&lt;FONT color="#008080" face="Courier New" size="3"&gt;$35.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Month:&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;2. &lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;Anz:&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;5.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/*&amp;nbsp;Anz is a numeric value, actually */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;datalines&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Nord&amp;nbsp;1 250&lt;/P&gt;&lt;P&gt;South&amp;nbsp;1 305&lt;/P&gt;&lt;P&gt;Center&amp;nbsp;1 444&lt;/P&gt;&lt;P&gt;East&amp;nbsp;1 140&lt;/P&gt;&lt;P&gt;West&amp;nbsp;1 456&lt;/P&gt;&lt;P&gt;Nord&amp;nbsp;2 210&lt;/P&gt;&lt;P&gt;South&amp;nbsp;2 175&lt;/P&gt;&lt;P&gt;Center&amp;nbsp;1 413&lt;/P&gt;&lt;P&gt;East&amp;nbsp;2 199&lt;/P&gt;&lt;P&gt;West&amp;nbsp;2 302&lt;/P&gt;&lt;P&gt;Nord&amp;nbsp;3 150&lt;/P&gt;&lt;P&gt;South&amp;nbsp;3 405&lt;/P&gt;&lt;P&gt;Center&amp;nbsp;3 124&lt;/P&gt;&lt;P&gt;East&amp;nbsp;3 140&lt;/P&gt;&lt;P&gt;West&amp;nbsp;3 456&lt;/P&gt;&lt;P&gt;Nord&amp;nbsp;4 105&lt;/P&gt;&lt;P&gt;South&amp;nbsp;4 375&lt;/P&gt;&lt;P&gt;Center&amp;nbsp;4 145&lt;/P&gt;&lt;P&gt;East&amp;nbsp;4 240&lt;/P&gt;&lt;P&gt;West&amp;nbsp;4 159&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;I wrote:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;TEMPLATE&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DEFINE&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;STATGRAPH&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; pie;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;BEGINGRAPH&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;LAYOUT&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;REGION&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;PIECHART&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;CATEGORY&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = Anz / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;group&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=monat&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DATALABELLOCATION&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = OUTSIDE&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DATALABELCONTENT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = ALL&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;CATEGORYDIRECTION&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = CLOCKWISE&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;START&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;180&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;NAME&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'pie'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DISCRETELEGEND&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;'pie'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;TITLE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Anzahl der Anträge'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ENDLAYOUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ENDGRAPH&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;END&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;sgrender&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=Beispiel &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;template&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = pie; &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;it gives stupid results (calculation the number of structures for each month and classified by Anz value). The reverse (variable = Structure instéad of Anz).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;How should I proceed to get a pie chart where the value of Anz gives the part of each structure for each month?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 16:31:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/pie-chart-using-the-values-of-a-variable/m-p/585280#M14291</guid>
      <dc:creator>PierreYvesILY</dc:creator>
      <dc:date>2019-08-30T16:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: pie chart (using the values of a variable)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/pie-chart-using-the-values-of-a-variable/m-p/585666#M14366</link>
      <description>PierreYvesILY,&lt;BR /&gt;Please could you post a copy of the Beispiel, or a similar, data set so we can test your code?</description>
      <pubDate>Mon, 02 Sep 2019 21:25:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/pie-chart-using-the-values-of-a-variable/m-p/585666#M14366</guid>
      <dc:creator>hollandnumerics</dc:creator>
      <dc:date>2019-09-02T21:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: pie chart (using the values of a variable)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/pie-chart-using-the-values-of-a-variable/m-p/585713#M14372</link>
      <description>&lt;P&gt;hallo Philipp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your interest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Beispiel Data is the following, and should be directly copied into your SAS session without any pb:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Beispiel(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Beispiel'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;input&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Structure:&lt;FONT color="#008080" face="Courier New" size="3"&gt;$35.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Month:&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;2. &lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;Anz:&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;5.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/*&amp;nbsp;Anz is a numeric value, actually */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;datalines&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Nord&amp;nbsp;1 250&lt;/P&gt;&lt;P&gt;South&amp;nbsp;1 305&lt;/P&gt;&lt;P&gt;Center&amp;nbsp;1 444&lt;/P&gt;&lt;P&gt;East&amp;nbsp;1 140&lt;/P&gt;&lt;P&gt;West&amp;nbsp;1 456&lt;/P&gt;&lt;P&gt;Nord&amp;nbsp;2 210&lt;/P&gt;&lt;P&gt;South&amp;nbsp;2 175&lt;/P&gt;&lt;P&gt;Center&amp;nbsp;1 413&lt;/P&gt;&lt;P&gt;East&amp;nbsp;2 199&lt;/P&gt;&lt;P&gt;West&amp;nbsp;2 302&lt;/P&gt;&lt;P&gt;Nord&amp;nbsp;3 150&lt;/P&gt;&lt;P&gt;South&amp;nbsp;3 405&lt;/P&gt;&lt;P&gt;Center&amp;nbsp;3 124&lt;/P&gt;&lt;P&gt;East&amp;nbsp;3 140&lt;/P&gt;&lt;P&gt;West&amp;nbsp;3 456&lt;/P&gt;&lt;P&gt;Nord&amp;nbsp;4 105&lt;/P&gt;&lt;P&gt;South&amp;nbsp;4 375&lt;/P&gt;&lt;P&gt;Center&amp;nbsp;4 145&lt;/P&gt;&lt;P&gt;East&amp;nbsp;4 240&lt;/P&gt;&lt;P&gt;West&amp;nbsp;4 159&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;This Dataset is only an exemple, my actual Dataset is a lot bigger, but for code testing purpose I wrote this one extra.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;YOu have 5 'Structure' items (Nord, SOuth, Center, East, West)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;4 Months from 1 to 4&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;and a value Anz (=Anzahl) between 0 and 1000 for each Structre + Month.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;The desired pie displays in each Pie Sector a Structure for each month, and the size of the Pie sector is given by the Anz value: Anz /(Sum of Anz).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Order of the months as in the &lt;FONT color="#0000ff" face="Courier New"&gt;group&lt;/FONT&gt;=monat option is perfectly fine.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;I hope it helps.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;The code I wrote after the DAtaset is giving a result where all sectors are of the same size, not displaying the size accordingly to the Anz /(Sum of Anz).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;That's the point I don't resolve myself. Don't know how to, although I checked many pie related tutorials / pages / doc.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Thanks a lot,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;have a nice day,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;PY&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 08:08:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/pie-chart-using-the-values-of-a-variable/m-p/585713#M14372</guid>
      <dc:creator>PierreYvesILY</dc:creator>
      <dc:date>2019-09-03T08:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: pie chart (using the values of a variable)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/pie-chart-using-the-values-of-a-variable/m-p/585725#M14375</link>
      <description>&lt;P&gt;PY, I think you have missed out the response= part of the template. If you try using my PIE2 template instead, then, using your supplied data set code, your pie chart will look like the one below:&lt;/P&gt;
&lt;PRE&gt;PROC TEMPLATE;
  DEFINE STATGRAPH pie&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/FONT&gt;;
    BEGINGRAPH;
      LAYOUT REGION;
        PIECHART CATEGORY = &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;structure response = anz&lt;/FONT&gt;&lt;/STRONG&gt; / group=&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;month&lt;/FONT&gt;
            &lt;FONT color="#FF0000"&gt;stat = sum&lt;/FONT&gt;&lt;/STRONG&gt;
            DATALABELLOCATION = OUTSIDE
            DATALABELCONTENT = ALL
            CATEGORYDIRECTION = CLOCKWISE
            START = 180 NAME = 'pie';
            DISCRETELEGEND 'pie' /
            TITLE = 'Anzahl der Anträge';
      ENDLAYOUT;
    ENDGRAPH;
  END;
RUN;

proc sgrender data=Beispiel template = pie&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/FONT&gt;;
run;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sizing_PIE.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32176iA91E2448B44585C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="sizing_PIE.png" alt="sizing_PIE.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Enjoy!..............Phil&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 08:57:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/pie-chart-using-the-values-of-a-variable/m-p/585725#M14375</guid>
      <dc:creator>hollandnumerics</dc:creator>
      <dc:date>2019-09-03T08:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: pie chart (using the values of a variable)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/pie-chart-using-the-values-of-a-variable/m-p/585733#M14379</link>
      <description>&lt;P&gt;Thanks a lot Phil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will use adapt this code to my actual data and check that it also works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your result is actually exactly what I want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll let you know if I encounter further problems with the actual data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;PY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 09:31:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/pie-chart-using-the-values-of-a-variable/m-p/585733#M14379</guid>
      <dc:creator>PierreYvesILY</dc:creator>
      <dc:date>2019-09-03T09:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: pie chart (using the values of a variable)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/pie-chart-using-the-values-of-a-variable/m-p/585751#M14380</link>
      <description>&lt;P&gt;It worked after another step to clean my data in the dataset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;PY&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 10:55:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/pie-chart-using-the-values-of-a-variable/m-p/585751#M14380</guid>
      <dc:creator>PierreYvesILY</dc:creator>
      <dc:date>2019-09-03T10:55:22Z</dc:date>
    </item>
  </channel>
</rss>

