<?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 Problem with rowno() in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013042#M343561</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 have this dataset:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114309_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have the following table, in which I exclude "ID_1 = 125":&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/114310_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;The Priority column is made with rowno() function, so I don't know why it shows the value '2' for "ID_1=126" row, when it would have to be '1', because there is only one 'ID_1' for group 'B'. I thought that rowno() shows the position in the current table, and recno() shows the position in the dataset, it doesn't happen here. The dimensions are:&lt;/P&gt;&lt;P&gt;- Group: =if(ID_1&amp;lt;&amp;gt;125,Group)&lt;/P&gt;&lt;P&gt;- Volumen: =Aggr(count(if(ID_1&amp;lt;&amp;gt;125,ID_1)),Group)&lt;/P&gt;&lt;P&gt;- Priority: =aggr(if(ID_1&amp;lt;&amp;gt;125,rowno()),Group,ID_1)&lt;/P&gt;&lt;P&gt;- ID_1: =if(ID_1&amp;lt;&amp;gt;125,ID_1)&lt;/P&gt;&lt;P&gt;- ID_2: =if(ID_1&amp;lt;&amp;gt;125,ID_2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Feb 2016 12:01:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-11T12:01:53Z</dc:date>
    <item>
      <title>Problem with rowno() in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013042#M343561</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 have this dataset:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114309_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have the following table, in which I exclude "ID_1 = 125":&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/114310_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;The Priority column is made with rowno() function, so I don't know why it shows the value '2' for "ID_1=126" row, when it would have to be '1', because there is only one 'ID_1' for group 'B'. I thought that rowno() shows the position in the current table, and recno() shows the position in the dataset, it doesn't happen here. The dimensions are:&lt;/P&gt;&lt;P&gt;- Group: =if(ID_1&amp;lt;&amp;gt;125,Group)&lt;/P&gt;&lt;P&gt;- Volumen: =Aggr(count(if(ID_1&amp;lt;&amp;gt;125,ID_1)),Group)&lt;/P&gt;&lt;P&gt;- Priority: =aggr(if(ID_1&amp;lt;&amp;gt;125,rowno()),Group,ID_1)&lt;/P&gt;&lt;P&gt;- ID_1: =if(ID_1&amp;lt;&amp;gt;125,ID_1)&lt;/P&gt;&lt;P&gt;- ID_2: =if(ID_1&amp;lt;&amp;gt;125,ID_2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 12:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013042#M343561</guid>
      <dc:creator />
      <dc:date>2016-02-11T12:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rowno() in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013043#M343562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rowno() within the gui isn't the same as rowno() within the script - if you want to use the position of values within the tables then create rowno() as RowNo and/or recno() as RecNo as separate fields and use them within the gui.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 13:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013043#M343562</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-11T13:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rowno() in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013044#M343563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you using the rowno() in the script ? if so then its behaving currectly .....rowno() will change in case of the conditional load &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;...try to use the rowno() in front and check &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 13:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013044#M343563</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-02-11T13:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rowno() in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013045#M343564</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;First of all, thank you for your answers!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; I've followed these steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. My current script is:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114428_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;2. I've added a new dimension in the table (third column):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;=aggr(if(ID_1&amp;lt;&amp;gt;125,[RowNo( )]),Group,ID_1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/114429_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;But it is not correct, because in this column I would like to show the order of each id group by its group. Therefore, the values for the third column have to be: 1;1;1,2,3,4;1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;May be I didn't understand your answers...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;Thanks for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 11:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013045#M343564</guid>
      <dc:creator />
      <dc:date>2016-02-12T11:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rowno() in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013046#M343565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I don't understand what do you want to achieve. An alternatively to your calculated dimension could be to create these information as normal expression or to build this within the script with &lt;A href="https://community.qlik.com/docs/DOC-9314"&gt;Peek() or Previous() ?&lt;/A&gt; with which you could read the values from the previous records and react appropriate to accumulate data or to create any kind of counting the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 19:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013046#M343565</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-12T19:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rowno() in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013047#M343566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, may be I've explained myself really bad... In the Priority column, I only want to set the ID_1 priority in each group in the registers showed in the table, that is, the order of each register within its group. Therefore, the correct result has to be the following table:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 490px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="17" style="border-width: 1pt 0.5pt 0.5pt; border-style: solid; border-color: black; background-color: #e1e1e1;" width="98"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;Group&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 1pt 0.5pt 0.5pt 0px; border-style: solid solid solid none; border-color: black; background-color: #e1e1e1;" width="98"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;Volumen&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 1pt 0.5pt 0.5pt 0px; border-style: solid solid solid none; border-color: black; background-color: #e1e1e1;" width="98"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;Priority&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 1pt 0.5pt 0.5pt 0px; border-style: solid solid solid none; border-color: black; background-color: #e1e1e1;" width="98"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;ID_1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 1pt 1pt 0.5pt 0px; border-style: solid solid solid none; border-color: black; background-color: #e1e1e1;" width="98"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;ID_2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;124&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;A_124&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;126&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;A_126&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="68" rowspan="4" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD rowspan="4" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;127&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;A_127&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17" style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;128&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;A_128&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17" style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;129&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;A_129&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17" style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;130&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;A_130&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;D&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;131&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black; background-color: white;"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;A_131&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that it has to be easy, but I'm not able to achieve it with expressions because I'm new in Qlikview.&lt;/P&gt;&lt;P&gt;Thanks for your effort Marcus!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 12:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013047#M343566</guid>
      <dc:creator />
      <dc:date>2016-02-16T12:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rowno() in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013048#M343567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this..&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif'; color: black;"&gt; *,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif'; color: blue;"&gt;AutoNumber&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif'; color: blue;"&gt;RecNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif'; color: black;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif'; color: maroon;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif'; color: maroon;"&gt;Priority&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif'; color: black;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 10.0pt; font-family: 'Cambria','serif';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif'; color: maroon;"&gt;[&lt;BR /&gt; Group, ID_1, ID_2&lt;BR /&gt; A, 124, A_124&lt;BR /&gt; B, 126, A_126&lt;BR /&gt; C, 127, A_127&lt;BR /&gt; C, 128, A_128&lt;BR /&gt; C, 129, A_129&lt;BR /&gt; C, 130, A_130&lt;BR /&gt; D, 131, A_131&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Cambria','serif'; color: black;"&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114901_Capture.JPG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 07:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013048#M343567</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-02-17T07:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rowno() in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013049#M343568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr(rank(max(ID_1)), Group, Volumen)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or&lt;/P&gt;&lt;P&gt;aggr(rank(YourExpression), Group, Volumen)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 07:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013049#M343568</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-17T07:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rowno() in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013050#M343569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/133561"&gt;settu_periasamy&lt;/A&gt;‌! First of all thanks for your answer! The problem in your approach is that you remove the "ID_1 = 125" register in the load inline, but I would like to load the whole dataset, and then in the table, remove the register "ID_1 = 125" with a filter. Do you know how I can get it? I've tried a lot of possibilities so far, and I'm not able to get the correct solution...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 10:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013050#M343569</guid>
      <dc:creator />
      <dc:date>2016-02-22T10:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rowno() in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013051#M343570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/27943"&gt;Marcus_Sommer&lt;/A&gt;‌ ! First, I don't know how can I use "aggr(rank(max(ID_1)), Group, Volumen)" or&amp;nbsp; "aggr(rank(YourExpression), Group, Volumen)", because Volumen is a calculated dimensión. Therefore, I've tried with the following dimensions:&lt;/P&gt;&lt;P&gt;- Group: =if(ID_1&amp;lt;&amp;gt;125,Group)&lt;/P&gt;&lt;P&gt;- Volumen: =Aggr(count(if(ID_1&amp;lt;&amp;gt;125,ID_1)),Group)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- Priority: =aggr(if(ID_1&amp;lt;&amp;gt;125,rank(ID_1)),Group,ID_1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- ID_1: =if(ID_1&amp;lt;&amp;gt;125,ID_1)&lt;/P&gt;&lt;P&gt;- ID_2: =if(ID_1&amp;lt;&amp;gt;125,ID_2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it seemed that it showed the correct result:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/115446_pastedImage_3.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the order has changed and I don't know the reason. In addition, if I change 'ID_1=125' for 'ID_1=128' in the filter, the Priority in Group C is wrong, because it showed Priority = 4 instead of Priority = 3 (there are only three items). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/115475_pastedImage_5.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand why is so difficult to get this functionality, because it seems easy but for me it's really difficult...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your effort mates!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 13:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013051#M343570</guid>
      <dc:creator />
      <dc:date>2016-02-22T13:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rowno() in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013052#M343571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this..&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/115483_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 13:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013052#M343571</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-02-22T13:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rowno() in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013053#M343572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really sure what you are trying to achieve or why you are using a calculated dimension for priority, but with a small modification of your original dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(If(Only({&amp;lt;ID_1 -= {125}&amp;gt;}ID_1), rowno()),Group,ID_1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#e1e1e1"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #000000;"&gt;Group&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #000000;"&gt;Volumen&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #000000;"&gt;Priority&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #000000;"&gt;ID_1&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #000000;"&gt;ID_2&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;A&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;1&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;1&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;124&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;A_124&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;B&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;1&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;1&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;126&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;A_126&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff" rowspan="4"&gt;C&lt;/TD&gt;&lt;TD bgcolor="#ffffff" rowspan="4"&gt;4&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;1&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;127&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;A_127&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;2&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;128&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;A_128&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;3&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;129&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;A_129&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;4&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;130&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;A_130&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;D&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;1&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;1&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;131&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;A_131&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 13:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013053#M343572</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-22T13:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rowno() in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013054#M343573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached another approach using an expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 14:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013054#M343573</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-22T14:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with rowno() in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013055#M343574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yees &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌!! Your approach is correct &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; First, I've tried without ID_1 = 125 and then without ID_1 = 128, and it works nice in both cases!!&lt;/P&gt;&lt;P&gt;Without ID_1 = 125:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/115600_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Without ID_1 = 128:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/115604_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for your great effort!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Alejandro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 10:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-rowno-in-pivot-table/m-p/1013055#M343574</guid>
      <dc:creator />
      <dc:date>2016-02-23T10:47:43Z</dc:date>
    </item>
  </channel>
</rss>

