<?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: How to use variable in IF statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030040#M347859</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;But it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2016 14:20:49 GMT</pubDate>
    <dc:creator>musketeers</dc:creator>
    <dc:date>2016-03-08T14:20:49Z</dc:date>
    <item>
      <title>How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030037#M347856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a variable in qlikview where I am calculating top 1 country.&lt;/P&gt;&lt;P&gt;Now I am using this variable to display the sales of each state for the country from the variable.&lt;/P&gt;&lt;P&gt;So if the variable name is vCountry.&lt;/P&gt;&lt;P&gt;I am using this statement in Dimension of Pie Chat:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(country = $(vCountry), State)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But thsi is not working. &lt;/P&gt;&lt;P&gt;I need help in resolving this.&lt;/P&gt;&lt;P&gt;Please help me here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 13:49:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030037#M347856</guid>
      <dc:creator>musketeers</dc:creator>
      <dc:date>2016-03-08T13:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030038#M347857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(country = vCountry, State)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 13:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030038#M347857</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-08T13:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030039#M347858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(country = $(vCountry), State)&lt;/P&gt;&lt;P&gt;Should work. Check value of your variable. Can you share your qvw file..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 14:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030039#M347858</guid>
      <dc:creator>pooja_sn</dc:creator>
      <dc:date>2016-03-08T14:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030040#M347859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;But it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 14:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030040#M347859</guid>
      <dc:creator>musketeers</dc:creator>
      <dc:date>2016-03-08T14:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030041#M347860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is vCountry gets its value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 14:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030041#M347860</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-08T14:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030042#M347861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change it into&lt;/P&gt;&lt;P&gt;If(country = '$(vCountry)', State)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 14:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030042#M347861</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2016-03-08T14:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030043#M347862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope 'country' spelled correctly &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 14:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030043#M347862</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-08T14:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030044#M347863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, Yes, the variable vCountry is getting value from Country field only. It is dynamic value based on the other filter selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to compare this variable value with the Country Field and get the sum of sales for this country value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 08:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030044#M347863</guid>
      <dc:creator>musketeers</dc:creator>
      <dc:date>2016-03-09T08:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030045#M347864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin, when I am using this, I can see that qlikview is replacing '$(vCountry)' with the formula I have written in variable.&lt;/P&gt;&lt;P&gt;Ideally it should calculate the formula and then replace '$(vCountry)' with the result of formula. But this is not happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the rootcause why this is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030045#M347864</guid>
      <dc:creator>musketeers</dc:creator>
      <dc:date>2016-03-09T09:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030046#M347865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if you are already making selection in Country field, I would expect this chart to drill down to only show states for the countries you have selected. Why do you need an if statement here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030046#M347865</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-09T09:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030047#M347866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, Thanks for your response. &lt;/P&gt;&lt;P&gt;Please correct me if I am following wrong path.&lt;/P&gt;&lt;P&gt;My requirement is as below. &lt;/P&gt;&lt;P&gt;I have to find the Top 1 country based on the total sales for selected quarter.&lt;/P&gt;&lt;P&gt;Now for that country I need to display total sales State wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my approach is below:&lt;/P&gt;&lt;P&gt;I have created a variable vCountry to get the country name.&lt;/P&gt;&lt;P&gt;Now I am using this variable in dimension of chart to compare with Country field and get the state names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030047#M347866</guid>
      <dc:creator>musketeers</dc:creator>
      <dc:date>2016-03-09T09:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030048#M347867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So when you say get the country name are you using an expression within your variable or is it just a string? If it is an expression, your simple if statement won't work (you might need to use aggr() function). A more efficient alternative would be to use set analysis in that case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030048#M347867</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-09T09:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030049#M347868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you getting the values in the variable ?? To check this add a text object and add your variable here and make the selection . If you getting the value then the expression should work ..&lt;/P&gt;&lt;P&gt;if not check the variable name and column names &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030049#M347868</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-09T09:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030050#M347869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you can see your expression, not the result, a "=" is missing.&lt;/P&gt;&lt;P&gt;Eihter in your variable or in your dynamic dimension&lt;/P&gt;&lt;P&gt;If(country = '$(=vCountry)', State)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030050#M347869</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2016-03-09T09:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030051#M347870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, It is an expression in variable. I will prefer set analysis but need your help again here. I am not getting how to write set analysis to select the STATE names where country = vCountry .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030051#M347870</guid>
      <dc:creator>musketeers</dc:creator>
      <dc:date>2016-03-09T09:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030052#M347871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lets say your expression is Sum(Sales), can you try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;States = p({&amp;lt;Country = {"=$(vCountry)"}&amp;gt;})&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or try this without the variable and see if that works (we can get the variable to work later on)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;States = p({&amp;lt;Country = {"=ExpressionBehindvCountry"}&amp;gt;})&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030052#M347871</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-09T09:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030053#M347872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to do it in set analysis try like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only({&amp;lt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;country = {"=($(=vCountry)"}&lt;/SPAN&gt;&amp;gt;}State)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before this &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Are you getting the values in the variable ?? To check this add a text object and add your variable here and make the selection . If you getting the value then the expression should work ..&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;if not check the variable name and column names&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030053#M347872</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-09T09:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030054#M347873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two options,&lt;/P&gt;&lt;P&gt;1. Use Dimension Limits tab as 1 in Chart and sort Country Descending order by =Sum(Sales)&lt;/P&gt;&lt;P&gt;2. Use expression as =if(rank(sum(Sales))&amp;lt;=1,Country) and Dimension as Country&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this will give you the first Country having highest Sales&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030054#M347873</guid>
      <dc:creator>amayuresh</dc:creator>
      <dc:date>2016-03-09T09:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030055#M347874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;I realized that I was doing wrong thing. My expression in variable was not working fine. I do not know why. Because when I use that variable in List Box, I was getting one value. But when I used that variable in Text Box, It was not showing any result.&lt;/P&gt;&lt;P&gt;Now I am using the below expression in my variable:&lt;/P&gt;&lt;P&gt;only(if(aggr(Rank(Sum([Sales Amt])),Country)=1,Country))&lt;/P&gt;&lt;P&gt;and I am getting country name in Text Box and List Box both.&amp;nbsp; (THIS IS FOR TESTING THAT MY VARIABLE IS WORKING FINE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am using this variable as Sunny has suggested and am getting the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very thankful to all for your valuable time and suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 11:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030055#M347874</guid>
      <dc:creator>musketeers</dc:creator>
      <dc:date>2016-03-09T11:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to use variable in IF statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030056#M347875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool finally you got the mistake &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 11:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-variable-in-IF-statement/m-p/1030056#M347875</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-09T11:17:47Z</dc:date>
    </item>
  </channel>
</rss>

