<?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: EGuide Query Summary Function Gotcha in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EGuide-Query-Summary-Function-Gotcha/m-p/70762#M7075</link>
    <description>Response from designers to tech support:  "It's not a bug, it's a feature."&lt;BR /&gt;
&lt;BR /&gt;
I finally found the behavior documented on page 31-32 of the "SAS/Access 9.2 for Relational Databases, Reference" 4th Ed.&lt;BR /&gt;
&lt;BR /&gt;
Caveat emptor.</description>
    <pubDate>Thu, 24 Feb 2011 18:25:56 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2011-02-24T18:25:56Z</dc:date>
    <item>
      <title>EGuide Query Summary Function Gotcha</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EGuide-Query-Summary-Function-Gotcha/m-p/70761#M7074</link>
      <description>Just to share a nasty surprise.  I was using Query Builder to count the number of visits that had dates present  The generated code was&lt;BR /&gt;
&lt;BR /&gt;
(SUM(t1.SGVisitDate&amp;gt;.)) AS CHEvisitDone&lt;BR /&gt;
&lt;BR /&gt;
When that code runs against a SAS dataset, all is well.  When it runs against an Access table via a LIBNAME (to ACCESS, not to ODBC), it returns all NULLS (no errors or warnings).&lt;BR /&gt;
&lt;BR /&gt;
If I change the summary function to &lt;BR /&gt;
COUNT(t1.SGVisitDate) AS CHEvisitDone&lt;BR /&gt;
I get the expected answer with either source.&lt;BR /&gt;
&lt;BR /&gt;
Caveat emptor!  I will also send to tech support.</description>
      <pubDate>Wed, 09 Feb 2011 18:53:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EGuide-Query-Summary-Function-Gotcha/m-p/70761#M7074</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-02-09T18:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: EGuide Query Summary Function Gotcha</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EGuide-Query-Summary-Function-Gotcha/m-p/70762#M7075</link>
      <description>Response from designers to tech support:  "It's not a bug, it's a feature."&lt;BR /&gt;
&lt;BR /&gt;
I finally found the behavior documented on page 31-32 of the "SAS/Access 9.2 for Relational Databases, Reference" 4th Ed.&lt;BR /&gt;
&lt;BR /&gt;
Caveat emptor.</description>
      <pubDate>Thu, 24 Feb 2011 18:25:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EGuide-Query-Summary-Function-Gotcha/m-p/70762#M7075</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-02-24T18:25:56Z</dc:date>
    </item>
  </channel>
</rss>

