<?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: Load Data Based on Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Data-Based-on-Date/m-p/599764#M1099976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much for the quick help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Apr 2014 20:20:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-21T20:20:35Z</dc:date>
    <item>
      <title>Load Data Based on Date</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-Based-on-Date/m-p/599760#M1099972</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'm a Qlikview novice, looking to build my first (non-demo data) App.&amp;nbsp; I want to Load data from our "invoice table" only if the transaction date (txdate) is greater than 1/1/2010.&amp;nbsp; Looking at the example of this table in the select window, my txdate data appears to be in a M/D/YYY format.&amp;nbsp; I have looked at various where statement suggestions on the community pages and haven't seen anything that matches my query exactly.&amp;nbsp; I am looking for a statement, and also what lines to add the statement to (i.e. where do I put the statement?)&amp;nbsp; Please see PDF of script editor for additional detail.&lt;/P&gt;&lt;P&gt;Thanks in advance for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 19:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-Based-on-Date/m-p/599760#M1099972</guid>
      <dc:creator />
      <dc:date>2014-04-21T19:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data Based on Date</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-Based-on-Date/m-p/599761#M1099973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load&amp;nbsp; invnum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;Where txdate &amp;gt;= Date('1/1/2010');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Select *&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only If your txdate is in M/D/YYY format..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 19:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-Based-on-Date/m-p/599761#M1099973</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-21T19:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data Based on Date</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-Based-on-Date/m-p/599762#M1099974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your transaction(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;txdate&lt;/SPAN&gt;) date format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 19:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-Based-on-Date/m-p/599762#M1099974</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-21T19:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data Based on Date</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-Based-on-Date/m-p/599763#M1099975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load table like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If date format is different then use SET syntax and followed by load statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Statements&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;Where txdate &amp;gt;= '1/1/2010'&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM logongm.invoice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 19:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-Based-on-Date/m-p/599763#M1099975</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-21T19:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data Based on Date</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-Based-on-Date/m-p/599764#M1099976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much for the quick help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 20:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-Based-on-Date/m-p/599764#M1099976</guid>
      <dc:creator />
      <dc:date>2014-04-21T20:20:35Z</dc:date>
    </item>
  </channel>
</rss>

