<?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: Week Number in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200411#M386643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, I'll give this a try. FYI these Campaigns only run for 8 months a year so there's no chance of any overlap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Oct 2016 11:05:21 GMT</pubDate>
    <dc:creator>ciaran_mcgowan</dc:creator>
    <dc:date>2016-10-17T11:05:21Z</dc:date>
    <item>
      <title>Week Number</title>
      <link>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200407#M386639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to alter the Week() Function with custom numbers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue where the first week in the year differs from year to year (up to several weeks difference in some cases). It's for tracking marketing campaigns so some years they start in August, other years can&amp;nbsp; be November (with non specific date starts). One year was 15/08/2015 and another was 03/11/2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another issue is that these campaigns don't run every week but can in some cases so I need each week to only be incremented if there is data. Here's an example from my current data set from the beginning of 2012:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Campaign&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Week&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Discount Email Blast&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15/08/2012&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;33&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Discount Email Blast&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23/08/2012&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Discount Email Blast&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;03/09/2012&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;36&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Discount Email Blast&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;19/09/2012&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;38&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need these to read is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Campaign&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Week&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Discount Email Blast&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15/08/2012&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Discount Email Blast&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23/08/2012&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Discount Email Blast&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;03/09/2012&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Discount Email Blast&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;19/09/2012&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 09:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200407#M386639</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-10-17T09:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Week Number</title>
      <link>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200408#M386640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the logic behind different week numbers each year?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 09:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200408#M386640</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-17T09:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Week Number</title>
      <link>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200409#M386641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ciarán, you'll need to adapt using each year start date but the idea can be a simple substract to generate the week number, like:&lt;/P&gt;&lt;P&gt;=Ceil((Date(Date_To_Generate_Week)-Date(Year_Start_Date))/7)&lt;/P&gt;&lt;P&gt;=Ceil((Date('23/08/2012')-Date('15/08/2012'))/7)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yo can do a bucle wich loads yearstart and yearend (the start of the next year?) for each year, first thing the bucle does is creating the vStartYearDate variable to use in the script:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Ceil((Date(DateField)-Date(&lt;SPAN style="font-size: 13.3333px;"&gt;vStartYearDate&lt;/SPAN&gt;))/7)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw, if years starts in different dates there will be dates wich belongs to 2 years or there will be different years size (in example: years with 300 days and others with 400)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 09:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200409#M386641</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-10-17T09:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Week Number</title>
      <link>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200410#M386642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logic is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each file is called 2014-Campaigns, 2015-Campaigns, etc.&lt;/P&gt;&lt;P&gt;The first week starts on the week that contains the first values and that needs to be &lt;STRONG&gt;Week 1&lt;/STRONG&gt;. If a week contains no values, then it shouldn't be counted in the week numbers. The next week that contains values will be the next week number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 10:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200410#M386642</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-10-17T10:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Week Number</title>
      <link>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200411#M386643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, I'll give this a try. FYI these Campaigns only run for 8 months a year so there's no chance of any overlap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 11:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200411#M386643</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-10-17T11:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Week Number</title>
      <link>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200412#M386644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just noted that maybe it needs a '+1':&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;=Ceil((Date(DateField)-Date(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vStartYearDate&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;)&lt;SPAN style="color: #ff0000;"&gt;+1&lt;/SPAN&gt;)/7)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 11:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200412#M386644</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-10-17T11:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Week Number</title>
      <link>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200413#M386645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for that. It works as far as renumbering the weeks goes, but it doesn't help with the broken week issue. I'm still going to get gaps in the week numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 11:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200413#M386645</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-10-17T11:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Week Number</title>
      <link>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200414#M386646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ciarán, sorry I overlooked that, maybe adding a calendar wich created all dates and the associated week number, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vStart = num(date('13/08/2012')); // This should be assigned in a bucle by campaign&lt;/P&gt;&lt;P&gt;LET vEnd = num(date('06/06/2013')); &lt;SPAN style="font-size: 13.3333px;"&gt;// This should be assigned in a bucle by &lt;SPAN style="font-size: 13.3333px;"&gt;campaign&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calendar:&lt;/P&gt;&lt;P&gt;LOAD Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Ceil((Date(Date)-Date($(vStart))+1)/7) as WeekNum;&lt;/P&gt;&lt;P&gt;LOAD Date($(vStart)+IterNo()-1) as Date&lt;/P&gt;&lt;P&gt;AutoGenerate 1&lt;/P&gt;&lt;P&gt;while $(vStart)+IterNo()&amp;lt;=$(vEnd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note that with this approach the first week will have always 7 days, if you need match natural weeks it will need some fix comparing with the day of the week it starts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 12:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200414#M386646</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-10-17T12:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Week Number</title>
      <link>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200415#M386647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again for you suggestion Ruben. I've been trying a few variations of your approach but there are still gaps at different stages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll keep trying and let you know how I get on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 16:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200415#M386647</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-10-17T16:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Week Number</title>
      <link>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200416#M386648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ciarán, or try to upload a sample so I can check the gaps, maybe I lose some datails because of my bad english &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 09:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200416#M386648</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-10-19T09:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Week Number</title>
      <link>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200417#M386649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been trying a few different ways to accomplish what I want and I think I cracked it this morning. Instead of loading all files at once and trying to create a Week Number, I created a loop to only load one at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14768733556785397 jive_text_macro" jivemacro_uid="_14768733556785397"&gt;
