<?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 Compare with current selection and not per row in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Compare-with-current-selection-and-not-per-row/m-p/676304#M1080781</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've this problem and i'am with this within days and can't figure out a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a RaiserPlantId wich i made a selection from a listbox, and i i've a the same raiserPlantId in the data table now i want to compare if the field 'Responsible' is equal to the Selected raiserPlantId and not the raiserPlantId in the table data and sum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i've done:&lt;/P&gt;&lt;P&gt;=sum(If(Responsible = RaiserPlantID, (Auth*XRATE2USD),0)) &lt;SPAN style="color: #ff0000;"&gt;-&amp;gt; compares per row&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i also have tried this but it returns null&lt;/P&gt;&lt;P&gt;=sum(If(Responsible = GetFieldSelections(RaiserPlantID), (Auth*XRATE2USD),0)) &lt;SPAN style="color: #ff0000;"&gt;- returns null&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For better understanding my problem, here is a scr:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="61403" alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/61403_Untitled.png" style="width: 620px; height: 450px;" /&gt;&lt;/P&gt;&lt;P&gt;I appreciate if someone help me with this problem is driving me crazy.&lt;/P&gt;&lt;P&gt;In the listbox the dimension is RaiserPlantId&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if it will help but here it's my load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;LOAD Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Week,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RaisedDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(TRIM(RaisedBy)) as RaisedBy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(TRIM(sFrom)) as sFrom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sFromName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(TRIM(sTo)) as sTo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sToName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MOD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(TRIM(REA)) as REA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text(UPPER(TRIM(Responsible))) as Responsible,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Auth,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Val as Currency,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ST,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Category,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Reason,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProgramName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(TRIM(RaiserPlant)) as RaiserPlantID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text(UPPER(TRIM(Haulier))) as Haulier&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(txt, utf8, embedded labels, delimiter is ',', msq)&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&amp;nbsp; (UPPER(TRIM(ST)) &amp;lt;&amp;gt; 'Z') and&lt;/P&gt;&lt;P&gt;&amp;nbsp; (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '351E'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '179A'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '179B'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '1215'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = 'ALTAA' OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '295A'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '604E'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '6605'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '710A'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '710B'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '6865'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '1225' )&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Jun 2014 21:33:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-29T21:33:03Z</dc:date>
    <item>
      <title>Compare with current selection and not per row</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-with-current-selection-and-not-per-row/m-p/676304#M1080781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've this problem and i'am with this within days and can't figure out a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a RaiserPlantId wich i made a selection from a listbox, and i i've a the same raiserPlantId in the data table now i want to compare if the field 'Responsible' is equal to the Selected raiserPlantId and not the raiserPlantId in the table data and sum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i've done:&lt;/P&gt;&lt;P&gt;=sum(If(Responsible = RaiserPlantID, (Auth*XRATE2USD),0)) &lt;SPAN style="color: #ff0000;"&gt;-&amp;gt; compares per row&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i also have tried this but it returns null&lt;/P&gt;&lt;P&gt;=sum(If(Responsible = GetFieldSelections(RaiserPlantID), (Auth*XRATE2USD),0)) &lt;SPAN style="color: #ff0000;"&gt;- returns null&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For better understanding my problem, here is a scr:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="61403" alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/61403_Untitled.png" style="width: 620px; height: 450px;" /&gt;&lt;/P&gt;&lt;P&gt;I appreciate if someone help me with this problem is driving me crazy.&lt;/P&gt;&lt;P&gt;In the listbox the dimension is RaiserPlantId&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if it will help but here it's my load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;LOAD Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Week,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RaisedDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(TRIM(RaisedBy)) as RaisedBy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(TRIM(sFrom)) as sFrom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sFromName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(TRIM(sTo)) as sTo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sToName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MOD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(TRIM(REA)) as REA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text(UPPER(TRIM(Responsible))) as Responsible,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Auth,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Val as Currency,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ST,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Category,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Reason,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProgramName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(TRIM(RaiserPlant)) as RaiserPlantID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text(UPPER(TRIM(Haulier))) as Haulier&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(txt, utf8, embedded labels, delimiter is ',', msq)&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&amp;nbsp; (UPPER(TRIM(ST)) &amp;lt;&amp;gt; 'Z') and&lt;/P&gt;&lt;P&gt;&amp;nbsp; (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '351E'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '179A'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '179B'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '1215'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = 'ALTAA' OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '295A'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '604E'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '6605'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '710A'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '710B'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '6865'&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(RaiserPlant) = '1225' )&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 21:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-with-current-selection-and-not-per-row/m-p/676304#M1080781</guid>
      <dc:creator />
      <dc:date>2014-06-29T21:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Compare with current selection and not per row</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-with-current-selection-and-not-per-row/m-p/676305#M1080783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not really sure what you want to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetFieldSelections will return a string containing your selections which you can't just compare to the Field value of Responsible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe 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;=sum( If( Match( Responsible, $(=chr(39) &amp;amp; concat( RaiserPlantID,&amp;nbsp; chr(39) &amp;amp; ', ' &amp;amp; chr(39) ) &amp;amp; chr(39) ) ), (Auth*XRATE2USD),0))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 22:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-with-current-selection-and-not-per-row/m-p/676305#M1080783</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-06-29T22:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Compare with current selection and not per row</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-with-current-selection-and-not-per-row/m-p/676306#M1080785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried your expression and the values seems alright, but before i put as it correct answer tomorrow morning i will check if everything is alright, what i'am trying to achieve is:&lt;/P&gt;&lt;P&gt;If( Responsible = Selected Raiser plant, is plant responsibility)&lt;/P&gt;&lt;P&gt;if( responsible &amp;lt;&amp;gt; Selected RaiserPlant , is others Responsibility)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you make a brief explanation what you are doing ? In detail the match function and the char(39)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the help you save me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 22:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-with-current-selection-and-not-per-row/m-p/676306#M1080785</guid>
      <dc:creator />
      <dc:date>2014-06-29T22:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Compare with current selection and not per row</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-with-current-selection-and-not-per-row/m-p/676307#M1080787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fabio,&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: 12px; background-color: #f6f6f6;"&gt;$(=chr(39) &amp;amp; concat( RaiserPlantID,&amp;nbsp; chr(39) &amp;amp; ', ' &amp;amp; chr(39) ) &amp;amp; chr(39) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is a so called dollar-sign-expansion, an expansion that evaluated the expression contained to text and expands it in the embedding expression before latter is evaluated (like a macro expansion in programming).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/11/18/dollar-expansions" title="http://community.qlik.com/blogs/qlikviewdesignblog/2013/11/18/dollar-expansions"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/11/18/dollar-expansions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Match() function compares the first argument with each of the other argument values, and returns the position of the matching second argument or zero when no matching value found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chr(39) will create single quote characters and concatenate these with the strings ouput by concat() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My construct with the dollar sign expansion builds these arguments from your selection dynamically, e.g. after dollar sign expansion, you'll find:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(if (Match( Responsible, '179A', '179B'), (Auth*XRATE2USD) ,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 18:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-with-current-selection-and-not-per-row/m-p/676307#M1080787</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-06-30T18:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Compare with current selection and not per row</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-with-current-selection-and-not-per-row/m-p/676308#M1080788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works like a charm &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the past i already tried something similar with wildmatch, match and concat but i was struggling with the quotes, I've tried something like wildmatch(Responsible, &amp;amp; '*' &amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;RaiserPlantID&lt;/SPAN&gt; &amp;amp; '*') but doesnt work.&lt;/P&gt;&lt;P&gt;Thanks for your help and the explanation. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 07:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-with-current-selection-and-not-per-row/m-p/676308#M1080788</guid>
      <dc:creator />
      <dc:date>2014-07-01T07:25:51Z</dc:date>
    </item>
  </channel>
</rss>

