<?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: Sgpannel Pctlevel in 9.2? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Sgpannel-Pctlevel-in-9-2/m-p/203698#M7535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, no. However, it is possible to compute those numbers outside of the procedure using a combination of PROC SUMMARY and DATA STEP. Then, you can pass those numbers in to be graphed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2015 17:54:42 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2015-03-17T17:54:42Z</dc:date>
    <item>
      <title>Sgpannel Pctlevel in 9.2?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgpannel-Pctlevel-in-9-2/m-p/203695#M7532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt;Does this option for sgpannel exist in 9.2 or a similar alternative?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial',sans-serif; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 8.4pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: #353535;"&gt;proc sgpanel data=sashelp.cars &lt;STRONG&gt;pctlevel=graph&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 8.4pt; margin-bottom: 8.4pt; margin-left: 55.5pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: #353535;"&gt;panelby origin;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 8.4pt; margin-bottom: 8.4pt; margin-left: 55.5pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: #353535;"&gt;where origin in("Asia" "Europe");&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 8.4pt; margin-bottom: 8.4pt; margin-left: 55.5pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: #353535;"&gt;vbar type / response=horsepower &lt;STRONG&gt;stat=percent&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 8.4pt; margin-bottom: 8.4pt; margin-left: 55.5pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: #353535;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; group=cylinders;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm following &lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/67924/HTML/default/viewer.htm#p121sy0a2jycdfn13zygo90opvra.htm" title="http://support.sas.com/documentation/cdl/en/grstatproc/67924/HTML/default/viewer.htm#p121sy0a2jycdfn13zygo90opvra.htm"&gt;SAS(R) 9.4 ODS Graphics: Procedures Guide, Fourth Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 17:46:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgpannel-Pctlevel-in-9-2/m-p/203695#M7532</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-03-17T17:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sgpannel Pctlevel in 9.2?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgpannel-Pctlevel-in-9-2/m-p/203696#M7533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think so. Likely you will need to summarize your data before plotting it.&lt;/P&gt;&lt;P&gt;About 90% of my graphs I presummarize the data because I the direct calculations in the plot procedures won't work. But then much of my data is complex sample data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 17:50:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgpannel-Pctlevel-in-9-2/m-p/203696#M7533</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-03-17T17:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sgpannel Pctlevel in 9.2?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgpannel-Pctlevel-in-9-2/m-p/203697#M7534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a percentage of the whole column then I summed up the column.&amp;nbsp; My display looks like .0083 and my axis goes from 0 to 1.&amp;nbsp; Can I format the axis and display?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 17:54:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgpannel-Pctlevel-in-9-2/m-p/203697#M7534</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-03-17T17:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sgpannel Pctlevel in 9.2?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgpannel-Pctlevel-in-9-2/m-p/203698#M7535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, no. However, it is possible to compute those numbers outside of the procedure using a combination of PROC SUMMARY and DATA STEP. Then, you can pass those numbers in to be graphed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 17:54:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgpannel-Pctlevel-in-9-2/m-p/203698#M7535</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-03-17T17:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sgpannel Pctlevel in 9.2?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgpannel-Pctlevel-in-9-2/m-p/203699#M7536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, use a PERCENT format on the column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 17:57:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgpannel-Pctlevel-in-9-2/m-p/203699#M7536</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-03-17T17:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sgpannel Pctlevel in 9.2?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgpannel-Pctlevel-in-9-2/m-p/203700#M7537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Worked perfectly for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 18:12:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgpannel-Pctlevel-in-9-2/m-p/203700#M7537</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-03-17T18:12:32Z</dc:date>
    </item>
  </channel>
</rss>

