<?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 variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385512#M488685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to insert dimension year or month before variable &lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;$(ReportDate)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;s&lt;/EM&gt;&lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;et this before :&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;LET &lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;ReportDate&lt;/STRONG&gt;&lt;/EM&gt; = Periode;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;let's try :&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;count(total&amp;lt;UsageYearMonth&amp;gt;{&amp;lt;UsageCategory = {'ActiveStudent'}, UsageYear = {'Year($(=&lt;EM&gt;&lt;STRONG&gt;Year(&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;&lt;EM&gt;$(ReportDate)&lt;/EM&gt;)&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;))'}, UsageMonth = {'Month($(=&lt;EM&gt;&lt;STRONG&gt;Month(&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;$(ReportDate))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;))'}&amp;gt;} distinct OrderId)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Akbar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Nov 2012 08:43:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-11-28T08:43:14Z</dc:date>
    <item>
      <title>set analysis with variable</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385509#M488682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use varaible in analysis&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;SYear and SMonth are variables.&lt;/P&gt;&lt;P&gt;The below expression work well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(total&amp;lt;UsageYearMonth&amp;gt;{&amp;lt;UsageCategory = {'ActiveStudent'},&lt;/P&gt;&lt;P&gt;UsageYear = {'$(=SYear)'},UsageMonth ={'$(=SMonth)'}&amp;gt;} distinct OrderId)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I want to&amp;nbsp; use function on the varaible ,how should I write the set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean if now I have a varaible named ReportDate,date type &lt;/P&gt;&lt;P&gt;I want to use Year function to get the year part. like Year($(=ReportDate))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then the analysis should be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(total&amp;lt;UsageYearMonth&amp;gt;{&amp;lt;UsageCategory = {'ActiveStudent'},&lt;/P&gt;&lt;P&gt;UsageYear = {'Year($(=ReportDate))'},UsageMonth ={'Month($(=ReportDate))'}&amp;gt;} distinct OrderId)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know how could i get it work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 07:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385509#M488682</guid>
      <dc:creator />
      <dc:date>2012-11-28T07:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis with variable</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385510#M488683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi llxq_yoyo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this &lt;EM&gt;&lt;STRONG&gt;$(ReportDate)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(total&amp;lt;UsageYearMonth&amp;gt;{&amp;lt;UsageCategory = {'ActiveStudent'}, UsageYear = {'Year($(=&lt;EM&gt;&lt;STRONG&gt;$(ReportDate)&lt;/STRONG&gt;&lt;/EM&gt;))'}, UsageMonth = {'Month($(=&lt;EM&gt;&lt;STRONG&gt;$(ReportDate)&lt;/STRONG&gt;&lt;/EM&gt;))'}&amp;gt;} distinct OrderId)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akbar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 08:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385510#M488683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-28T08:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis with variable</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385511#M488684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no it's not working,but thank you&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, 28 Nov 2012 08:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385511#M488684</guid>
      <dc:creator />
      <dc:date>2012-11-28T08:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis with variable</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385512#M488685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to insert dimension year or month before variable &lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;$(ReportDate)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;s&lt;/EM&gt;&lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;et this before :&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;LET &lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;ReportDate&lt;/STRONG&gt;&lt;/EM&gt; = Periode;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;let's try :&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;count(total&amp;lt;UsageYearMonth&amp;gt;{&amp;lt;UsageCategory = {'ActiveStudent'}, UsageYear = {'Year($(=&lt;EM&gt;&lt;STRONG&gt;Year(&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;&lt;EM&gt;$(ReportDate)&lt;/EM&gt;)&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;))'}, UsageMonth = {'Month($(=&lt;EM&gt;&lt;STRONG&gt;Month(&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;$(ReportDate))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;))'}&amp;gt;} distinct OrderId)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Akbar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 08:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385512#M488685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-28T08:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis with variable</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385513#M488686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no not working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 09:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385513#M488686</guid>
      <dc:creator />
      <dc:date>2012-11-28T09:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis with variable</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385514#M488687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;count(total&amp;lt;UsageYearMonth&amp;gt;{&amp;lt;UsageCategory = {'ActiveStudent'},&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;UsageYear = {'=Year($(=ReportDate))'},UsageMonth ={'=Month($(=ReportDate))'}&amp;gt;} distinct OrderId)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 01:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385514#M488687</guid>
      <dc:creator />
      <dc:date>2012-11-29T01:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis with variable</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385515#M488688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow ,Thank you ,awsome!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 02:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385515#M488688</guid>
      <dc:creator />
      <dc:date>2012-11-29T02:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis with variable</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385516#M488689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And another question,can you tell me the rules of set analysis. I don't understand why we should write like this. or do you have any references about writing set analysis which can guide me a correct direction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 02:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385516#M488689</guid>
      <dc:creator />
      <dc:date>2012-11-29T02:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis with variable</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385517#M488690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,i thought it worked,but actually,it just match the grammer,so i could run it.&lt;/P&gt;&lt;P&gt;but actually it didn't make any effects.&lt;/P&gt;&lt;P&gt;I mean if it worked .it just calculate this month's data,but it seems calculate all the months' data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 09:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385517#M488690</guid>
      <dc:creator />
      <dc:date>2012-11-29T09:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis with variable</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385518#M488691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff;"&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;count(total&amp;lt;UsageYearMonth&amp;gt;{&amp;lt;UsageCategory = {'ActiveStudent'},&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;UsageYear = {"=Year('$(=ReportDate)')"},UsageMonth ={"=Month('$(=ReportDate)')"}&amp;gt;} distinct OrderId)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the quotes in set modifier selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for set analysis, you're actually dealing with three different concepts, set analysis, advanced search, and dollar sign expansion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's simplify your expression for illustration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;count({&amp;lt;UsageYear = {"=Year('$(=ReportDate)')"}&amp;gt;} OrderId)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This returns the number of orders in the full year specified by the ReportDate variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now let's take the parts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'courier new', courier;"&gt;$(=ReportDate)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;This is the dollar sign expansion. It takes the contents of the variables and places in the expression. I suspect that $(&lt;SPAN style="background-color: #ffffff;"&gt;ReportDate&lt;/SPAN&gt;) will also work in your case; $(&lt;SPAN style="background-color: #ffffff;"&gt;ReportDate&lt;/SPAN&gt;) takes the contents of the variable while $(=&lt;SPAN style="background-color: #ffffff;"&gt;ReportDate) evaluates ReportDate and places the result of the evaluation into the expresion.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;If ReportDate is set to 2012-11-29 then this produces the next part:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'courier new', courier;"&gt;"=Year('2012-11-29')"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;This is the advanced search (strings that start with =). You can use wildcards (*) or functions (e.g., sum, avg, year). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;The year fuction will evaluate to 2012 to produce:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;count({&amp;lt;UsageYear = {2012}&amp;gt;} OrderId)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView's Help has more information about set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 18:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385518#M488691</guid>
      <dc:creator />
      <dc:date>2012-11-29T18:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis with variable</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385519#M488692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Than you for so detailed description,but it seems not right.&lt;/P&gt;&lt;P&gt;And I've figured out the right way.&lt;/P&gt;&lt;P&gt;It should be below:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count(total&amp;lt;UsageYearMonth&amp;gt;{&amp;lt;UsageCategory = {'ActiveStudent'}, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UsageYear = {$(=Year('$(ThisMonthEndDateVar)'))}, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UsageMonth = {$(=Month('$(ThisMonthEndDateVar)'))}&amp;gt;} distinct OrderId)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 02:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-with-variable/m-p/385519#M488692</guid>
      <dc:creator />
      <dc:date>2012-11-30T02:14:21Z</dc:date>
    </item>
  </channel>
</rss>

