<?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: Sort month abbreviation in a line graph in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Sort-month-abbreviation-in-a-line-graph/m-p/35653#M611</link>
    <description>Seen a SAS Note about this but couldn't find it but, below is a solution for a similar situation in a cross tab.  You could create a format for you month number you have and use that variable.&lt;BR /&gt;
&lt;BR /&gt;
Problem Note 38879: Months might not sort correctly in a crosstabulation table with a filter applied in SAS® Web Report Studio&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/38/879.html" target="_blank"&gt;http://support.sas.com/kb/38/879.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Barry</description>
    <pubDate>Thu, 18 Nov 2010 19:09:58 GMT</pubDate>
    <dc:creator>twocanbazza</dc:creator>
    <dc:date>2010-11-18T19:09:58Z</dc:date>
    <item>
      <title>Sort month abbreviation in a line graph</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Sort-month-abbreviation-in-a-line-graph/m-p/35651#M609</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I have a WRS line graph with a measure on the y axis and months on the x-axis. However, the month category contains short names for months: JAN, FEB, MAR, etc. As a result, my x-axis values are sorted alphabetically. &lt;BR /&gt;
&lt;BR /&gt;
In my report I have also a month number available for sorting, but I'm not allowed to put more than 1 object on the x-axis. &lt;BR /&gt;
&lt;BR /&gt;
Can anyone tell me how to sort the months based on month number?&lt;BR /&gt;
&lt;BR /&gt;
thnx!</description>
      <pubDate>Thu, 18 Nov 2010 11:55:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Sort-month-abbreviation-in-a-line-graph/m-p/35651#M609</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-11-18T11:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sort month abbreviation in a line graph</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Sort-month-abbreviation-in-a-line-graph/m-p/35652#M610</link>
      <description>It sounds like the month column is actually a text field rather than a SAS date?&lt;BR /&gt;
If you utilize a SAS date format, the sorting will be automatic. You also have the ability to choose from a multitude of formats. Included is the direct reference to format documentation (in SAS Base Language Dictionary: &lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/63026/HTML/default/viewer.htm#a001263753.htm)" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/63026/HTML/default/viewer.htm#a001263753.htm)&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
~ Angela</description>
      <pubDate>Thu, 18 Nov 2010 14:00:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Sort-month-abbreviation-in-a-line-graph/m-p/35652#M610</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2010-11-18T14:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sort month abbreviation in a line graph</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Sort-month-abbreviation-in-a-line-graph/m-p/35653#M611</link>
      <description>Seen a SAS Note about this but couldn't find it but, below is a solution for a similar situation in a cross tab.  You could create a format for you month number you have and use that variable.&lt;BR /&gt;
&lt;BR /&gt;
Problem Note 38879: Months might not sort correctly in a crosstabulation table with a filter applied in SAS® Web Report Studio&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/38/879.html" target="_blank"&gt;http://support.sas.com/kb/38/879.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Barry</description>
      <pubDate>Thu, 18 Nov 2010 19:09:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Sort-month-abbreviation-in-a-line-graph/m-p/35653#M611</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2010-11-18T19:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sort month abbreviation in a line graph</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Sort-month-abbreviation-in-a-line-graph/m-p/35654#M612</link>
      <description>Thankx for your help. Still one question: where do I apply that user defined format? I cant find it in  Information Map studio or in Web Report Studio.</description>
      <pubDate>Fri, 19 Nov 2010 09:42:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Sort-month-abbreviation-in-a-line-graph/m-p/35654#M612</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-11-19T09:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sort month abbreviation in a line graph</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Sort-month-abbreviation-in-a-line-graph/m-p/35655#M613</link>
      <description>Included is my blog post on how to make user-defined formats available to InfoMap Studio. &lt;A href="http://sas-bi.blogspot.com/2010/01/using-custom-formats-in-information-map.html" target="_blank"&gt;http://sas-bi.blogspot.com/2010/01/using-custom-formats-in-information-map.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
~ Angela</description>
      <pubDate>Fri, 19 Nov 2010 15:26:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Sort-month-abbreviation-in-a-line-graph/m-p/35655#M613</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2010-11-19T15:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sort month abbreviation in a line graph</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Sort-month-abbreviation-in-a-line-graph/m-p/35656#M614</link>
      <description>thanks all. I have it working now..!</description>
      <pubDate>Fri, 19 Nov 2010 15:39:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Sort-month-abbreviation-in-a-line-graph/m-p/35656#M614</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-11-19T15:39:19Z</dc:date>
    </item>
  </channel>
</rss>

