<?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 How to SQPLOT series in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-SQPLOT-series/m-p/777130#M15552</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I am trying to create an sgplot with for the months by year.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help....This is what i have tried so far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sqplot data=mydata;&lt;/P&gt;&lt;P&gt;series x=months(char) &lt;FONT color="#FF0000"&gt;y=nfreq&lt;/FONT&gt; /group=year(char);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping sas could calculate the frequency of each month(nfreq). Looks like thats not the case.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Oct 2021 22:15:57 GMT</pubDate>
    <dc:creator>ishaqwright21o</dc:creator>
    <dc:date>2021-10-28T22:15:57Z</dc:date>
    <item>
      <title>How to SQPLOT series</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-SQPLOT-series/m-p/777130#M15552</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I am trying to create an sgplot with for the months by year.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help....This is what i have tried so far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sqplot data=mydata;&lt;/P&gt;&lt;P&gt;series x=months(char) &lt;FONT color="#FF0000"&gt;y=nfreq&lt;/FONT&gt; /group=year(char);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping sas could calculate the frequency of each month(nfreq). Looks like thats not the case.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 22:15:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-SQPLOT-series/m-p/777130#M15552</guid>
      <dc:creator>ishaqwright21o</dc:creator>
      <dc:date>2021-10-28T22:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to SQPLOT series</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-SQPLOT-series/m-p/777133#M15553</link>
      <description>You're correct. You can pre-summarize your data using PROC FREQ, MEANS, SQL, proc of your choice and then display it using SGPLOT. &lt;BR /&gt;&lt;BR /&gt;Note that PROC FREQ will also generate graphics but bar charts. Bar charts within SGPLOT do offer summarization options but not line charts.&lt;BR /&gt;For months to display appropriately it's probably best to convert that to a SAS date as well.</description>
      <pubDate>Thu, 28 Oct 2021 22:27:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-SQPLOT-series/m-p/777133#M15553</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-10-28T22:27:32Z</dc:date>
    </item>
  </channel>
</rss>

