<?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: Count Distinct with Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754950#M1024752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tweeked it a little, the main issue with your set analysis is that you are ignoring the "Period" and then trying to use it again, instead create a "Period1" with the same info that "Period" has and add that one inside of the period set, that will work, I also assumed that min is just a date also &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution 2:&lt;/P&gt;&lt;P&gt;vPeriodLYFromMin = min(MC_Period))&lt;/P&gt;&lt;P&gt;vPeriodLYTo = max(MC_Period)&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Period1 = {'&amp;gt;=$(=(vPeriodLYFromMin))&amp;lt;=$(=(vPeriodLYTo))'}, Period=, Date=, Year=, Quarter=,Week=&amp;gt;} JobNum)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2015 23:24:21 GMT</pubDate>
    <dc:creator>ramoncova06</dc:creator>
    <dc:date>2015-03-19T23:24:21Z</dc:date>
    <item>
      <title>Count Distinct with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754943#M1024745</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;I need some help with an expression of Count Distinct with Set Analysis, anyone can help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The goal is calculate total number of jobs based on selected period.&lt;/P&gt;&lt;P&gt;For example, if user selects Dec 14, then count &lt;SPAN style="font-size: 13.3333330154419px;"&gt;total number of jobs for &lt;SPAN style="color: #ff0000;"&gt;Dec 13&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;if user selects Oct, Nov and Dec 14, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;then count &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;total number of jobs for &lt;SPAN style="color: #ff0000; font-size: 13.3333330154419px;"&gt;Oct, Nov and Dec &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;13&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my script below, non of them is working. please verify me if I am wrong. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution 1:&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;Date=, Year=, Quarter=, Week=,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Period = {"&amp;gt;=$(=monthname(AddYears(min(MC_Period),-1))) &amp;lt;=$(=monthname(AddYears(max(MC_Period),-1)))"}&lt;/P&gt;&lt;P&gt;&amp;nbsp; DISTINCT JobNum)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution 2:&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Period=, Date=, Year=, Quarter=,Week=&amp;gt;}if(Period &amp;gt;= vPeriodLYFromMin and Period &amp;lt;= vPeriodLYTo, JobNum,0))&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;vPeriodLYFromMin &lt;SPAN style="font-size: 13.3333330154419px;"&gt;= monthname(AddYears(min(MC_Period),-1))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;vPeriodLYTo = &lt;SPAN style="font-size: 13.3333330154419px;"&gt;=monthname(AddYears(max(MC_Period),-1))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 22:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754943#M1024745</guid>
      <dc:creator />
      <dc:date>2015-03-19T22:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754944#M1024746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Derek:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is 'MC_Period'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that a field in an ad hoc table which is not linked to the data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 22:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754944#M1024746</guid>
      <dc:creator />
      <dc:date>2015-03-19T22:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754945#M1024747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Day Derek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe i;m missing the scenario? &lt;/P&gt;&lt;P&gt;But why do you want to make it so complicated with SET ANALYSIS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on you data structure you could just use a Pivot Table and Utilize your:&lt;/P&gt;&lt;P&gt;- Year&lt;/P&gt;&lt;P&gt;- Month&lt;/P&gt;&lt;P&gt;- Day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields as the dimensions, and simply use the expression of Count(Jobs)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81322_Capture.JPG" style="height: 98px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, like i said, maybe im missing it? Would you mind giving some more info?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also see you mentioned that the Day you want to calculate is the Day smaller than the selected date? is that a mistake? or is that what you want to achieve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 22:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754945#M1024747</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2015-03-19T22:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754946#M1024748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Derek:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe try to transform the periods into numbers (maybe using AutoNum) and then do the comparison.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using number can also replace the AddYears with simply PeriodNum - 12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 22:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754946#M1024748</guid>
      <dc:creator />
      <dc:date>2015-03-19T22:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754947#M1024749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might make sense to work with rolling monthes (Year * 12 + Monthnum) and then create your expression like&lt;/P&gt;&lt;P&gt;COUNT(${&amp;lt;RollingMonth = {RollingMonth -12}&amp;gt;} Jobs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 22:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754947#M1024749</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-03-19T22:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754948#M1024750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think he wants to show the number in text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this year v.s. last year comparison&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 22:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754948#M1024750</guid>
      <dc:creator />
      <dc:date>2015-03-19T22:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754949#M1024751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could just manipulate your Pivot to get this output??&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81332_Capture.JPG" style="height: 236px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 22:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754949#M1024751</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2015-03-19T22:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754950#M1024752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tweeked it a little, the main issue with your set analysis is that you are ignoring the "Period" and then trying to use it again, instead create a "Period1" with the same info that "Period" has and add that one inside of the period set, that will work, I also assumed that min is just a date also &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution 2:&lt;/P&gt;&lt;P&gt;vPeriodLYFromMin = min(MC_Period))&lt;/P&gt;&lt;P&gt;vPeriodLYTo = max(MC_Period)&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Period1 = {'&amp;gt;=$(=(vPeriodLYFromMin))&amp;lt;=$(=(vPeriodLYTo))'}, Period=, Date=, Year=, Quarter=,Week=&amp;gt;} JobNum)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 23:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754950#M1024752</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-03-19T23:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754951#M1024753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MC_Period is just Period&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Period  = MonthName(TempDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Derek Cheng&lt;/P&gt;&lt;P&gt;Business Analyst&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Toll Global Forwarding&lt;/P&gt;&lt;P&gt;T:  +61 3 9982 8066&lt;/P&gt;&lt;P&gt;M: +61 466 525 543&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 23:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754951#M1024753</guid>
      <dc:creator />
      <dc:date>2015-03-19T23:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754952#M1024754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a column in straight table, just want to compare the job number count for current selected period and same period last year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 23:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754952#M1024754</guid>
      <dc:creator />
      <dc:date>2015-03-19T23:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754953#M1024755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to explain where did I do wrong with the first solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 23:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754953#M1024755</guid>
      <dc:creator />
      <dc:date>2015-03-19T23:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754954#M1024756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would need to see the data before I could tell you, though just from looking at it you are comparing the monthname what is the format ? MMYYYY, or MMMYYYY? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 00:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754954#M1024756</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-03-20T00:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754955#M1024757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramon,&lt;/P&gt;&lt;P&gt;The format for monthname is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;MMMYYYY&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 02:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754955#M1024757</guid>
      <dc:creator />
      <dc:date>2015-03-20T02:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754956#M1024758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think that you need something like the attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=COUNT({1 &amp;lt;MyDate_rM = {"&amp;gt;=$(=MIN(MyDate_rM) -12) &amp;lt;=$(=MAX(MyDate_rM) -12)"} &amp;gt;} DISTINCT Expression1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 08:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754956#M1024758</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-03-20T08:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754957#M1024759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the follow up with the same set analysis for the count, I have been struggling with a simple with Date and count with emplid:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=COUNT({&amp;lt;Years=, Month=, Quarter=, Week=, EFFDT =,Date={"&amp;gt;=$(=Num ( MonthStart (Max(Date))))&amp;lt;=$(=Max(Date))"}&amp;gt;} DISTINCT(EMPLID)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date is : &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;EFFDT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'MM/DD/YYYY'))) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;any help is appreciated...I get the numbers but totally wrong...am I missing something?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 17:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-with-Set-Analysis/m-p/754957#M1024759</guid>
      <dc:creator />
      <dc:date>2015-10-16T17:07:22Z</dc:date>
    </item>
  </channel>
</rss>

