<?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: difference between recno() and rowno() ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/difference-between-recno-and-rowno/m-p/757797#M1033878</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;Go thru below links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-7063"&gt;http://community.qlik.com/docs/DOC-7063&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/08/29/recno-or-rowno"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/08/29/recno-or-rowno&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jan 2015 13:11:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-01-23T13:11:22Z</dc:date>
    <item>
      <title>difference between recno() and rowno() ?</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-recno-and-rowno/m-p/757794#M1033875</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;Both gives same output like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;recno():&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rowno():&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then what is the use with when&amp;nbsp; i have to use these fun?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 12:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-recno-and-rowno/m-p/757794#M1033875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-23T12:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: difference between recno() and rowno() ?</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-recno-and-rowno/m-p/757795#M1033876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These functions do not have any parameters. The parentheses are however still required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor436"&gt;&lt;/A&gt;&lt;A name="RecNo"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;RecNo( )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns an integer for the number of the currently read row of the internal table. The first record is number 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor437"&gt;&lt;/A&gt;&lt;A name="RowNo"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;RowNo( )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns an integer for the position of the current row in the resulting QlikView internal table. In contrast to &lt;SPAN class="Bold"&gt;RecNo( )&lt;/SPAN&gt;, which counts the records in the raw data table, the &lt;SPAN class="Bold"&gt;RowNo( )&lt;/SPAN&gt; function does not count records that are excluded by &lt;SPAN class="Bold"&gt;where&lt;/SPAN&gt; clauses and is not reset when a raw data table is &lt;A class="MCXref_0" href="https://community.qlik.com/"&gt;&lt;EM style=": ; color: #0066cc; text-decoration: underline;"&gt;Concatenation&lt;/EM&gt;&lt;/A&gt; to another. The first row is number 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main difference is :&lt;/P&gt;&lt;P&gt;the &lt;SPAN class="Bold"&gt;RowNo( )&lt;/SPAN&gt; function does not count records that are excluded by &lt;SPAN class="Bold"&gt;where&lt;/SPAN&gt; clauses and is not reset when a raw data table is &lt;A class="MCXref_0" href="https://community.qlik.com/"&gt;&lt;EM style=": ; color: #0066cc; text-decoration: underline;"&gt;Concatenation&lt;/EM&gt;&lt;/A&gt; to another.&lt;/P&gt;&lt;P&gt;that in your case do not apply ... so the result is the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 12:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-recno-and-rowno/m-p/757795#M1033876</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-01-23T12:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: difference between recno() and rowno() ?</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-recno-and-rowno/m-p/757796#M1033877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RecNo() is the record number of the &lt;EM&gt;&lt;STRONG&gt;input&lt;/STRONG&gt;&lt;/EM&gt; to the Load statement.&lt;/P&gt;&lt;P&gt;RowNo() is the record number of the &lt;EM&gt;&lt;STRONG&gt;output&lt;/STRONG&gt;&lt;/EM&gt; of the Load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See more on &lt;A href="https://community.qlik.com/qlik-blogpost/3292"&gt;Counters in the Load&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 13:00:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-recno-and-rowno/m-p/757796#M1033877</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-01-23T13:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: difference between recno() and rowno() ?</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-recno-and-rowno/m-p/757797#M1033878</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;Go thru below links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-7063"&gt;http://community.qlik.com/docs/DOC-7063&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/08/29/recno-or-rowno"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/08/29/recno-or-rowno&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 13:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-recno-and-rowno/m-p/757797#M1033878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-23T13:11:22Z</dc:date>
    </item>
  </channel>
</rss>

