<?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: Future date(s) and variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944109#M468658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I follow this guide: &lt;A href="https://community.qlik.com/thread/48693"&gt;Creating A Master Calendar&lt;/A&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;and use the right DateFields from my QVW am I at the right track?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2015 10:43:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-18T10:43:25Z</dc:date>
    <item>
      <title>Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944104#M468653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully someone can help me with my problem. I want to make a forcast of some data.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have: DayNumbers, WeekNumbers, MonthNumbers and YearNumbers in my qvw.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a forcast for one week ahead (now week 34 so want to see week 35). This works for now, but how do I create this if week 52 OR 53 goes to week 1. How do I set the year number +1 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I did:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Variable&lt;/STRONG&gt;: vNextWeek / =Week(Today())+1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Set analysis&lt;/STRONG&gt;: sum({$&amp;lt;Categories={'SLA'}, WeekNumber={$(=vNextWeek)}, Afdeling={'Infrastructure System'}, YearNumber={'2015'}&amp;gt;}Gewerkte_Uren)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for thinking with me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 08:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944104#M468653</guid>
      <dc:creator />
      <dc:date>2015-08-18T08:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944105#M468654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you try to do something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( week(today())&amp;lt;53, your set analysis, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({$&amp;lt;Categories={'SLA'}, WeekNumber={1}, Afdeling={'Infrastructure System'}, YearNumber={'2016'}&amp;gt;}Gewerkte_Uren))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use your solution for the most part of the year and, in the last week, you would get the forecast for the first week of the following year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;João Duarte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 10:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944105#M468654</guid>
      <dc:creator>jduarte12</dc:creator>
      <dc:date>2015-08-18T10:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944106#M468655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer, this is something to consider, but then I need to update the qvw every year. My feeling says there must be a way to configure this and never look at it again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 10:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944106#M468655</guid>
      <dc:creator />
      <dc:date>2015-08-18T10:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944107#M468656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Why don't you try master calendar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 10:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944107#M468656</guid>
      <dc:creator />
      <dc:date>2015-08-18T10:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944108#M468657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, for sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One I idea would be to make a similar step in the year part of the set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if( week(today())&amp;lt;53, your set analysis, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({$&amp;lt;Categories={'SLA'}, WeekNumber={1}, Afdeling={'Infrastructure System'}, YearNumber={$('=year(today())+1'}&amp;gt;}Gewerkte_Uren))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please check my set analysis for the year part, as I may have typed it wrongly.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 10:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944108#M468657</guid>
      <dc:creator>jduarte12</dc:creator>
      <dc:date>2015-08-18T10:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944109#M468658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I follow this guide: &lt;A href="https://community.qlik.com/thread/48693"&gt;Creating A Master Calendar&lt;/A&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;and use the right DateFields from my QVW am I at the right track?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 10:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944109#M468658</guid>
      <dc:creator />
      <dc:date>2015-08-18T10:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944110#M468659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could use YearNumber={$(=year(today()))}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or put year(today()) this into a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 10:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944110#M468659</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-18T10:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944111#M468660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This won't work when I run qlikview @ last week of December and then Week + 1 Then it wil do Week 1 of 2015, and I need week 1 of 2016&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 10:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944111#M468660</guid>
      <dc:creator />
      <dc:date>2015-08-18T10:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944112#M468661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see where your going, but the answer of the if statement is always true, because the weeknumbers are always below 53. So it never gets to the last part of the statement, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 10:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944112#M468661</guid>
      <dc:creator />
      <dc:date>2015-08-18T10:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944113#M468662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was meaning week 52; that should be the value on the set analysis I posted. If you run that set analysis on week 52 (the last week of a year), I think it should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 10:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944113#M468662</guid>
      <dc:creator>jduarte12</dc:creator>
      <dc:date>2015-08-18T10:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944114#M468663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you shouldn't translate dates into year/month/week parts. Instead, stay with dates. The next week starts on WeekStart(Today()+7) and ends on WeekEnd(Today()+7). Those can be easily inserted as set analysis constraints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 10:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944114#M468663</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-08-18T10:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944115#M468664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;if(Weekyear(today())&amp;lt;year(Today()),year(Today()),Weekyear(today())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 11:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944115#M468664</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-18T11:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944116#M468665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please help me where to put it in my set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 11:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944116#M468665</guid>
      <dc:creator />
      <dc:date>2015-08-18T11:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944117#M468666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YearNumber={"$(=if(Weekyear(today())&amp;lt;year(Today()),year(Today()),Weekyear(today())")}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 11:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944117#M468666</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-18T11:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944118#M468667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, this is not the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 12:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944118#M468667</guid>
      <dc:creator />
      <dc:date>2015-08-18T12:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944119#M468668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;you might have to replace today() with&amp;nbsp; max(yourdate) expression..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;btw ,what is the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 12:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944119#M468668</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-18T12:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944120#M468669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you help me because I think this is what I need. I need all values from &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WeekStart(Today()+X) to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WeekEnd(Today()+X) to be calculated as a SUM. So:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;Day 1: 5&lt;BR /&gt;Day 2: 5&lt;BR /&gt;Day 3: 5&lt;/P&gt;&lt;P&gt;Day 4: 0&lt;/P&gt;&lt;P&gt;Day 5: 0&lt;BR /&gt;Day 6: 0&lt;BR /&gt;Day 7: 0&lt;BR /&gt;Total === 15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created to variables vWeekStart and vWeekEnd but I am unable to get the set analysis working. I tried: DateStart{"&amp;gt;=$(vWeekEnd) &amp;lt;=$(vWeekStart)"}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;DateStart is the field where al the dates are in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 12:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944120#M468669</guid>
      <dc:creator />
      <dc:date>2015-08-18T12:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944121#M468670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Bart,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try as per below post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/482150"&gt;Re: display/calculate weeks over years without actual date&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its for past 12 weeks,modify as your requirement.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 12:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944121#M468670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-18T12:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944122#M468671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Off the top of my head, you could try with this as a start:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;...[DateStart] = {'&amp;gt;=$(=WeekStart(Today()+7))&amp;lt;=$(=WeekEnd(Today()+7))'}...&lt;/SPAN&gt;&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;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 12:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944122#M468671</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-08-18T12:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Future date(s) and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944123#M468672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the syntax should be as follows.. you must disregard other date related filed selections like weeknumber and yearnumber if you filter the data on your transaction date&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Categories={'SLA'}, WeekNumber=, Afdeling={'Infrastructure System'}, YearNumber=,DateStart={"&amp;gt;=$(vWeekEnd) &amp;lt;=$(vWeekStart)"}&amp;gt;}Gewerkte_Uren)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 12:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Future-date-s-and-variables/m-p/944123#M468672</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-18T12:42:52Z</dc:date>
    </item>
  </channel>
</rss>

