<?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 Last Three Months Activity Count in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Last-Three-Months-Activity-Count/m-p/288154#M19659</link>
    <description>&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently trying to get the last three months Activity count (at the unique transaction date level - ie. if I had 3 transactions on 2016/07/07 that's 1 day of transactions) for a group of customers; and the information I have are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Member No, Membership Enrollment Date, Transaction Dt and Type of Transaction&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to filter for the last 3 months activities using &amp;nbsp;the follwing caltulation &amp;nbsp;&lt;U&gt;&lt;STRONG&gt;transactiondate &amp;gt;= TODAY()-90&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However I am not sure how to get a count of the transactions in the last three months.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My ultimate goal is to quantify the last three month activities of members based on their month of membership enrollment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is a sample file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CJ&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jul 2016 15:19:51 GMT</pubDate>
    <dc:creator>chrisjab</dc:creator>
    <dc:date>2016-07-29T15:19:51Z</dc:date>
    <item>
      <title>Last Three Months Activity Count</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Last-Three-Months-Activity-Count/m-p/288154#M19659</link>
      <description>&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently trying to get the last three months Activity count (at the unique transaction date level - ie. if I had 3 transactions on 2016/07/07 that's 1 day of transactions) for a group of customers; and the information I have are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Member No, Membership Enrollment Date, Transaction Dt and Type of Transaction&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to filter for the last 3 months activities using &amp;nbsp;the follwing caltulation &amp;nbsp;&lt;U&gt;&lt;STRONG&gt;transactiondate &amp;gt;= TODAY()-90&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However I am not sure how to get a count of the transactions in the last three months.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My ultimate goal is to quantify the last three month activities of members based on their month of membership enrollment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is a sample file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CJ&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2016 15:19:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Last-Three-Months-Activity-Count/m-p/288154#M19659</guid>
      <dc:creator>chrisjab</dc:creator>
      <dc:date>2016-07-29T15:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Last Three Months Activity Count</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Last-Three-Months-Activity-Count/m-p/288181#M19660</link>
      <description>&lt;P&gt;If you're using EG look at the Summary Task to summarize your data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2016 17:10:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Last-Three-Months-Activity-Count/m-p/288181#M19660</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-29T17:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Last Three Months Activity Count</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Last-Three-Months-Activity-Count/m-p/288239#M19661</link>
      <description>&lt;P&gt;Many users here don't want to download Excel files because of virus potential, others have such things blocked by security software. Also if you give us Excel we have to create a SAS data set and due to the non-existant constraints on Excel data cells the result we end up with may not have variables of the same type (numeric or character) and even values.&lt;/P&gt;
&lt;P&gt;This link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;shows how to turn a SAS dataset into data step code to recreate your data. Post that or a text (.txt extension) file with the results. If the data file is large you can use the OBS option, either system or data set, to restrict the number of rows resulting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With that you have a better chance of getting tested code or more complete ideas.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2016 22:21:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Last-Three-Months-Activity-Count/m-p/288239#M19661</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-07-29T22:21:31Z</dc:date>
    </item>
  </channel>
</rss>

