<?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: loading data from last year until the current date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/loading-data-from-last-year-until-the-current-date/m-p/746414#M669752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or if you don't have any dates &amp;gt; today in your data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD 1,&lt;/P&gt;&lt;P style="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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RESIDENT job&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE Jahr&amp;gt;= Year(&amp;nbsp; AddYears(Today(),-1) ) ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2014 16:52:13 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2014-10-31T16:52:13Z</dc:date>
    <item>
      <title>loading data from last year until the current date</title>
      <link>https://community.qlik.com/t5/QlikView/loading-data-from-last-year-until-the-current-date/m-p/746410#M669748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to load data, but only data from last year until the current date. This is my expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resident job where Jahr = 2013 group by prodnr;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I habe to script this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-data-from-last-year-until-the-current-date/m-p/746410#M669748</guid>
      <dc:creator />
      <dc:date>2014-10-31T15:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: loading data from last year until the current date</title>
      <link>https://community.qlik.com/t5/QlikView/loading-data-from-last-year-until-the-current-date/m-p/746411#M669749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;RESIDENT job&lt;/P&gt;&lt;P&gt;WHERE Jahr&amp;gt;=ADDMONTHS(YEARSTART(Now()),-12) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should work it would be better to base it on a date field rather than year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-data-from-last-year-until-the-current-date/m-p/746411#M669749</guid>
      <dc:creator />
      <dc:date>2014-10-31T15:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: loading data from last year until the current date</title>
      <link>https://community.qlik.com/t5/QlikView/loading-data-from-last-year-until-the-current-date/m-p/746412#M669750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hm, somehow this expression did not work for me... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-data-from-last-year-until-the-current-date/m-p/746412#M669750</guid>
      <dc:creator />
      <dc:date>2014-10-31T15:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: loading data from last year until the current date</title>
      <link>https://community.qlik.com/t5/QlikView/loading-data-from-last-year-until-the-current-date/m-p/746413#M669751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it has to be the beginning of last year (jan 1st) until today , you can't use a YEAR field in the filter, you have to use a Date field from your source . Assuming your date field is called 'Date' it will be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE Date &amp;gt;=&amp;nbsp;&amp;nbsp; YearStart( AddYears( Today(), -1 ))&amp;nbsp; and Date &amp;lt;= Today() &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This will make sure your date is between "the first date of the year for today's date in the previous year" and "today's date" &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 16:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-data-from-last-year-until-the-current-date/m-p/746413#M669751</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-31T16:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: loading data from last year until the current date</title>
      <link>https://community.qlik.com/t5/QlikView/loading-data-from-last-year-until-the-current-date/m-p/746414#M669752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or if you don't have any dates &amp;gt; today in your data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD 1,&lt;/P&gt;&lt;P style="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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RESIDENT job&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE Jahr&amp;gt;= Year(&amp;nbsp; AddYears(Today(),-1) ) ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 16:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-data-from-last-year-until-the-current-date/m-p/746414#M669752</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-31T16:52:13Z</dc:date>
    </item>
  </channel>
</rss>

