<?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 Change load date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-load-date/m-p/237159#M88261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what you want is to filter the loading data until "2010-12-31".&lt;/P&gt;&lt;P&gt;If I were you, I will try Peter's solution. You have to do a LET (evaluated variable) to set your "maximumLoadingDate", and then load the table in your script filtering by that date.&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jan 2011 11:45:47 GMT</pubDate>
    <dc:creator>marcel_olmo</dc:creator>
    <dc:date>2011-01-03T11:45:47Z</dc:date>
    <item>
      <title>Change load date</title>
      <link>https://community.qlik.com/t5/QlikView/Change-load-date/m-p/237154#M88256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I have a question aboat how i can change load date, i have a script i will load back in time with date as 2010-12-31, can i use "SET" in the beginnging of the scripr or?&lt;/P&gt;&lt;P&gt;I will load the script now but with the date 2010-12-31, do you understad me?&lt;/P&gt;&lt;P&gt;Somebody some have a idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 10:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-load-date/m-p/237154#M88256</guid>
      <dc:creator />
      <dc:date>2011-01-03T10:43:10Z</dc:date>
    </item>
    <item>
      <title>Change load date</title>
      <link>https://community.qlik.com/t5/QlikView/Change-load-date/m-p/237155#M88257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi popalm,&lt;/P&gt;&lt;P&gt;if what you want is to load an static date, yes, I'd load statically a variable with "2010-12-31".&lt;/P&gt;&lt;P&gt;I'm not pretty sure about what you want, maybe replace your reloadTime() function with this date¿?&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 11:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-load-date/m-p/237155#M88257</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2011-01-03T11:30:51Z</dc:date>
    </item>
    <item>
      <title>Change load date</title>
      <link>https://community.qlik.com/t5/QlikView/Change-load-date/m-p/237156#M88258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may assign the required date to a variable and then refer to this variable in the script. Think that you should use LET rather than SET - the latter assigns a textstring (or a formula) to a variable, whereas LET assign values or results of an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LET dStartDate = DATE#('12-31-2010', 'MM-DD-YYYY');&lt;BR /&gt;Table: LOAD * FROM .... WHERE MyDate &amp;gt;= $(dStartDate);&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 11:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-load-date/m-p/237156#M88258</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2011-01-03T11:36:54Z</dc:date>
    </item>
    <item>
      <title>Change load date</title>
      <link>https://community.qlik.com/t5/QlikView/Change-load-date/m-p/237157#M88259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried but with no god result, i write SET date='2010-12-31'; in the begining of the script but it doesnt works, i se also data from 2011, i dont want that.&lt;/P&gt;&lt;P&gt;Can you help me with what should i write in the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 11:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-load-date/m-p/237157#M88259</guid>
      <dc:creator />
      <dc:date>2011-01-03T11:39:23Z</dc:date>
    </item>
    <item>
      <title>Change load date</title>
      <link>https://community.qlik.com/t5/QlikView/Change-load-date/m-p/237158#M88260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have many table to load, must i do this for every table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 11:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-load-date/m-p/237158#M88260</guid>
      <dc:creator />
      <dc:date>2011-01-03T11:43:13Z</dc:date>
    </item>
    <item>
      <title>Change load date</title>
      <link>https://community.qlik.com/t5/QlikView/Change-load-date/m-p/237159#M88261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what you want is to filter the loading data until "2010-12-31".&lt;/P&gt;&lt;P&gt;If I were you, I will try Peter's solution. You have to do a LET (evaluated variable) to set your "maximumLoadingDate", and then load the table in your script filtering by that date.&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jan 2011 11:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-load-date/m-p/237159#M88261</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2011-01-03T11:45:47Z</dc:date>
    </item>
  </channel>
</rss>

