<?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 Restrict date data returned in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Restrict-date-data-returned-in-script/m-p/794277#M1025859</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to restrict the amount of data visible in the report as it cannot handle all the historic data and returns an error, 'Out of Object Memory'.&lt;/P&gt;&lt;P&gt;I only want to show data from 2013 onwards as that is all that is relevant in this report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My script looks like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="year.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80596_year.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;How would I go about restricting the year(InvoiceDate) as Year to 2013 onwards.&lt;/P&gt;&lt;P&gt;I have a list box for Year on the report and at the moment it goes back to 1996.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry I can't post the qvw as it has information regarding our customers, their products and quantities sold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Steve &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Mar 2015 16:28:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-12T16:28:32Z</dc:date>
    <item>
      <title>Restrict date data returned in script</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-date-data-returned-in-script/m-p/794277#M1025859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to restrict the amount of data visible in the report as it cannot handle all the historic data and returns an error, 'Out of Object Memory'.&lt;/P&gt;&lt;P&gt;I only want to show data from 2013 onwards as that is all that is relevant in this report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My script looks like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="year.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80596_year.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;How would I go about restricting the year(InvoiceDate) as Year to 2013 onwards.&lt;/P&gt;&lt;P&gt;I have a list box for Year on the report and at the moment it goes back to 1996.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry I can't post the qvw as it has information regarding our customers, their products and quantities sold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Steve &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 16:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-date-data-returned-in-script/m-p/794277#M1025859</guid>
      <dc:creator />
      <dc:date>2015-03-12T16:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict date data returned in script</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-date-data-returned-in-script/m-p/794278#M1025860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you would just need to add an additional where condition to the load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND Year(InvoiceDate)&amp;gt;=2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 16:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-date-data-returned-in-script/m-p/794278#M1025860</guid>
      <dc:creator />
      <dc:date>2015-03-12T16:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict date data returned in script</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-date-data-returned-in-script/m-p/794279#M1025862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Invoice:&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 FileName&lt;/P&gt;&lt;P&gt;Where ProductCode &amp;lt;&amp;gt; 'PBLUE' and Year(InvoiceDate) &amp;gt;= 2013;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 16:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-date-data-returned-in-script/m-p/794279#M1025862</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-12T16:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict date data returned in script</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-date-data-returned-in-script/m-p/794280#M1025863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, I tried something similar but I must of got the syntax wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 16:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-date-data-returned-in-script/m-p/794280#M1025863</guid>
      <dc:creator />
      <dc:date>2015-03-12T16:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict date data returned in script</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-date-data-returned-in-script/m-p/794281#M1025865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries, glad to help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 17:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-date-data-returned-in-script/m-p/794281#M1025865</guid>
      <dc:creator />
      <dc:date>2015-03-12T17:00:27Z</dc:date>
    </item>
  </channel>
</rss>

