<?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: Vertical Bar Chart question in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Vertical-Bar-Chart-question/m-p/704474#M215964</link>
    <description>&lt;P&gt;Microsoft office documents are likely sources of macro viruses and such. So many on this forum will not open them from either individual or organization policy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code should be shared as text pasted into a code box opened on the forum with either the &amp;lt;/&amp;gt; or "running man" icon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The VBAR statement has an option CATEGORYORDER= which can take the parameter of&lt;/P&gt;
&lt;DIV class="xis-eDocBody"&gt;
&lt;DIV class="xis-refProc"&gt;
&lt;DIV class="xis-procStatement"&gt;
&lt;DIV class="xis-procStatementSyntax"&gt;
&lt;DIV class="xis-syntaxDescription"&gt;
&lt;DIV class="xis-optionalArgGroup"&gt;
&lt;DIV id="p14mwpmr7ycybcn10rkqzq0pn8iwc" class="xis-argDescriptionPair"&gt;
&lt;H4 class="xis-argument"&gt;RESPASC (ascending order) or RESPDESC (descending order).&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be aware that with character values capitalization and leading spaces can be used in determining order and may not match expected order.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 08 Dec 2020 17:53:06 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-12-08T17:53:06Z</dc:date>
    <item>
      <title>Vertical Bar Chart question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Vertical-Bar-Chart-question/m-p/704463#M215956</link>
      <description>&lt;P&gt;Hello, I am trying to change the order of my vertical bar chart. I attached a word document of them for reference. The first one is how they are supposed to look in the order of Iowa, Mississippi, Utah. Mine are coming up in a different order and was wondering how I can program them to come up in the same order as the first graph.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 15:08:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Vertical-Bar-Chart-question/m-p/704463#M215956</guid>
      <dc:creator>morganmetzger</dc:creator>
      <dc:date>2020-12-10T15:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Bar Chart question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Vertical-Bar-Chart-question/m-p/704473#M215963</link>
      <description>&lt;P&gt;One workaround you could try would be to assign numeric values to each of the states (maybe in a temp dataset first), use a proc sort to sort the states in ascending alphabetical order, and then assign format names of each state names to have your states appear in the correct order on your graph..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://communities.sas.com/t5/Graphics-Programming/How-do-we-change-order-of-a-categorical-variable-for-sgpanel/td-p/413102" target="_self"&gt;This SAS Communities post&lt;/A&gt;&amp;nbsp;also seems to have a similar situation to yours with other solutions you could try.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 17:50:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Vertical-Bar-Chart-question/m-p/704473#M215963</guid>
      <dc:creator>mlensing</dc:creator>
      <dc:date>2020-12-08T17:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Bar Chart question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Vertical-Bar-Chart-question/m-p/704474#M215964</link>
      <description>&lt;P&gt;Microsoft office documents are likely sources of macro viruses and such. So many on this forum will not open them from either individual or organization policy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code should be shared as text pasted into a code box opened on the forum with either the &amp;lt;/&amp;gt; or "running man" icon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The VBAR statement has an option CATEGORYORDER= which can take the parameter of&lt;/P&gt;
&lt;DIV class="xis-eDocBody"&gt;
&lt;DIV class="xis-refProc"&gt;
&lt;DIV class="xis-procStatement"&gt;
&lt;DIV class="xis-procStatementSyntax"&gt;
&lt;DIV class="xis-syntaxDescription"&gt;
&lt;DIV class="xis-optionalArgGroup"&gt;
&lt;DIV id="p14mwpmr7ycybcn10rkqzq0pn8iwc" class="xis-argDescriptionPair"&gt;
&lt;H4 class="xis-argument"&gt;RESPASC (ascending order) or RESPDESC (descending order).&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be aware that with character values capitalization and leading spaces can be used in determining order and may not match expected order.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Dec 2020 17:53:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Vertical-Bar-Chart-question/m-p/704474#M215964</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-12-08T17:53:06Z</dc:date>
    </item>
  </channel>
</rss>