&lt;P&gt;temp1:&lt;/P&gt;
&lt;P&gt;LOAD * FROM &lt;C&gt;;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;temp2:&lt;/P&gt;
&lt;P&gt;LOAD DISTINCT Campaign Resident temp1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP TABLE temp1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;FOR i = 0 TO NoOfRows('temp2')&lt;/P&gt;
&lt;P&gt;LET vCampaign = Peek('Campaign', $(i), temp2);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Campaign:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Campaign &amp;amp; '-' &amp;amp; Week(Date) AS CampaignWeekID&lt;/P&gt;
&lt;P&gt;FROM &lt;C&gt;;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the Campaign table, I created a new field called &lt;STRONG&gt;CampaignWeekID&lt;/STRONG&gt;. Then I loaded all distinct CampaignWeekID's into another temp table to find out how many distinct weeks there were in each Campaign year (numbers vary from year to year).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14768737565372014" jivemacro_uid="_14768737565372014"&gt;
&lt;P&gt;CampaignWeekCount:&lt;/P&gt;
&lt;P&gt;LOAD DISTINCT CampaignWeekID AS WeekCount Resident Campaign;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next I create a loop for each distinct week for that year and another temp table to store the results of each loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14768738957353620 jive_text_macro" jivemacro_uid="_14768738957353620"&gt;
&lt;P&gt;FOR j = 0 TO NoOfRows('CampaignWeekCount')-1&lt;/P&gt;
&lt;P&gt;LET vCampaignWeekID = Peek('WeekCount', $(j), CampaignWeekCount);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Campaign_tmp:&lt;/P&gt;
&lt;P&gt;LOAD WeekCount,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; '$(CampaignWeekID)' AS CampaignWeekID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ('$(j)'+1) AS WeekNum&lt;/P&gt;
&lt;P&gt;Resident CampaignWeekCount;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;NEXT j&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP TABLE CampaignWeekCount;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I joined the distinct values back to the original table and dropped the temporary one and moved on to the next campaign year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14768743666153461 jive_text_macro" jivemacro_uid="_14768743666153461"&gt;
&lt;P&gt;LEFT JOIN(Campaign)&lt;/P&gt;
&lt;P&gt;LOAD DISTINCT&lt;/P&gt;
&lt;P&gt;&amp;nbsp; CampaignWeekID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; WeekNum&lt;/P&gt;
&lt;P&gt;Resident Campaign_tmp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Table Campaign_tmp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;STORE Campaign INTO &lt;C&gt;;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;DROP TABLE Campaign;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;NEXT i&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP TABLE temp2;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might seem a little inefficient, but I wasn't having any luck with your approach or by using functions like RowNo() or AutoNumber(). I'm still testing my results but all looks good so far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 10:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-Number/m-p/1200417#M386649</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-10-19T10:57:14Z</dc:date>
    </item>
  </channel>
</rss>

