<?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: How to find the first record date and last record date for each group in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178239#M1191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I forgot that you can't change format to date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, yes - you are stuck.&amp;nbsp; :smileycry:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Sep 2014 05:34:50 GMT</pubDate>
    <dc:creator>Allan_dk</dc:creator>
    <dc:date>2014-09-02T05:34:50Z</dc:date>
    <item>
      <title>How to find the first record date and last record date for each group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178232#M1184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm dealing with disease data which has two variabes: GroupID and Infection_date. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="199" style="border: 1px solid #000000; width: 166px; height: 158px;" width="164"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;GroupID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Infection_date&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2014/01/03&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2014/02/10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2014/03/05&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2014/01/01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2014/02/01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2014/03/15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2014/03/15&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Role type of &lt;STRONG&gt;GroupID&lt;/STRONG&gt; is category and role type of&lt;STRONG&gt; Infection_date&lt;/STRONG&gt; is date.&lt;/P&gt;&lt;P&gt;Now, I want to create a table contains the first infection date and last infection date for each &lt;STRONG&gt;GroupID&lt;/STRONG&gt; like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="74" style="border: 1px solid #000000; width: 258px; height: 59px;" width="256"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;GroupID&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;First&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Last&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2014/01/03&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2014/03/15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2014/01/01&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2014/03/15&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried some different ways but none of them success. Dose any one have experience with this? &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks a lot.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 13:24:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178232#M1184</guid>
      <dc:creator>testlwc</dc:creator>
      <dc:date>2014-08-28T13:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the first record date and last record date for each group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178233#M1185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variety of ways spring to mind, this would be my choice:&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp; create table WANT as&lt;/P&gt;&lt;P&gt;&amp;nbsp; select&amp;nbsp; COALESCE(A.GROUPID,B.GROUPID) as GROUPID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A.INFECTION_DATE as FIRST,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B.INFECTION_DATE as LAST&lt;/P&gt;&lt;P&gt;&amp;nbsp; from&amp;nbsp;&amp;nbsp;&amp;nbsp; (select GROUPID,MIN(INFECTION_DATE) as INFECTION_DATE from HAVE group by GROUPID) A&lt;/P&gt;&lt;P&gt;&amp;nbsp; full join (select GROUPID,MAX(INFECTION_DATE) as INFECTION_DATE from HAVE group by GROUPID) B&lt;/P&gt;&lt;P&gt;&amp;nbsp; on&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A.GROUPID=B.GROUPID;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 13:31:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178233#M1185</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-08-28T13:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the first record date and last record date for each group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178234#M1186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An easy way, assuming that DATE is actually numeric (SAS doesn't have a DATE type):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc summary data=have nway;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; var infection_date;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; class groupID;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; output out=want (keep=groupID first last) min=first max=last;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might need to apply a format to FIRST and LAST to view them as dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 13:36:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178234#M1186</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2014-08-28T13:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the first record date and last record date for each group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178235#M1187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another SQL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;sql&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; color: blue; background: white;"&gt;create&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue; background: white;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt; WANT &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; background: white;"&gt;as&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; color: blue; background: white;"&gt;select&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;&amp;nbsp; GROUPID, MIN(INFECTION_DATE) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; background: white;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt; FIRST, MAX(INFECTION_DATE) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; background: white;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt; LAST&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; color: blue; background: white;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt; HAVE&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; color: blue; background: white;"&gt;GROUP&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue; background: white;"&gt;BY&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt; GROUPID&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;quit&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;Haikuo &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 13:56:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178235#M1187</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2014-08-28T13:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the first record date and last record date for each group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178236#M1188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all of your replies!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forgot to mention that my platform is &lt;STRONG&gt;SAS Visual Analytics&lt;/STRONG&gt;. So what I actually need is to build a "Report" in SAS VA 6.4 without any coding. All your suggestion are good on BASE SAS but not what I need. Thanks for your help again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 14:19:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178236#M1188</guid>
      <dc:creator>testlwc</dc:creator>
      <dc:date>2014-08-28T14:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the first record date and last record date for each group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178237#M1189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just have to duplicate the date variable and rename it first date. Then change the aggregation to minimum.&lt;/P&gt;&lt;P&gt;The same goes for last date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you cant use the variable in filters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: There are a lot of helpful people in here, but they never notice that it is Visual Analytics forum, and always come up with answers in BASE SAS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 16:28:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178237#M1189</guid>
      <dc:creator>Allan_dk</dc:creator>
      <dc:date>2014-08-28T16:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the first record date and last record date for each group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178238#M1190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Allan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried your method earlier, but only measure have aggregation option, date type variable doesn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another method I'd try is use "TreatAs" operator to create new variable from Infection_date. This can correctly change date variable into measure. But it comes up another two problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I can't create max or min for each group. Aggregation work only when we use object with group role, but object "Table" doesn't have this concept.&lt;/P&gt;&lt;P&gt;2. Even if we create min and max successfully. Since these two variables are measure, we can't give them any date-like format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then I stuck.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 17:39:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178238#M1190</guid>
      <dc:creator>testlwc</dc:creator>
      <dc:date>2014-08-28T17:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the first record date and last record date for each group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178239#M1191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I forgot that you can't change format to date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, yes - you are stuck.&amp;nbsp; :smileycry:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 05:34:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178239#M1191</guid>
      <dc:creator>Allan_dk</dc:creator>
      <dc:date>2014-09-02T05:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the first record date and last record date for each group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178240#M1192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you get your data into VA in the first place? Can you derive what you need outside of VA and re-import it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 05:50:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178240#M1192</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-09-02T05:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the first record date and last record date for each group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178241#M1193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our raw data is a sas dataset and store infection_date as numeric variable with yymmdd10. format.&lt;/P&gt;&lt;P&gt;VA will auto change numeric variable with date-like format into "date" category.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;So make some change before import data can't solve it as I know.&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 06:08:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178241#M1193</guid>
      <dc:creator>testlwc</dc:creator>
      <dc:date>2014-09-02T06:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the first record date and last record date for each group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178242#M1194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was thinking along the lines of importing into VA the maximum and minimum dates for each group as described above. Would that help you with your issue? You should at least be able to filter on these. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 22:06:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178242#M1194</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-09-03T22:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the first record date and last record date for each group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178243#M1195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kiwi. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;It seems we can only use this preprocess method to achieve our goal. But this method against the spirit of VA, so we still looking for a better way.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 01:15:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178243#M1195</guid>
      <dc:creator>testlwc</dc:creator>
      <dc:date>2014-09-05T01:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the first record date and last record date for each group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178244#M1196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="screenshot_865.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7337_screenshot_865.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Version Visual Analytics 7.1, You will be able to use first and last function as part of the calculation editor.&amp;nbsp; This will be in Designer and Explorer.&amp;nbsp; You must have a by group otherwise it would have been a default aggregation.&amp;nbsp; Look for Visual Analytics 7.1 to release in October.&amp;nbsp; This will be in the calculation editor with more aggregated values as well.&amp;nbsp; More details to come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ted Werner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 18:30:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178244#M1196</guid>
      <dc:creator>ted_werner_sas_com</dc:creator>
      <dc:date>2014-09-08T18:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the first record date and last record date for each group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178245#M1197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ted!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 11:45:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/178245#M1197</guid>
      <dc:creator>testlwc</dc:creator>
      <dc:date>2014-09-10T11:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the first record date and last record date for each group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/290209#M4998</link>
      <description>&lt;P&gt;Hi Ted,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're now using 7.3 and I'm still trying to solve this puzzle. Am I doing something wrong or is it still not possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanx!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2016 14:50:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-find-the-first-record-date-and-last-record-date-for-each/m-p/290209#M4998</guid>
      <dc:creator>meimei</dc:creator>
      <dc:date>2016-08-08T14:50:10Z</dc:date>
    </item>
  </channel>
</rss>

