<?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 sas graph / Proc Gchart in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/sas-graph-Proc-Gchart/m-p/21990#M4723</link>
    <description>Hi everyone,&lt;BR /&gt;
       Thanks for your help in advance.&lt;BR /&gt;
   I want a vbar using proc gchart (if possible)  for the following data: Type is main group, school is sub group and section are sub-sub group. I want the data for section stacked. &lt;BR /&gt;
&lt;BR /&gt;
  type school section count&lt;BR /&gt;
  A         sh1         A            10&lt;BR /&gt;
  A         sh1         B            15&lt;BR /&gt;
  A         sh2         A            23&lt;BR /&gt;
  A         sh2         B            17&lt;BR /&gt;
  B         sh1         A             9&lt;BR /&gt;
  B         sh1         B            22&lt;BR /&gt;
  B         sh2         A            16&lt;BR /&gt;
  B         sh2         B             7&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Amit</description>
    <pubDate>Thu, 29 May 2008 23:32:53 GMT</pubDate>
    <dc:creator>AmitKB</dc:creator>
    <dc:date>2008-05-29T23:32:53Z</dc:date>
    <item>
      <title>sas graph / Proc Gchart</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/sas-graph-Proc-Gchart/m-p/21990#M4723</link>
      <description>Hi everyone,&lt;BR /&gt;
       Thanks for your help in advance.&lt;BR /&gt;
   I want a vbar using proc gchart (if possible)  for the following data: Type is main group, school is sub group and section are sub-sub group. I want the data for section stacked. &lt;BR /&gt;
&lt;BR /&gt;
  type school section count&lt;BR /&gt;
  A         sh1         A            10&lt;BR /&gt;
  A         sh1         B            15&lt;BR /&gt;
  A         sh2         A            23&lt;BR /&gt;
  A         sh2         B            17&lt;BR /&gt;
  B         sh1         A             9&lt;BR /&gt;
  B         sh1         B            22&lt;BR /&gt;
  B         sh2         A            16&lt;BR /&gt;
  B         sh2         B             7&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Amit</description>
      <pubDate>Thu, 29 May 2008 23:32:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/sas-graph-Proc-Gchart/m-p/21990#M4723</guid>
      <dc:creator>AmitKB</dc:creator>
      <dc:date>2008-05-29T23:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: sas graph / Proc Gchart</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/sas-graph-Proc-Gchart/m-p/21991#M4724</link>
      <description>Hi:&lt;BR /&gt;
  You'll have to look at the SAS/Graph doc, because I'm typing this from memory, but it's something like:&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc gchart data=work.???;&lt;BR /&gt;
	vbar3d var1 / sumvar=var2 type=sum&lt;BR /&gt;
	subgroup=var3&lt;BR /&gt;
	group=var4;&lt;BR /&gt;
run; &lt;BR /&gt;
quit;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
You can use other statistics for TYPE=, like TYPE=MEAN .. but that's in the doc.&lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 30 May 2008 15:50:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/sas-graph-Proc-Gchart/m-p/21991#M4724</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-05-30T15:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: sas graph / Proc Gchart</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/sas-graph-Proc-Gchart/m-p/21992#M4725</link>
      <description>Thanks a lot.&lt;BR /&gt;
&lt;BR /&gt;
Amit</description>
      <pubDate>Sat, 31 May 2008 20:25:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/sas-graph-Proc-Gchart/m-p/21992#M4725</guid>
      <dc:creator>AmitKB</dc:creator>
      <dc:date>2008-05-31T20:25:35Z</dc:date>
    </item>
  </channel>
</rss>

