<?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: Rowno( ) and Recno( ) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rowno-and-Recno/m-p/621330#M680084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/09/16/counters-in-the-load"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/09/16/counters-in-the-load&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer the link&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2014 13:08:01 GMT</pubDate>
    <dc:creator>bharath28</dc:creator>
    <dc:date>2014-04-25T13:08:01Z</dc:date>
    <item>
      <title>Rowno( ) and Recno( )</title>
      <link>https://community.qlik.com/t5/QlikView/Rowno-and-Recno/m-p/621327#M680081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is difference between Rowno( ) and Recno( ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 13:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rowno-and-Recno/m-p/621327#M680081</guid>
      <dc:creator />
      <dc:date>2014-04-25T13:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Rowno( ) and Recno( )</title>
      <link>https://community.qlik.com/t5/QlikView/Rowno-and-Recno/m-p/621328#M680082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look it is from help and see the difference.&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="RecNo"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;RecNo( )&lt;/SPAN&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 class="syntax"&gt;&lt;A name="kanchor438"&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;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"&gt;&lt;EM&gt;Concatenation&lt;/EM&gt;&lt;/A&gt; to another. The first row is number 1. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;Raw data tables:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Tab1.csv&lt;/SPAN&gt; &lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;A&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;B&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;aa&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;2&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;cc&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;3&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;ee&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Tab2.csv&lt;/SPAN&gt; &lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;A&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;B&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;5&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;xx&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;4&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;yy&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;6&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;zz&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;QVTab:&lt;/P&gt;&lt;P class="Code"&gt;Load *, RecNo( ), RowNo( ) from Tab1.csv where A&amp;lt;&amp;gt;2;&lt;/P&gt;&lt;P class="Code"&gt;Load *, RecNo( ), RowNo( ) from Tab2.csv where A&amp;lt;&amp;gt;5;&lt;/P&gt;&lt;P&gt;The resulting QlikView internal table:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;QVTab&lt;/SPAN&gt; &lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN class="Bold"&gt;A&lt;/SPAN&gt; &lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN class="Bold"&gt;B&lt;/SPAN&gt; &lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN class="Bold"&gt;RecNo( )&lt;/SPAN&gt; &lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;SPAN class="Bold"&gt;RowNo( )&lt;/SPAN&gt; &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;aa&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;3&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;ee&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;3&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;2&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;4&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;yy&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;2&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;3&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;6&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;zz&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;3&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P align="center" style="text-align: center;"&gt;4&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 13:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rowno-and-Recno/m-p/621328#M680082</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-25T13:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Rowno( ) and Recno( )</title>
      <link>https://community.qlik.com/t5/QlikView/Rowno-and-Recno/m-p/621329#M680083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;from online help&lt;/EM&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="RecNo"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;RecNo( )&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns an integer for the number of the currently read row of the source data table. The first record is number 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor438"&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;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 concatenated to another. The first row is number 1. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 13:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rowno-and-Recno/m-p/621329#M680083</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-25T13:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Rowno( ) and Recno( )</title>
      <link>https://community.qlik.com/t5/QlikView/Rowno-and-Recno/m-p/621330#M680084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/09/16/counters-in-the-load"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/09/16/counters-in-the-load&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer the link&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 13:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rowno-and-Recno/m-p/621330#M680084</guid>
      <dc:creator>bharath28</dc:creator>
      <dc:date>2014-04-25T13:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rowno( ) and Recno( )</title>
      <link>https://community.qlik.com/t5/QlikView/Rowno-and-Recno/m-p/621331#M680085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is difference when both creating the same numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 13:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rowno-and-Recno/m-p/621331#M680085</guid>
      <dc:creator />
      <dc:date>2014-04-25T13:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Rowno( ) and Recno( )</title>
      <link>https://community.qlik.com/t5/QlikView/Rowno-and-Recno/m-p/621332#M680086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not different see with the example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;A,B&lt;/P&gt;&lt;P&gt;1,aa&lt;/P&gt;&lt;P&gt;2,cc&lt;/P&gt;&lt;P&gt;3,ee&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;qvtab:&lt;/P&gt;&lt;P&gt;LOAD *,RecNo( ),RowNo( ) Resident A Where A&amp;lt;&amp;gt;2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table T1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you read the table T1 with A &amp;lt;&amp;gt; 2 then you get below table&lt;/P&gt;&lt;P&gt;Where you see Recno() has only 1 and 3 but Rowno() gives total row loaded in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 151px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="23"&gt;A&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="16"&gt;B&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="54"&gt;RecNo()&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="58"&gt;RowNo()&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;aa&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;ee&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 13:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rowno-and-Recno/m-p/621332#M680086</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-25T13:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Rowno( ) and Recno( )</title>
      <link>https://community.qlik.com/t5/QlikView/Rowno-and-Recno/m-p/621333#M680087</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;Check this&lt;/P&gt;&lt;P&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;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 09:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rowno-and-Recno/m-p/621333#M680087</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-13T09:38:41Z</dc:date>
    </item>
  </channel>
</rss>

