<?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: Set Analysis with OR Condition - performance in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828223#M291592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;P&gt;i'm not trying to get the records between of pair of dates. Actually i need to display the records, if VALFROM &amp;gt; somedate(eg. 2020-01-01) OR if VALTO &amp;lt; '2000-12-31'.&lt;/P&gt;&lt;P&gt;My expression gives the expected result. But the response time is very high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2015 06:40:29 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2015-07-08T06:40:29Z</dc:date>
    <item>
      <title>Set Analysis with OR Condition - performance</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828219#M291588</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;I have the set analysis expression like the below using OR Conditon.&lt;/P&gt;&lt;P&gt;There is no problem in this expression, but the response time is very high&amp;nbsp; (it takes almost 5 mins to display the result )&lt;/P&gt;&lt;P&gt;i'm having more than 10 millions of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Count({1}{&amp;lt;Table={'101','100'},Type={'Fixed','List'},VALFROM={"&amp;gt;$(vFrom)"}&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;lt;Table={'101','100'},Type={'Fixed','List'},VALTO={"&amp;lt;$(vTo)"}&lt;/SPAN&gt;Product)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;At the same time, &lt;/STRONG&gt;&lt;/SPAN&gt;i tried to separate this expression like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;Count({1}{&amp;lt;Table={'101','100'},Type={'Fixed','List'},VALFROM={"&amp;gt;$(vFrom)"}&amp;gt;}Product)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Count({1}{&amp;lt;Table={'101','100'},Type={'Fixed','List'},&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;VALTO={"&amp;lt;$(vTo)"}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;Product)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I get the immediate result for above expressions.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Could anyone give the suggestion to improve the performance for this?&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Edit:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I tried with if condition like &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;if(VALFROM&amp;gt;$(vFrom) or VALTO&amp;lt;$(vTo), &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;Count({1}{&amp;lt;Table={'101','100'},Type={'Fixed','List'}&amp;gt;}Product) )&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;This is bit increase the response time compare with OR in set analysis.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;So, Just i ask you, shall i use the if condition? or do you have any idea to do this in&amp;nbsp; set expression with OR ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Settu Periasamy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 05:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828219#M291588</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-07-08T05:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with OR Condition - performance</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828220#M291589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Settu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using flags in the script level and use those flags in your expression. Refer &lt;A href="https://community.qlik.com/thread/121140"&gt;Optimize UI Performance with Flags and Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 06:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828220#M291589</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2015-07-08T06:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with OR Condition - performance</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828221#M291590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While Loading data you can create flags and use this flags in set anlysis will improve the performance and effetive coding as per shankarece link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 06:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828221#M291590</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-07-08T06:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with OR Condition - performance</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828222#M291591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume you are trying to get records between a pair of dates. Your expression is using a union, and so very likely it is trying to return everything from the table. Corrected syntax would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({1&amp;lt;Table={'101','100'}, Type={'Fixed','List'}, VALFROM={"&amp;gt;$(=vFrom)"}, VALTO={"&amp;lt;$(=vTo)"}&amp;gt;} Product)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But are you sure that you want to ignore all selections in this expression? Perhaps you need it without the '1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;=Count({&amp;lt;Table={'101','100'}, Type={'Fixed','List'}, VALFROM={"&amp;gt;$(=vFrom)"}, VALTO={"&amp;lt;$(=vTo)"}&amp;gt;} Product)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;If you want to do it using 2 set expressions, you need an intersection like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Count({1&amp;lt;Table={'101','100'}, Type={'Fixed','List'}, VALFROM={"&amp;gt;$(=vFrom)"}&amp;gt; *&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1&amp;lt;Table={'101','100'}, Type={'Fixed','List'}, VALTO={"&amp;lt;$(=vTo)"}&amp;gt;} Product)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Note the 1 applied to both expressions), or:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Count({&amp;lt;Table={'101','100'}, Type={'Fixed','List'}, VALFROM={"&amp;gt;$(=vFrom)"}&amp;gt; *&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; &amp;lt;Table={'101','100'}, Type={'Fixed','List'}, VALTO={"&amp;lt;$(=vTo)"}&amp;gt;} Product)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;But these are functionally the same as the simpler expressions above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 06:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828222#M291591</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-07-08T06:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with OR Condition - performance</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828223#M291592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;P&gt;i'm not trying to get the records between of pair of dates. Actually i need to display the records, if VALFROM &amp;gt; somedate(eg. 2020-01-01) OR if VALTO &amp;lt; '2000-12-31'.&lt;/P&gt;&lt;P&gt;My expression gives the expected result. But the response time is very high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 06:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828223#M291592</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-07-08T06:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with OR Condition - performance</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828224#M291593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Vikas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 06:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828224#M291593</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-07-08T06:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with OR Condition - performance</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828225#M291594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 06:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828225#M291594</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-07-08T06:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with OR Condition - performance</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828226#M291595</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;Move this into set analysis like below, set analysis will be faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;VALFROM={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;$(=vDate1)'&lt;/SPAN&gt;} &amp;gt;+ &amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;VALTO = &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;{'&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(=vDate2)'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;} &lt;/SPAN&gt;&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume that vDate1 and vDate2 are variables holding the dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 06:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828226#M291595</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-08T06:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with OR Condition - performance</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828227#M291596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Already i tried this (i have used Count the product instead of sum). But the response time is very very slow.&lt;/P&gt;&lt;P&gt;that's why , i moved from set expression to IF condition.&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333320617676px; font-family: inherit;"&gt;if(VALFROM&amp;gt;$(vFrom) or VALTO&amp;lt;$(vTo),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333320617676px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Count({1}{&amp;lt;Table={'101','100'},Type={'Fixed','List'}&amp;gt;}Product) )&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- This expression gives the better performance compare with Set expression.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks Jagan.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Settu P&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 07:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828227#M291596</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-07-08T07:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with OR Condition - performance</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828228#M291597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It should not be like that, if those dates are fixed or able to arrive a flag in the script, then create a flag and this in Set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 07:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-OR-Condition-performance/m-p/828228#M291597</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-08T07:09:08Z</dc:date>
    </item>
  </channel>
</rss>

