<?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: Exclude dates in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Exclude-dates/m-p/1506750#M36216</link>
    <description>&lt;P&gt;In a load statement after the from script&amp;nbsp;(referring to a connection and file) in the data load script&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Nov 2018 01:19:01 GMT</pubDate>
    <dc:creator>brucemeyers</dc:creator>
    <dc:date>2018-11-15T01:19:01Z</dc:date>
    <item>
      <title>Exclude dates</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-dates/m-p/1506727#M36211</link>
      <description>&lt;P&gt;For some reason this syntax&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where month([Date])&amp;gt;=month(today())&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is not excluding these dates&lt;/P&gt;&lt;P&gt;12/01/2014&lt;BR /&gt;11/30/2016&lt;BR /&gt;12/30/2016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the&amp;nbsp;dates below are the only ones I should see.&amp;nbsp; Can you help?&lt;/P&gt;&lt;P&gt;11/01/2017&lt;BR /&gt;11/01/2018&lt;BR /&gt;11/02/2018&lt;BR /&gt;11/04/2018&lt;BR /&gt;11/05/2018&lt;BR /&gt;11/06/2018&lt;BR /&gt;11/07/2018&lt;BR /&gt;11/08/2018&lt;BR /&gt;11/09/2018&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 00:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-dates/m-p/1506727#M36211</guid>
      <dc:creator>brucemeyers</dc:creator>
      <dc:date>2018-11-15T00:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude dates</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-dates/m-p/1506740#M36215</link>
      <description>Would you be able to share a sample where this is happening?</description>
      <pubDate>Thu, 15 Nov 2018 00:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-dates/m-p/1506740#M36215</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-15T00:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude dates</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-dates/m-p/1506750#M36216</link>
      <description>&lt;P&gt;In a load statement after the from script&amp;nbsp;(referring to a connection and file) in the data load script&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 01:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-dates/m-p/1506750#M36216</guid>
      <dc:creator>brucemeyers</dc:creator>
      <dc:date>2018-11-15T01:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude dates</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-dates/m-p/1506751#M36217</link>
      <description>&lt;P&gt;Are you comparing months? what is your requirement?&lt;/P&gt;&lt;P&gt;Is your date field have proper date format?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 01:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-dates/m-p/1506751#M36217</guid>
      <dc:creator>dathu</dc:creator>
      <dc:date>2018-11-15T01:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude dates</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-dates/m-p/1506755#M36218</link>
      <description>Just test this:&lt;BR /&gt;&lt;BR /&gt;where Date([Date],'MM')&amp;gt;=month(today())&lt;BR /&gt;&lt;BR /&gt;Also check if the variable DateFormat in the main section is ok.&lt;BR /&gt;Set DateFormat='M/D/YY'; //(US format)&lt;BR /&gt;&lt;BR /&gt;Set DateFormat='DD/MM/YY'; //(UK date format)&lt;BR /&gt;&lt;BR /&gt;Set DateFormat='YYYY-MM-DD'; //(ISO date format)</description>
      <pubDate>Thu, 15 Nov 2018 01:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-dates/m-p/1506755#M36218</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-11-15T01:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude dates</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-dates/m-p/1506806#M36223</link>
      <description>Month(today()) = 11 and the three dates you mention have month values of 11 and 12. So the syntax you mention would not exclude those dates.&lt;BR /&gt;&lt;BR /&gt;I think you need a year condition or month-year condition to exclude dates for November and December of earlier years.</description>
      <pubDate>Thu, 15 Nov 2018 05:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-dates/m-p/1506806#M36223</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-11-15T05:24:35Z</dc:date>
    </item>
  </channel>
</rss>

