<?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: gchart order according to group value statistic in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/gchart-order-according-to-group-value-statistic/m-p/122998#M4760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create a new (numeric) group variable, based on the height of the males in the group, and then create the plot using that variable, and then have it print as the 'age' by creating a data-driven user-defined format (using cntlin stuff).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Aug 2013 17:12:42 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2013-08-27T17:12:42Z</dc:date>
    <item>
      <title>gchart order according to group value statistic</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/gchart-order-according-to-group-value-statistic/m-p/122997#M4759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sort data=sashelp.class;&lt;/P&gt;&lt;P&gt;by&amp;nbsp; descending height;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;&lt;/P&gt;&lt;P&gt;proc gchart data=sashelp.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vbar sex / type=mean sumvar=height group=age subgroup=sex space=0 descending;&lt;/P&gt;&lt;P&gt; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to control the order so that for example the chart above is sorted by the descending value of height for sex="male"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that it is possible with sgplot;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 17:00:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/gchart-order-according-to-group-value-statistic/m-p/122997#M4759</guid>
      <dc:creator>EzPaste</dc:creator>
      <dc:date>2013-08-27T17:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: gchart order according to group value statistic</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/gchart-order-according-to-group-value-statistic/m-p/122998#M4760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create a new (numeric) group variable, based on the height of the males in the group, and then create the plot using that variable, and then have it print as the 'age' by creating a data-driven user-defined format (using cntlin stuff).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 17:12:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/gchart-order-according-to-group-value-statistic/m-p/122998#M4760</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-08-27T17:12:42Z</dc:date>
    </item>
  </channel>
</rss>

