<?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: Cumulative sum in qliksense Bar Chart with two dimensions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282368#M26740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, Value should be like same as Cumulative Sum with 1 dimension(By Month).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147015_Capture.JPG" style="height: 226px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Dec 2016 12:50:06 GMT</pubDate>
    <dc:creator>ramkrishna86</dc:creator>
    <dc:date>2016-12-19T12:50:06Z</dc:date>
    <item>
      <title>Cumulative sum in qliksense Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282362#M26734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me how to calculate cumulative sum in qlik sense bar chart with &lt;STRONG&gt;2 Dimensions&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression only works for 1 dimension:&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;&lt;STRONG&gt;rangesum( above( sum([Expression1]),0,rowno()))&lt;/STRONG&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: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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: 13px;"&gt;I have data like below table where &lt;STRONG&gt;MonthName and Industry are &lt;/STRONG&gt;dimensions in chart and Amount is Measure.&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: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 390px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="119"&gt;&lt;STRONG&gt;MonthName&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="119"&gt;&lt;STRONG&gt;Industry&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="88"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="64"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Jan&lt;/TD&gt;&lt;TD&gt;AA&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Feb&lt;/TD&gt;&lt;TD&gt;BB&lt;/TD&gt;&lt;TD align="right"&gt;200&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Mar&lt;/TD&gt;&lt;TD&gt;CC&lt;/TD&gt;&lt;TD align="right"&gt;300&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Apr&lt;/TD&gt;&lt;TD&gt;DD&lt;/TD&gt;&lt;TD align="right"&gt;400&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;May&lt;/TD&gt;&lt;TD&gt;EE&lt;/TD&gt;&lt;TD align="right"&gt;500&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Jun&lt;/TD&gt;&lt;TD&gt;FF&lt;/TD&gt;&lt;TD align="right"&gt;600&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Jul&lt;/TD&gt;&lt;TD&gt;GG&lt;/TD&gt;&lt;TD align="right"&gt;700&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Aug&lt;/TD&gt;&lt;TD&gt;HH&lt;/TD&gt;&lt;TD align="right"&gt;800&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Sep&lt;/TD&gt;&lt;TD&gt;II&lt;/TD&gt;&lt;TD align="right"&gt;900&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Oct&lt;/TD&gt;&lt;TD&gt;JJ&lt;/TD&gt;&lt;TD align="right"&gt;1000&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Nov&lt;/TD&gt;&lt;TD&gt;KK&lt;/TD&gt;&lt;TD align="right"&gt;1100&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Dec&lt;/TD&gt;&lt;TD&gt;LL&lt;/TD&gt;&lt;TD align="right"&gt;1200&lt;/TD&gt;&lt;TD align="right"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is really appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 11:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282362#M26734</guid>
      <dc:creator>ramkrishna86</dc:creator>
      <dc:date>2016-12-19T11:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum in qliksense Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282363#M26735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RangeSum(Above(&lt;SPAN style="color: #ff0000;"&gt;TOTAL&lt;/SPAN&gt; Sum([Expression1]), 0, RowNo(&lt;SPAN style="color: #ff0000;"&gt;TOTAL&lt;/SPAN&gt;)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 12:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282363#M26735</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-19T12:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum in qliksense Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282364#M26736</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;This only works with one dimension not with 2 dimension in chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 12:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282364#M26736</guid>
      <dc:creator>ramkrishna86</dc:creator>
      <dc:date>2016-12-19T12:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum in qliksense Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282365#M26737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see a reason why it won't work.... Do you have a sample you can share your qvf where this is not working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 12:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282365#M26737</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-19T12:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum in qliksense Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282366#M26738</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;I have attached a qvf file for you reference. You will see that above code works with only 1 dimension not with 2 dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware of above code and already worked with single dimension in many projects, Issue is when you add second dimensions in x-axis it will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 12:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282366#M26738</guid>
      <dc:creator>ramkrishna86</dc:creator>
      <dc:date>2016-12-19T12:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum in qliksense Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282367#M26739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for one of these output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147010_Capture.PNG" style="height: 339px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 12:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282367#M26739</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-19T12:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum in qliksense Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282368#M26740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, Value should be like same as Cumulative Sum with 1 dimension(By Month).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147015_Capture.JPG" style="height: 226px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 12:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282368#M26740</guid>
      <dc:creator>ramkrishna86</dc:creator>
      <dc:date>2016-12-19T12:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum in qliksense Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282369#M26741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You above value is showing the sum of the different industry by Month, not the cumulative sum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 12:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282369#M26741</guid>
      <dc:creator>ramkrishna86</dc:creator>
      <dc:date>2016-12-19T12:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum in qliksense Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282370#M26742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not full understanding what you are after? Each month you have different industry?? I guess you are after the totals with 1 dimension?? But I am trying to understand how it would show up in two dimensions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 12:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282370#M26742</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-19T12:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum in qliksense Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282371#M26743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually i want cumulative sum By Industry and By Month in single graph(So taken 2 dimensions Industry and Month)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 14:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282371#M26743</guid>
      <dc:creator>ramkrishna86</dc:creator>
      <dc:date>2016-12-19T14:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum in qliksense Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282372#M26744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But in your sample, your industry never repeats. There is a new industry name in all different months. I guess can you update the sample and provide the numerical output for each month?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 14:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282372#M26744</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-19T14:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum in qliksense Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282373#M26745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a sample data loaded through inline table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 15:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282373#M26745</guid>
      <dc:creator>ramkrishna86</dc:creator>
      <dc:date>2016-12-19T15:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum in qliksense Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282374#M26746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, but why is there no industry repeating for more than a month? Do you get what I am trying to say &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 15:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282374#M26746</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-19T15:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum in qliksense Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282375#M26747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Industry can repeat, I have attached updated file with repeated industry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 15:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282375#M26747</guid>
      <dc:creator>ramkrishna86</dc:creator>
      <dc:date>2016-12-19T15:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum in qliksense Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282376#M26748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go.... You will need to do some script manipulation to get this to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147045_Capture.PNG" style="height: 502px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 15:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-sum-in-qliksense-Bar-Chart-with-two-dimensions/m-p/1282376#M26748</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-19T15:35:58Z</dc:date>
    </item>
  </channel>
</rss>

