<?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: selection for last week in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/selection-for-last-week/m-p/783314#M665802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this, year check will fail.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Dec 2014 11:09:04 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-12-05T11:09:04Z</dc:date>
    <item>
      <title>selection for last week</title>
      <link>https://community.qlik.com/t5/QlikView/selection-for-last-week/m-p/783309#M665797</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 have the following statement giving me entries of the last month:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *, stunden_1w*stdsatz_alt1W as X_1w;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;jobnr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; stunden as stunden_1w,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; stdsatz_alt as stdsatz_alt1W &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resident Stunden where datum &amp;gt; Date(AddMonths(Today(),-1));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get only values from last weeg?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&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, 05 Dec 2014 10:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection-for-last-week/m-p/783309#M665797</guid>
      <dc:creator />
      <dc:date>2014-12-05T10:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: selection for last week</title>
      <link>https://community.qlik.com/t5/QlikView/selection-for-last-week/m-p/783310#M665798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *, stunden_1w*stdsatz_alt1W as X_1w;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;jobnr,&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; stunden as stunden_1w,&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; stdsatz_alt as stdsatz_alt1W&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;resident Stunden where datum &amp;gt; Weekstart(Today(),-1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 11:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection-for-last-week/m-p/783310#M665798</guid>
      <dc:creator>yduval75</dc:creator>
      <dc:date>2014-12-05T11:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: selection for last week</title>
      <link>https://community.qlik.com/t5/QlikView/selection-for-last-week/m-p/783311#M665799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where week(datum) = week(today())-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 11:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection-for-last-week/m-p/783311#M665799</guid>
      <dc:creator>mato32188</dc:creator>
      <dc:date>2014-12-05T11:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: selection for last week</title>
      <link>https://community.qlik.com/t5/QlikView/selection-for-last-week/m-p/783312#M665800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or, (if you want only last week data)&lt;/P&gt;&lt;P&gt;resident Stunden where datum &amp;gt;&lt;STRONG&gt;=&lt;/STRONG&gt; Weekstart(Today(),-1) &lt;STRONG&gt;and&lt;/STRONG&gt; datum &amp;lt;Weekstart(Today());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: corrected&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 11:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection-for-last-week/m-p/783312#M665800</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-12-05T11:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: selection for last week</title>
      <link>https://community.qlik.com/t5/QlikView/selection-for-last-week/m-p/783313#M665801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Indeed, but I think there is perhaps a mistake in your syntax&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;resident Stunden where datum &amp;gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt; Weekstart(Today(),-1) &lt;/SPAN&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;and&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;datum &lt;/SPAN&gt;&amp;lt; Weekstart(Today());&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 11:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection-for-last-week/m-p/783313#M665801</guid>
      <dc:creator>yduval75</dc:creator>
      <dc:date>2014-12-05T11:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: selection for last week</title>
      <link>https://community.qlik.com/t5/QlikView/selection-for-last-week/m-p/783314#M665802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this, year check will fail.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 11:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection-for-last-week/m-p/783314#M665802</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-12-05T11:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: selection for last week</title>
      <link>https://community.qlik.com/t5/QlikView/selection-for-last-week/m-p/783315#M665803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry man, of course, you are right...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 11:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selection-for-last-week/m-p/783315#M665803</guid>
      <dc:creator>mato32188</dc:creator>
      <dc:date>2014-12-05T11:46:36Z</dc:date>
    </item>
  </channel>
</rss>

