<?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: Use a table to filter but keep all lines in the table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508223#M1226457</link>
    <description>&lt;P&gt;Applying something like: aggr(sum(Expr), Dim) is not an expression else it creates a calculated dimension. Only if the aggr() is wrapped with any aggregation-function like sum/count/concat() it becomes an expression again.&lt;/P&gt;
&lt;P&gt;In many cases the aggr() output could be adjusted by using:&amp;nbsp;aggr(&lt;STRONG&gt;NODISTINCT&lt;/STRONG&gt; sum(Expr), Dim) but logically it remains a calculated dimension and depending on the data-model/data-set and the object-dimensionalities the results may not always be like expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Mar 2025 12:52:46 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2025-03-04T12:52:46Z</dc:date>
    <item>
      <title>Use a table to filter but keep all lines in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508058#M1226451</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a table with two dimensions and a calculated expression, and I would like to use this table to filter data on other graphs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like this table to keep all lines when filtering. Is it possible ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what my table look like :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xxxx2_1-1741014844451.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178063iCF8EF6C44AA45F75/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xxxx2_1-1741014844451.png" alt="xxxx2_1-1741014844451.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when I select something :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xxxx2_2-1741014862715.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178064iDFAB29E08A48C5E3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xxxx2_2-1741014862715.png" alt="xxxx2_2-1741014862715.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I would like other graphs to be filtered but this table to stay the same as when no "Client" and no "Recap" are selected (just those 2, I have other selected fields that I want to keep).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Dimensions :&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;- Client&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;=if(Recap = 'LAY' or Recap = 'ENF'&lt;BR /&gt;, Recap&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Expression :&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;EM&gt;=&lt;/EM&gt; Aggr(&lt;/DIV&gt;
&lt;DIV&gt;sum( IF(&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;IF(((Sais / Sais_Soc) -1) &amp;lt; £Ecart_Sais, 1, 0)&lt;/DIV&gt;
&lt;DIV&gt;+&lt;/DIV&gt;
&lt;DIV&gt;IF(((An / An_Soc) -1) &amp;gt; £Ecart_An, 1, 0)&lt;/DIV&gt;
&lt;DIV&gt;+&lt;/DIV&gt;
&lt;DIV&gt;IF(((QtFin / Cons) -1) &amp;gt; £Ecart_Cons, 1, 0)&lt;/DIV&gt;
&lt;DIV&gt;= 3&lt;/DIV&gt;
&lt;DIV&gt;, 1&lt;/DIV&gt;
&lt;DIV&gt;, 0&lt;/DIV&gt;
&lt;DIV&gt;)&lt;/DIV&gt;
&lt;DIV&gt;)&lt;/DIV&gt;
&lt;DIV&gt;, Client, Recap&lt;/DIV&gt;
&lt;DIV&gt;)&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks for your help&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 Mar 2025 15:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508058#M1226451</guid>
      <dc:creator>xxxx2</dc:creator>
      <dc:date>2025-03-03T15:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Use a table to filter but keep all lines in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508068#M1226452</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;try to change this:&lt;/P&gt;
