<?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: Display negative results in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905276#M314642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i didnt understand how to incorporate it into my expression.&lt;/P&gt;&lt;P&gt;can u plz help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2015 23:21:39 GMT</pubDate>
    <dc:creator>rdsuperlike</dc:creator>
    <dc:date>2015-05-08T23:21:39Z</dc:date>
    <item>
      <title>Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905274#M314640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Want to display -123 as (123) in expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;if ((sum(x) + sum(y) +sum(z)) - (sum(x) + sum(y) +sum(k))) &amp;lt; 0 &lt;/P&gt;&lt;P&gt; then i want to display (14000) instead of -14000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 22:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905274#M314640</guid>
      <dc:creator>rdsuperlike</dc:creator>
      <dc:date>2015-05-08T22:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905275#M314641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Num(14000,'0;(0)')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; will return 14000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Num(-14000,'0;(0)')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; will return (14000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or more complete:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Num(-14000,'# ##0;(# ##0)' , ',' , ' ' )&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; will return&amp;nbsp;&amp;nbsp;&amp;nbsp; (14 000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With decimal separator and thousands separator specified as the third and fourth parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 23:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905275#M314641</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-08T23:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905276#M314642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i didnt understand how to incorporate it into my expression.&lt;/P&gt;&lt;P&gt;can u plz help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 23:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905276#M314642</guid>
      <dc:creator>rdsuperlike</dc:creator>
      <dc:date>2015-05-08T23:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905277#M314643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Encase your entire expression into fabs() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=fabs((sum(x) + sum(y) +sum(z)) - (sum(x) + sum(y) +sum(k)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 23:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905277#M314643</guid>
      <dc:creator>mrossoit</dc:creator>
      <dc:date>2015-05-08T23:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905278#M314644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok...but it returns positive digit if it is negative. But I want to show (14000) if it is -14000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 23:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905278#M314644</guid>
      <dc:creator>rdsuperlike</dc:creator>
      <dc:date>2015-05-08T23:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905279#M314645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the difference is only brackets?&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;if ((sum(x) + sum(y) +sum(z)) - (sum(x) + sum(y) +sum(k)) &amp;lt; 0, '(' &amp;amp; (sum(x) + sum(y) +sum(z)) - (sum(x) + sum(y) +sum(k)) &amp;amp; ')', (sum(x) + sum(y) +sum(z)) - (sum(x) + sum(y) +sum(k)))&lt;/P&gt;&lt;P&gt;It's ugly but will shows (14000).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 23:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905279#M314645</guid>
      <dc:creator>mrossoit</dc:creator>
      <dc:date>2015-05-08T23:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905280#M314646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you simply do 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; font-size: 13px;"&gt;=Num(&amp;nbsp; sum(x) + sum(y) + sum(z) - ( sum(x) + sum(y) + sum(k) ) ,&amp;nbsp; '0;(0)'&amp;nbsp; )&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;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; font-size: 13px;"&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; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 23:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905280#M314646</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-08T23:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905281#M314647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dual('('&amp;amp;fabs( yourexpression)&amp;amp;')', yourexpression)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 06:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905281#M314647</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-05-09T06:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905282#M314648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;doesnt work for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It still gives me negative value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 05:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905282#M314648</guid>
      <dc:creator>rdsuperlike</dc:creator>
      <dc:date>2015-05-11T05:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905283#M314649</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;did you try peter suggestion,&lt;/P&gt;&lt;P&gt;There is no need of If statement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num((sum(x) + sum(y) +sum(z)) - (sum(x) + sum(y) +sum(k))),,'# ##0;(# ##0)')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 05:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905283#M314649</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-05-11T05:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905284#M314650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It gives same value. It doesnt give brackets accross negative value.&lt;/P&gt;&lt;P&gt;I want (14000) if the value is -14000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 17:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905284#M314650</guid>
      <dc:creator>rdsuperlike</dc:creator>
      <dc:date>2015-05-11T17:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905285#M314651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is your PC set up with National Language settings? US or some other number formatting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 18:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905285#M314651</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-11T18:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905286#M314652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Under number tab of the chart properties, select expression default to give effect of the num function explained by the other friends, or select integer / fixed to and update&amp;nbsp; &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;# ##0;(# ##0) &lt;/STRONG&gt;in the Format pattern. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 18:35:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905286#M314652</guid>
      <dc:creator>santhoo_san</dc:creator>
      <dc:date>2015-05-11T18:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905287#M314653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;US&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 19:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905287#M314653</guid>
      <dc:creator>rdsuperlike</dc:creator>
      <dc:date>2015-05-11T19:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905288#M314654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then it is a mystery to me why you can't get this simple thing to work ... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 19:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905288#M314654</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-11T19:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905289#M314655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It certainly works... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 20:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905289#M314655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-11T20:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905290#M314656</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;another sample application:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_163327_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86213_QlikCommunity_Thread_163327_Pic1.JPG" style="height: 291px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using this sample data:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_163327_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/86214_QlikCommunity_Thread_163327_Pic2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I reduced&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;(sum(x) + sum(y) +sum(z)) - (sum(x) + sum(y) +sum(k))&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;to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(z)-sum(k)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;as it should be equivalent.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;IMO &lt;A href="https://community.qlik.com/qlik-users/146975"&gt;petter-s&lt;/A&gt;‌ approach, defining a format string, is the most straight forward and elegant solution to your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 22:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905290#M314656</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-05-11T22:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905291#M314657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works for the example that Michael Solomovich showed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it didnt work for my expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is what I did&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(&amp;nbsp; RangeSum(Before((sum(P_QTY) + sum(D_QTY) +sum(ND_QTY))&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;(sum(P_QTY)+ sum(D_QTY) + &lt;/P&gt;&lt;P&gt;SUM(IP_QTY-WIP_QTY) + IF(GetSelectedCount(ITEM_NAME)&amp;gt;0, SUM(IP_QTY)*MAX(SPLIT_PCNT),SUM(IP_QTY))&lt;/P&gt;&lt;P&gt;+ Sum(O_QTY)&amp;nbsp; + SUM(O_QTY)),0,ColumnNo())) ,&amp;nbsp; '0;(0)'&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I am messing up bcz of the long expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 00:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905291#M314657</guid>
      <dc:creator>rdsuperlike</dc:creator>
      <dc:date>2015-05-12T00:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative results</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905292#M314658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, see if the expression works without formatting.&lt;/P&gt;&lt;P&gt;If it doesn't, fix it first.&amp;nbsp; If it does, add formatting:&lt;/P&gt;&lt;P&gt;num(&amp;lt;your long expression&amp;gt;, '#,##0;(#,##0)') &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 11:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-results/m-p/905292#M314658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-12T11:21:08Z</dc:date>
    </item>
  </channel>
</rss>

