<?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: Rolling 5 days (working days) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980826#M334847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fine. if i understood correctly, you can try to write a expression for rolling period, Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Date={‘&amp;gt;=$(=Date(Max(Date)-5))&amp;lt;=$(=Date(Max(Date)))’}&amp;gt;} Sales )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Date is represent only the working days. So, you will get Latest 5 working day sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you post with sample, it would be easier to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9144"&gt;Set Analysis for Rolling Periods&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2015 14:01:24 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2015-11-25T14:01:24Z</dc:date>
    <item>
      <title>Rolling 5 days (working days)</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980823#M334844</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 have an application where I need to monitor the behavior of "customers" for any changes in their purchasing patterns/volumes etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Talking with the project sponsor he felt that a &lt;STRONG&gt;rolling 5-day&lt;/STRONG&gt; solution may offer us some indication. However he has explicitly specified that (for business reasons) we need to look at &lt;STRONG&gt;working days&lt;/STRONG&gt; only (Monday-Friday in it's simplest form) - Any ideas on how I can develop such a solution.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 10:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980823#M334844</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2015-11-25T10:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 5 days (working days)</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980824#M334845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Look the below Linked Document. May be helps.&lt;/P&gt;&lt;P&gt;You can link with your date with the Working day Master Calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8530"&gt;Working Day Master Calendar&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 12:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980824#M334845</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-11-25T12:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 5 days (working days)</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980825#M334846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Settu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying. The question was not how to work out if it's a working day or not but more to do with "rolling" 5 working days - I am a little confused about how to code the "rolling" part.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 13:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980825#M334846</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2015-11-25T13:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 5 days (working days)</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980826#M334847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fine. if i understood correctly, you can try to write a expression for rolling period, Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Date={‘&amp;gt;=$(=Date(Max(Date)-5))&amp;lt;=$(=Date(Max(Date)))’}&amp;gt;} Sales )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Date is represent only the working days. So, you will get Latest 5 working day sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you post with sample, it would be easier to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9144"&gt;Set Analysis for Rolling Periods&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 14:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980826#M334847</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-11-25T14:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 5 days (working days)</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980827#M334848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's suppose your working dates (on 30/11/2015)&amp;nbsp; are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;20/11&lt;/P&gt;&lt;P&gt;23/11&lt;/P&gt;&lt;P&gt;24/11&lt;/P&gt;&lt;P&gt;25/11&lt;/P&gt;&lt;P&gt;26/11&lt;/P&gt;&lt;P&gt;27/11&lt;/P&gt;&lt;P&gt;30/11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your suggested:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Date={‘&amp;gt;=$(=Date(Max(Date)-5))&amp;lt;=$(=Date(Max(Date)))’}&amp;gt;} Sales )&lt;/P&gt;&lt;P&gt;will collect results for the date range &lt;STRONG&gt;&amp;gt;=25/11 and &amp;lt;=30/11&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;This is not correct as the last 5 working dates would be &lt;STRONG&gt;&amp;gt;=24/11 and &amp;lt;=30/11&lt;/STRONG&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 14:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980827#M334848</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2015-11-25T14:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 5 days (working days)</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980828#M334849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I didn't test that. I think this one will give Latest 5 days data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;Data={'&amp;gt;=$(=Date(Max(Date,5)))'}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 14:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980828#M334849</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-11-25T14:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 5 days (working days)</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980829#M334850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/55154"&gt;alexis&lt;/A&gt;!&lt;/P&gt;&lt;P&gt;I am not so advance in QV, so just want to help a little I am able to. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;P&gt;I've developed in last project something for evaluate first 10 agents and customers; and I do with Variables.&lt;/P&gt;&lt;P&gt;So I thought could be applied to "days" too.&lt;/P&gt;&lt;P&gt;Take a look to the coarse sample herewith: maybe is not the a complete solution, but could help you to have a better working idea! (of what I've done).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Alex &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 14:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980829#M334850</guid>
      <dc:creator>marleygt</dc:creator>
      <dc:date>2015-11-25T14:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 5 days (working days)</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980830#M334851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can work out which days are work days the you can use an AsOf table to link each workday with its previous four workdays. See this blog post for more information: &lt;A _jive_internal="true" class="j-search-result-value" href="https://community.qlik.com/blogs/qlikviewdesignblog/2015/11/02/the-as-of-table" style="font-weight: bold; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;The As-Of Table&lt;/SPAN&gt;&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 14:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980830#M334851</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-11-25T14:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 5 days (working days)</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980831#M334852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex&lt;/P&gt;&lt;P&gt;Thanks for the reply and example - I see what you have done in your example and unfortunately it's not quite what I am after - your example will only deal with "last n-days" where n is defined by your slider variable - mine is more of a "point-in-time" question. Thanks nevertheless.&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 14:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980831#M334852</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2015-11-25T14:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 5 days (working days)</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980832#M334853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/check.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;IMG alt="thumb-328420_640.jpg" class="jive-image image-1" height="111" src="https://community.qlik.com/legacyfs/online/107041_thumb-328420_640.jpg" style="height: 111.074px; width: 105px;" width="105" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 15:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980832#M334853</guid>
      <dc:creator>marleygt</dc:creator>
      <dc:date>2015-11-25T15:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 5 days (working days)</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980833#M334854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert - really interesting approach and well written article by Henric.&lt;/P&gt;&lt;P&gt;Unfortunately the calculated "Diff" variables (Month, Year etc) rely purely on mathematical differences; in my case I cannot do that as I need to take into consideration the "holes" in my calendar that represent non-working days.&lt;/P&gt;&lt;P&gt;Will an approach using the "Above" command perhaps offer a solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 15:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980833#M334854</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2015-11-25T15:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 5 days (working days)</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980834#M334855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would create a kind of rolling workday within the calendar, e.g.:&lt;/P&gt;&lt;P&gt;Dates:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(DATE#('20150101', 'YYYYMMDD') + RECNO()-1)&amp;nbsp;&amp;nbsp;&amp;nbsp; AS MyDate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AUTOGENERATE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Calendar:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NUMSUM(NETWORKDAYS(PEEK(MyDate), MyDate), PEEK(RunningWorkdays))&amp;nbsp;&amp;nbsp;&amp;nbsp; AS RunningWorkdays&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RESIDENT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dates&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER BY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MyDate ASC;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DROP TABLE Dates;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formulas then to be adjusted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edith wants to add that with with NETWORKDAYS-function you may also easily consider holidays and other days to be excluded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 15:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980834#M334855</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-11-25T15:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 5 days (working days)</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980835#M334856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You merely need to get a little creative. There are several options. If you only want to exclude weekends then you can generate a rolling 7 day AsOf table first and then remove the saturdays and sundays from that in a preceding load. That's the easiest solution. If you have other non-working days then you can first create a table that contains only the working days and add a numeric field that increases by one for each next working day. You can then use this numerical incrementing field to generate the AsOf table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 16:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980835#M334856</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-11-25T16:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 5 days (working days)</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980836#M334857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alexis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would make a data set without any weekend date and weekend date sales data and then check every 7 days to get this rolling number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worked on this last week but cannot make the set analysis work. With Sunny's help my sample qvw works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this can help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 16:12:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980836#M334857</guid>
      <dc:creator />
      <dc:date>2015-11-30T16:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 5 days (working days)</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980837#M334858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry it tok so long to see this - wonderful solution and works a treat (changed your "7s" to "6s") to achieve rolling 5 days as your was rolling 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jan 2016 08:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-5-days-working-days/m-p/980837#M334858</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2016-01-23T08:58:50Z</dc:date>
    </item>
  </channel>
</rss>

