<?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: Re: How to get % symbol in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639104#M1088164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=&lt;SPAN style="color: #ff0000;"&gt;num(&lt;/SPAN&gt; (Round((num(sum({$&amp;lt;Year = {$(=max(Year - 1))}, MonthNames = {"&amp;lt;=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} Month))"}&amp;gt;} NET_AMOUNT), '$#,##0;($#,##0)')/num(sum({$&amp;lt;Year = {$(=max(Year))}, MonthNames = {"&amp;lt;=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} MonthNames))"}&amp;gt;} NET_AMOUNT), '$#,##0;($#,##0)'))*100)) &lt;SPAN style="color: #ff0000;"&gt;,'####,#')&lt;/SPAN&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;"&gt;&lt;BR /&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;"&gt;Assuming that , is your decimal separator.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If your decimal separator is a . (dot) then replace ####,# with ####.#&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&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;"&gt;&lt;A href="https://community.qlik.com/qlik-users/70029"&gt;Celambarasan Adhimulam&lt;/A&gt;'s option however seems a bit easier by the way.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jun 2014 11:59:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-04T11:59:02Z</dc:date>
    <item>
      <title>How to get % symbol</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639098#M1088158</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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Iam using a text box to display the difference between current year and previous year and&amp;nbsp; it is working fine , what i want to know is i want to display the % symbol infront of the symbol ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The text box has the following expression :=(Round((num(sum({$&amp;lt;Year = {$(=max(Year - 1))}, MonthNames = {"&amp;lt;=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} Month))"}&amp;gt;} NET_AMOUNT), '$#,##0;($#,##0)')/num(sum({$&amp;lt;Year = {$(=max(Year))}, MonthNames = {"&amp;lt;=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} MonthNames))"}&amp;gt;} NET_AMOUNT), '$#,##0;($#,##0)'))*100))&lt;/P&gt;&lt;P&gt;Give me any suggestion &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks in advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 11:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639098#M1088158</guid>
      <dc:creator />
      <dc:date>2014-06-04T11:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get % symbol</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639099#M1088159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can surround your expression with num( &amp;lt;&lt;STRONG&gt;here your expression as argument 1&amp;gt;, &amp;lt;here the numberformat as argument 2&amp;gt;&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;number format (when it is a percentage with 1 decimal can be ###,#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 11:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639099#M1088159</guid>
      <dc:creator />
      <dc:date>2014-06-04T11:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get % symbol</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639100#M1088160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thanks for ur reply , can u plz alter my expression , iam facing difficulty in understanding it , can u plz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 11:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639100#M1088160</guid>
      <dc:creator />
      <dc:date>2014-06-04T11:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get % symbol</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639101#M1088161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 11:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639101#M1088161</guid>
      <dc:creator />
      <dc:date>2014-06-04T11:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get % symbol</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639102#M1088162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Number Tab, Please check show in Percent Option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 11:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639102#M1088162</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2014-06-04T11:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get % symbol</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639103#M1088163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use like this also&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;='%' &amp;amp; (Round((num(sum({$&amp;lt;Year = {$(=max(Year - 1))}, MonthNames = {"&amp;lt;=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} Month))"}&amp;gt;} NET_AMOUNT), '$#,##0;($#,##0)')/num(sum({$&amp;lt;Year = {$(=max(Year))}, MonthNames = {"&amp;lt;=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} MonthNames))"}&amp;gt;} NET_AMOUNT), '$#,##0;($#,##0)'))*100))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 11:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639103#M1088163</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-06-04T11:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to get % symbol</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639104#M1088164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=&lt;SPAN style="color: #ff0000;"&gt;num(&lt;/SPAN&gt; (Round((num(sum({$&amp;lt;Year = {$(=max(Year - 1))}, MonthNames = {"&amp;lt;=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} Month))"}&amp;gt;} NET_AMOUNT), '$#,##0;($#,##0)')/num(sum({$&amp;lt;Year = {$(=max(Year))}, MonthNames = {"&amp;lt;=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} MonthNames))"}&amp;gt;} NET_AMOUNT), '$#,##0;($#,##0)'))*100)) &lt;SPAN style="color: #ff0000;"&gt;,'####,#')&lt;/SPAN&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;"&gt;&lt;BR /&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;"&gt;Assuming that , is your decimal separator.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If your decimal separator is a . (dot) then replace ####,# with ####.#&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&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;"&gt;&lt;A href="https://community.qlik.com/qlik-users/70029"&gt;Celambarasan Adhimulam&lt;/A&gt;'s option however seems a bit easier by the way.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 11:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639104#M1088164</guid>
      <dc:creator />
      <dc:date>2014-06-04T11:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get % symbol</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639105#M1088165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Celambarasan &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I copied and pasted the expression u gave , but its showing error , can u plz help me out &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 11:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639105#M1088165</guid>
      <dc:creator />
      <dc:date>2014-06-04T11:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get % symbol</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639106#M1088166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe what Celambarasan suggest like put in front of the expression&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;"&gt;=&lt;STRONG&gt;'%' &amp;amp;&lt;/STRONG&gt; (Round((num(sum({$&amp;lt;Year = {$(=max(Year - 1))}, MonthNames = {"&amp;lt;=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} Month))"}&amp;gt;} NET_AMOUNT), '$#,##0;($#,##0)')/num(sum({$&amp;lt;Year = {$(=max(Year))}, MonthNames = {"&amp;lt;=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} MonthNames))"}&amp;gt;} NET_AMOUNT), '$#,##0;($#,##0)'))*100))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639106#M1088166</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-04T12:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get % symbol</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639107#M1088167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use:&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;"&gt;num(Round((num(sum({$&amp;lt;Year = {$(=max(Year - 1))}, MonthNames = {"&amp;lt;=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} Month))"}&amp;gt;} NET_AMOUNT), '$#,##0;($#,##0)')/num(sum({$&amp;lt;Year = {$(=max(Year))}, MonthNames = {"&amp;lt;=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} MonthNames))"}&amp;gt;} NET_AMOUNT), '$#,##0;($#,##0)'))),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'$#,##0%;($#,##0%)'&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639107#M1088167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-04T12:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get % symbol</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639108#M1088169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the % symbol in numbers back side if this ok then you can use like&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;"&gt;=&lt;STRONG&gt;Num&lt;/STRONG&gt; (Round((num(sum({$&amp;lt;Year = {$(=max(Year - 1))}, MonthNames = {"&amp;lt;=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} Month))"}&amp;gt;} NET_AMOUNT), '$#,##0;($#,##0)')/num(sum({$&amp;lt;Year = {$(=max(Year))}, MonthNames = {"&amp;lt;=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} MonthNames))"}&amp;gt;} NET_AMOUNT), '$#,##0;($#,##0)'))&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;/100&lt;/STRONG&gt;) &lt;STRONG&gt;, '#,##0%')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639108#M1088169</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-04T12:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get % symbol</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639109#M1088171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using a text box then simply concat symbol '%' with &amp;amp; operator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(your expression) &amp;amp;' %'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639109#M1088171</guid>
      <dc:creator />
      <dc:date>2014-06-04T12:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get % symbol</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639110#M1088172</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;Yu can use like this&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;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;num(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; (Round((num(sum({$&amp;lt;Year = {$(=max(Year - 1))}, MonthNames = {"&amp;lt;=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} Month))"}&amp;gt;} NET_AMOUNT), '$#,##0;($#,##0)')/num(sum({$&amp;lt;Year = {$(=max(Year))}, MonthNames = {"&amp;lt;=$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;} MonthNames))"}&amp;gt;} NET_AMOUNT), '$#,##0;($#,##0)'))*100)) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;,'####,#%')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639110#M1088172</guid>
      <dc:creator />
      <dc:date>2014-06-04T12:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get % symbol</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639111#M1088173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what ever expression we want to display in %,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right click on chart-&amp;gt;Number(Tab)-&amp;gt;Select any thing other than expression default-&amp;gt;Show in percentage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.we need to check the Show in percentage check box&lt;/P&gt;&lt;P&gt;2. We need to remove * 100 in the expression.&lt;/P&gt;&lt;P&gt;because as we are selecting the Show in percentage it will also multiple the value in to 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and no not required in expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-symbol/m-p/639111#M1088173</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-06-04T12:52:22Z</dc:date>
    </item>
  </channel>
</rss>

