<?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: Last Year Same Day Sales in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277962#M26552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls. find the sample app. The only sheet shows a filter of Month and the table shows day wise sales for each day of the month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Dec 2016 10:06:14 GMT</pubDate>
    <dc:creator>madnanansari</dc:creator>
    <dc:date>2016-12-19T10:06:14Z</dc:date>
    <item>
      <title>Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277953#M26543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a table with the below information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date, Sales, Sales (Last Year Same Day)&lt;/P&gt;&lt;P&gt;01/12/2016, 50, 21&lt;/P&gt;&lt;P&gt;02/12/2016, 23, 21&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for Sales (Last Year Same Day) I am trying the below formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(&lt;/P&gt;&lt;P&gt;{&amp;lt;&lt;/P&gt;&lt;P&gt;[Date]={$=(Max([Date])-364)}&lt;/P&gt;&lt;P&gt;&amp;gt;}&lt;/P&gt;&lt;P&gt;Sales&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just bringing '0'. I tried lot of options but it don't work at all. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2016 06:23:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277953#M26543</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2016-12-17T06:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277954#M26544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(&lt;/P&gt;&lt;P&gt;{&amp;lt;&lt;/P&gt;&lt;P&gt;[Date]={"$(=date(addyears(Max([Date]),-1)))" }&lt;/P&gt;&lt;P&gt;&amp;gt;}&lt;/P&gt;&lt;P&gt;Sales&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2016 06:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277954#M26544</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-12-17T06:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277955#M26545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUM({&amp;lt;YourDateField = {'$(=Date(AddYears(Max(YourDateField),-1))'}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2016 11:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277955#M26545</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-12-17T11:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277956#M26546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this works fine when there is no master calendar. Once I use one; it shows zero values then. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master calendar has other columns as well like Quarter, Year, Month etc along with Date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2016 12:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277956#M26546</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2016-12-18T12:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277957#M26547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mohammad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you don't want to use.. -364 like this...&lt;/P&gt;&lt;P&gt;we have a...calendar functions like...&lt;STRONG&gt;addyears&lt;/STRONG&gt; and &lt;STRONG&gt;addmonths&lt;/STRONG&gt; to play on date fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try your expression like this...&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Your Date filed={$(=AddYears(Today(),-1))}&amp;gt;}&lt;SPAN style="font-size: 10pt;"&gt;[Final Price])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Your Date Field={$(=AddYears(Max(YourDateField),-1))}&amp;gt;}&lt;SPAN style="font-size: 10pt;"&gt;[Final Price])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2016 14:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277957#M26547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-18T14:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277958#M26548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried as you suggested and it shows zero. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2016 15:17:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277958#M26548</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2016-12-18T15:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277959#M26549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If possible share sample app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 04:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277959#M26549</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-12-19T04:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277960#M26550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have designed a sample App. How to share it here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 09:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277960#M26550</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2016-12-19T09:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277961#M26551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;click on Reply - &amp;gt; Use Advanced Editor on top right corner&amp;nbsp; - &amp;gt; attach at bottom right corner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 09:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277961#M26551</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-12-19T09:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277962#M26552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls. find the sample app. The only sheet shows a filter of Month and the table shows day wise sales for each day of the month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 10:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277962#M26552</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2016-12-19T10:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277963#M26553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls. find attach the data files (QVD) for the sample data as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 10:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277963#M26553</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2016-12-19T10:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277964#M26554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worked with LastYTDflag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 10:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277964#M26554</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-12-19T10:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277965#M26555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need Sales for Last Year Same day that is 01-Dec-2016 is thursday, so I need sales on thursday last december which is 03-Dec-2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below is the formula;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Date]={$=(Max([Date])-364)}&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sales&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;but as explained its not working. I dont need last year same date sales. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 10:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277965#M26555</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2016-12-19T10:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277966#M26556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calculate WeekDay , Week , Year in master calendar by using&lt;/P&gt;&lt;P&gt;weekday(Date) as WeekDay,&lt;/P&gt;&lt;P&gt;week(Date) as Week,&lt;/P&gt;&lt;P&gt;Year(Date) as Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; sum( { &amp;lt; WeekDay = {"$(= weekday( max(Date)))"} , Week = {"$(=week(max(Date)))"}, Year = {"$(=year(Max(Date))-1)"} &amp;gt; } Sales )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 10:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277966#M26556</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-12-19T10:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277967#M26557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;I dont need last year same date sales but if this is also working then my job is over. &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;Select Nov-2016 and see whether the results are appearing?&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 15px 0 -10px; font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;DIV class="jive-thread-reply-btn-correct" style="font-weight: inherit; font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/1179519" style="margin: 0 20px 0 0; padding: 2px 14px 4px 28px; font-weight: bold; font-style: inherit; font-size: 11.7px; font-family: inherit; color: #3778c7; background-color: #f3f3f3;"&gt;Last Year Same Day Sales&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 10:39:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277967#M26557</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2016-12-19T10:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277968#M26558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum( { &amp;lt; WeekDay = {"$(= weekday( max(Date)))"} , Week = {"$(=week(max(Date)))"}, Year = {"$(=year(Max(Date))-1)"} &amp;gt; } Sales )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this expression will consider weekday as Mon,Tue, etc to compare with last year&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 10:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277968#M26558</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-12-19T10:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277969#M26559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Formula seems to be correct but its not working. U have the test application; can u try on that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 05:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277969#M26559</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2016-12-20T05:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277970#M26560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you send the one you tried with this expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 05:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277970#M26560</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-12-20T05:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277971#M26561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its the same i uploaded here before&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 05:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277971#M26561</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2016-12-20T05:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Same Day Sales</title>
      <link>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277972#M26562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls. find attached the app i tried with,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 07:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Last-Year-Same-Day-Sales/m-p/1277972#M26562</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2016-12-20T07:16:56Z</dc:date>
    </item>
  </channel>
</rss>

