<?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: Error whilst Filtering in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-whilst-Filtering/m-p/195055#M14855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; background-color: #ffffff; text-decoration: line-through; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;t1.'Sum of Total Retail Price'n &amp;lt; 'Salary'/ 0.5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;t1.'Sum of Total Retail Price'n &amp;lt; &lt;STRONG&gt;'Salary'n&lt;/STRONG&gt;/ 0.5&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2015 11:02:10 GMT</pubDate>
    <dc:creator>gergely_batho</dc:creator>
    <dc:date>2015-04-14T11:02:10Z</dc:date>
    <item>
      <title>Error whilst Filtering</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-whilst-Filtering/m-p/195054#M14854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the Filter and Sort and put this code into the filter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t1.'Sum of Total Retail Price'n &amp;lt; 'Salary'/ 0.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I keep on receiving this message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Expression using division (/) requires numeric types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 09:14:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-whilst-Filtering/m-p/195054#M14854</guid>
      <dc:creator>agreekgod</dc:creator>
      <dc:date>2015-04-14T09:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error whilst Filtering</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-whilst-Filtering/m-p/195055#M14855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; background-color: #ffffff; text-decoration: line-through; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;t1.'Sum of Total Retail Price'n &amp;lt; 'Salary'/ 0.5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;t1.'Sum of Total Retail Price'n &amp;lt; &lt;STRONG&gt;'Salary'n&lt;/STRONG&gt;/ 0.5&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 11:02:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-whilst-Filtering/m-p/195055#M14855</guid>
      <dc:creator>gergely_batho</dc:creator>
      <dc:date>2015-04-14T11:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error whilst Filtering</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-whilst-Filtering/m-p/195056#M14856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And, since salary is a perfect standard valid SAS variable name, omit the quotes completely:&lt;/P&gt;&lt;P&gt;t1.'Sum of Total Retail Price'n &amp;lt; Salary/ 0.5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 11:16:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-whilst-Filtering/m-p/195056#M14856</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-04-14T11:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error whilst Filtering</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-whilst-Filtering/m-p/195057#M14857</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 remove the quotes and try hopefully it will work for you.&lt;/P&gt;&lt;P&gt;ex.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;t1.'Sum of Total Retail Price'n &amp;lt; (Salary / 0.5)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Yogesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 11:41:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-whilst-Filtering/m-p/195057#M14857</guid>
      <dc:creator>shubhayog</dc:creator>
      <dc:date>2015-04-14T11:41:37Z</dc:date>
    </item>
  </channel>
</rss>

