<?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 Can I create a date filter on an Information Map? in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Can-I-create-a-date-filter-on-an-Information-Map/m-p/32138#M539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if the logic you are using is going to work in the way you are expecting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway - if the experession is a cut and paste - then here's what's wrong:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The operator and DATE() are in the wrong place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #eef4f9;"&gt;&amp;lt;&amp;lt;Demographics.Begin_Dt&amp;gt;&amp;gt; &amp;lt;= DATE()&amp;nbsp;&amp;nbsp; and &amp;lt;&amp;lt; Demographics.End_date &amp;gt;= &lt;STRONG&gt;DATE()&lt;/STRONG&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "&amp;gt;&amp;gt;" needs to be behind the data item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #eef4f9;"&gt;&amp;lt;&amp;lt;Demographics.Begin_Dt&amp;gt;&amp;gt; &amp;lt;= DATE()&amp;nbsp;&amp;nbsp; and &amp;lt;&amp;lt; Demographics.End_date&lt;STRONG style="background-color: #eef4f9;"&gt;&amp;gt;&amp;gt;&lt;/STRONG&gt; &amp;gt;= &lt;/SPAN&gt;&lt;STRONG style="background-color: #eef4f9;"&gt;DATE()&lt;/STRONG&gt;&lt;SPAN style="background-color: #eef4f9;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Tricia&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Subscribed to my &lt;A href="http://www.bi-notes.com"&gt;BI Notes for SAS Users Blog &lt;/A&gt; for tips and tricks using the SAS BI toolset&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2012 15:20:57 GMT</pubDate>
    <dc:creator>TriciaA</dc:creator>
    <dc:date>2012-01-18T15:20:57Z</dc:date>
    <item>
      <title>Can I create a date filter on an Information Map?</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Can-I-create-a-date-filter-on-an-Information-Map/m-p/32137#M538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this is the right 'community' to post this.&amp;nbsp; I did not find one for "SAS Information Map Studio".&amp;nbsp; If this is incorrect, please let me know where I should post this question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a map and I need to create a filter on one of the date data items.&amp;nbsp;&amp;nbsp; In the map, I want the filter to be 'Begin_dt &amp;lt;= current_date' and End_dt &amp;gt;= current_date'.&amp;nbsp; I tried to build a filter by selecting 'New filter', I selected the data item "Begin_Dt", for the condition I selected "Is before or equal to", for Values I selected 'use and expression', then in the expression I used the date funtion so my expression looks like this &amp;lt;&amp;lt;Demographics.Begin_Dt&amp;gt;&amp;gt; &amp;lt;= DATE()&amp;nbsp;&amp;nbsp; and &amp;lt;&amp;lt; Demographics.End_date &amp;gt;= DATE()&amp;gt;&amp;gt;.&amp;nbsp; I get an error that says "is invalid and cannot be used in a query".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me what I am doing wrong?&amp;nbsp; Or, is this something I can not do in Information Map?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 14:52:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Can-I-create-a-date-filter-on-an-Information-Map/m-p/32137#M538</guid>
      <dc:creator>ncsthbell</dc:creator>
      <dc:date>2012-01-18T14:52:16Z</dc:date>
    </item>
    <item>
      <title>Can I create a date filter on an Information Map?</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Can-I-create-a-date-filter-on-an-Information-Map/m-p/32138#M539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if the logic you are using is going to work in the way you are expecting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway - if the experession is a cut and paste - then here's what's wrong:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The operator and DATE() are in the wrong place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #eef4f9;"&gt;&amp;lt;&amp;lt;Demographics.Begin_Dt&amp;gt;&amp;gt; &amp;lt;= DATE()&amp;nbsp;&amp;nbsp; and &amp;lt;&amp;lt; Demographics.End_date &amp;gt;= &lt;STRONG&gt;DATE()&lt;/STRONG&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "&amp;gt;&amp;gt;" needs to be behind the data item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #eef4f9;"&gt;&amp;lt;&amp;lt;Demographics.Begin_Dt&amp;gt;&amp;gt; &amp;lt;= DATE()&amp;nbsp;&amp;nbsp; and &amp;lt;&amp;lt; Demographics.End_date&lt;STRONG style="background-color: #eef4f9;"&gt;&amp;gt;&amp;gt;&lt;/STRONG&gt; &amp;gt;= &lt;/SPAN&gt;&lt;STRONG style="background-color: #eef4f9;"&gt;DATE()&lt;/STRONG&gt;&lt;SPAN style="background-color: #eef4f9;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Tricia&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Subscribed to my &lt;A href="http://www.bi-notes.com"&gt;BI Notes for SAS Users Blog &lt;/A&gt; for tips and tricks using the SAS BI toolset&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 15:20:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Can-I-create-a-date-filter-on-an-Information-Map/m-p/32138#M539</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2012-01-18T15:20:57Z</dc:date>
    </item>
  </channel>
</rss>