&lt;P&gt;= Aggr(&lt;BR /&gt;sum( {&amp;lt; Client=, Recap= &amp;gt;} IF(&lt;BR /&gt;&lt;BR /&gt;IF(((Sais / Sais_Soc) -1) &amp;lt; £Ecart_Sais, 1, 0)&lt;BR /&gt;+&lt;BR /&gt;IF(((An / An_Soc) -1) &amp;gt; £Ecart_An, 1, 0)&lt;BR /&gt;+&lt;BR /&gt;IF(((QtFin / Cons) -1) &amp;gt; £Ecart_Cons, 1, 0)&lt;BR /&gt;= 3&lt;BR /&gt;, 1&lt;BR /&gt;, 0&lt;BR /&gt;)&lt;BR /&gt;),&lt;BR /&gt;Client, Recap&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;{&amp;lt; Client=, Recap= &amp;gt;} tells Qlik to ignore selections on Client and Recap, keeping all rows in the table.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 16:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508068#M1226452</guid>
      <dc:creator>diegozecchini</dc:creator>
      <dc:date>2025-03-03T16:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Use a table to filter but keep all lines in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508152#M1226453</link>
      <description>&lt;P&gt;Hello, thank you for your answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I changed the expression but lines still disappear in the table when selecting :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xxxx2_0-1741074544265.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178100i4B12C174DC30D58C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xxxx2_0-1741074544265.png" alt="xxxx2_0-1741074544265.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Expression :&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;DIV&gt;= Aggr(&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; sum( {&amp;lt; CdClient = , Recap = &amp;gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; IF(&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; IF(((Sais / Sais_Soc) -1) &amp;lt; £Ecart_Sais, 1, 0)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; +&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; IF(((An / An_Soc) -1) &amp;gt; £Ecart_An, 1, 0)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; +&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; IF(((QtFin / Cons) -1) &amp;gt; £Ecart_Cons, 1, 0)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; = 3&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; , 1&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; , 0&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;, CdClient, &lt;SPAN&gt;Recap &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;)&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;I would like it to stay like the first picture...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 07:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508152#M1226453</guid>
      <dc:creator>xxxx2</dc:creator>
      <dc:date>2025-03-04T07:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Use a table to filter but keep all lines in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508215#M1226454</link>
      <description>&lt;P&gt;You may need a manipulating of the selection state within each aggregation part, like:&lt;/P&gt;
&lt;P&gt;sum({ Set } aggr({ Set } sum({ Set } Expr), Dim1, Dim2))&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 12:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508215#M1226454</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-03-04T12:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Use a table to filter but keep all lines in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508217#M1226455</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems to work perfectly thank you !&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have an explanation of why I need to sum the whole previsous expression ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Expression :&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;DIV&gt;= Sum ({&amp;lt; CdClient = , Recap = &amp;gt;}&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; Aggr( {&amp;lt; CdClient = , Recap = &amp;gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; sum( {&amp;lt; CdClient = , Recap = &amp;gt;}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; IF(&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; IF(((Sais / Sais_Soc) -1) &amp;lt; £Ecart_Sais, 1, 0)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; +&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; IF(((An / An_Soc) -1) &amp;gt; £Ecart_An, 1, 0)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; +&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; IF(((QtFin / Cons) -1) &amp;gt; £Ecart_Cons, 1, 0)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; = 3&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; , 1&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; , 0&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; , CdClient, Recap&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;)&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Mar 2025 12:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508217#M1226455</guid>
      <dc:creator>xxxx2</dc:creator>
      <dc:date>2025-03-04T12:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Use a table to filter but keep all lines in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508222#M1226456</link>
      <description>&lt;P&gt;use this expression&lt;/P&gt;
&lt;DIV&gt;&lt;STRONG&gt;sum({1}&lt;/STRONG&gt;Aggr(&lt;/DIV&gt;
&lt;DIV&gt;sum( IF(&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;IF(((Sais / Sais_Soc) -1) &amp;lt; £Ecart_Sais, 1, 0)&lt;/DIV&gt;
&lt;DIV&gt;+&lt;/DIV&gt;
&lt;DIV&gt;IF(((An / An_Soc) -1) &amp;gt; £Ecart_An, 1, 0)&lt;/DIV&gt;
&lt;DIV&gt;+&lt;/DIV&gt;
&lt;DIV&gt;IF(((QtFin / Cons) -1) &amp;gt; £Ecart_Cons, 1, 0)&lt;/DIV&gt;
&lt;DIV&gt;= 3&lt;/DIV&gt;
&lt;DIV&gt;, 1&lt;/DIV&gt;
&lt;DIV&gt;, 0&lt;/DIV&gt;
&lt;DIV&gt;)&lt;/DIV&gt;
&lt;DIV&gt;)&lt;/DIV&gt;
&lt;DIV&gt;, Client, Recap&lt;/DIV&gt;
&lt;DIV&gt;)&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Mar 2025 12:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508222#M1226456</guid>
      <dc:creator>Padma123</dc:creator>
      <dc:date>2025-03-04T12:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Use a table to filter but keep all lines in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508223#M1226457</link>
      <description>&lt;P&gt;Applying something like: aggr(sum(Expr), Dim) is not an expression else it creates a calculated dimension. Only if the aggr() is wrapped with any aggregation-function like sum/count/concat() it becomes an expression again.&lt;/P&gt;
&lt;P&gt;In many cases the aggr() output could be adjusted by using:&amp;nbsp;aggr(&lt;STRONG&gt;NODISTINCT&lt;/STRONG&gt; sum(Expr), Dim) but logically it remains a calculated dimension and depending on the data-model/data-set and the object-dimensionalities the results may not always be like expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 12:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508223#M1226457</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-03-04T12:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Use a table to filter but keep all lines in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508224#M1226458</link>
      <description>&lt;P&gt;Thank you for your answer.&lt;/P&gt;
&lt;P&gt;It keeps all the lines but the expression is not evaluated for the non selected ones.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 12:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508224#M1226458</guid>
      <dc:creator>xxxx2</dc:creator>
      <dc:date>2025-03-04T12:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Use a table to filter but keep all lines in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508227#M1226459</link>
      <description>&lt;P&gt;Ok thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I need to put the {set} &lt;SPAN&gt;within each aggregation&lt;/SPAN&gt; part otherwise each aggregation will be evaluated separately ? Not with the {set} of the upper one ?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 13:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508227#M1226459</guid>
      <dc:creator>xxxx2</dc:creator>
      <dc:date>2025-03-04T13:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use a table to filter but keep all lines in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508233#M1226460</link>
      <description>&lt;P&gt;No, each aggregation-part will respect the defined respectively implicit selection state. Means without specifying anything it acts against the default state and therefore it's often necessary to define the wanted selection state everywhere - and it must not be always the same else any existing alternate state might be referred and/or in any way be adjusted.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 13:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508233#M1226460</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-03-04T13:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Use a table to filter but keep all lines in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508234#M1226461</link>
      <description>&lt;P&gt;Ok thank you very much for your help !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a good day !&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 13:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-a-table-to-filter-but-keep-all-lines-in-the-table/m-p/2508234#M1226461</guid>
      <dc:creator>xxxx2</dc:creator>
      <dc:date>2025-03-04T13:30:45Z</dc:date>
    </item>
  </channel>
</rss>

