<?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 Date field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-field/m-p/925088#M947939</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I loaded many table with many date field, and I want only data where Year(Date_Field) &amp;gt;= Year(Today()) - 2.&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;Year(Date_Paiemant) &amp;gt;= Year(Today()) - 2&lt;/P&gt;&lt;P&gt;Year(Date_Produit) &amp;gt;= Year(Today()) - 2&lt;/P&gt;&lt;P&gt;Year(Date_Commande) &amp;gt;= Year(Today()) - 2&lt;/P&gt;&lt;P&gt;Year(Date_Facture) &amp;gt;= Year(Today()) - 2&lt;/P&gt;&lt;P&gt;and many other in few table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, can I have something like that, perhaps at the beginning of my script&lt;/P&gt;&lt;P&gt;Year(Date_*) &amp;gt;= Year(Today()) - 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Dec 2015 17:14:52 GMT</pubDate>
    <dc:creator>cksuperlatif</dc:creator>
    <dc:date>2015-12-14T17:14:52Z</dc:date>
    <item>
      <title>Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field/m-p/925088#M947939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I loaded many table with many date field, and I want only data where Year(Date_Field) &amp;gt;= Year(Today()) - 2.&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;Year(Date_Paiemant) &amp;gt;= Year(Today()) - 2&lt;/P&gt;&lt;P&gt;Year(Date_Produit) &amp;gt;= Year(Today()) - 2&lt;/P&gt;&lt;P&gt;Year(Date_Commande) &amp;gt;= Year(Today()) - 2&lt;/P&gt;&lt;P&gt;Year(Date_Facture) &amp;gt;= Year(Today()) - 2&lt;/P&gt;&lt;P&gt;and many other in few table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, can I have something like that, perhaps at the beginning of my script&lt;/P&gt;&lt;P&gt;Year(Date_*) &amp;gt;= Year(Today()) - 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 17:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field/m-p/925088#M947939</guid>
      <dc:creator>cksuperlatif</dc:creator>
      <dc:date>2015-12-14T17:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field/m-p/925089#M947940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Where clause in the load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;FROM/Resident Your_data_source_name&lt;/P&gt;&lt;P&gt;Where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Year(Date_Field) &amp;gt;= Year(Today()) - 2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 17:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field/m-p/925089#M947940</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-12-14T17:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field/m-p/925090#M947941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are doing this multiple tables, you should set a variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vFilterYear=Year(Today()) -2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM/Resident Your_data_source_name&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Year(Date_Field1) &amp;gt;= $(vFilterYear);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM/Resident Your_data_source_name&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Year(Date_Field2) &amp;gt;= $(vFilterYear);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;etc...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 18:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field/m-p/925090#M947941</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-12-14T18:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field/m-p/925091#M947942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/jpe"&gt;jpe&lt;/A&gt; , I will try this &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 08:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field/m-p/925091#M947942</guid>
      <dc:creator>cksuperlatif</dc:creator>
      <dc:date>2015-12-15T08:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field/m-p/925092#M947943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/jpe"&gt;jpe&lt;/A&gt;&amp;nbsp; for your attention&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 08:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field/m-p/925092#M947943</guid>
      <dc:creator>cksuperlatif</dc:creator>
      <dc:date>2015-12-15T08:46:21Z</dc:date>
    </item>
  </channel>
</rss>

