<?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 row&amp;rec in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/row-rec/m-p/874756#M1004182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where exactly we can use rowno() and recno&lt;/P&gt;&lt;P&gt;what we can make the difference with rowno() and recno() &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as am trying below scripts but both are getting same results &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp1:&lt;/P&gt;&lt;P&gt;LOAD Date(Today()+RowNo()) as tempdate1&lt;/P&gt;&lt;P&gt;AutoGenerate 10;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp2:&lt;/P&gt;&lt;P&gt;LOAD Date(Today()+RecNo()) as tempdate2&lt;/P&gt;&lt;P&gt;AutoGenerate 10;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the attachment for your reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly look at and suggest !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adv!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 May 2015 18:02:50 GMT</pubDate>
    <dc:creator>satishqlik</dc:creator>
    <dc:date>2015-05-16T18:02:50Z</dc:date>
    <item>
      <title>row&amp;rec</title>
      <link>https://community.qlik.com/t5/QlikView/row-rec/m-p/874756#M1004182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where exactly we can use rowno() and recno&lt;/P&gt;&lt;P&gt;what we can make the difference with rowno() and recno() &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as am trying below scripts but both are getting same results &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp1:&lt;/P&gt;&lt;P&gt;LOAD Date(Today()+RowNo()) as tempdate1&lt;/P&gt;&lt;P&gt;AutoGenerate 10;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp2:&lt;/P&gt;&lt;P&gt;LOAD Date(Today()+RecNo()) as tempdate2&lt;/P&gt;&lt;P&gt;AutoGenerate 10;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the attachment for your reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly look at and suggest !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adv!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 May 2015 18:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/row-rec/m-p/874756#M1004182</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2015-05-16T18:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: row&amp;rec</title>
      <link>https://community.qlik.com/t5/QlikView/row-rec/m-p/874757#M1004183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read the help in QlikView Desktop for each function. It clearly states that one function assigns a number to input rows, and the other to internal table rows (e.g. sort of output rows). Since you do not filter any rows (both tables generate and store exaclty 10 rows in each internal table) you will not notice any difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a WHERE clause to drop some rows, and you will start to see different results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 May 2015 18:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/row-rec/m-p/874757#M1004183</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-05-16T18:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: row&amp;rec</title>
      <link>https://community.qlik.com/t5/QlikView/row-rec/m-p/874758#M1004185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From "help":&lt;/P&gt;&lt;P&gt;In contrast to &lt;SPAN class="Bold"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;RecNo&lt;/SPAN&gt;( )&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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 May 2015 18:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/row-rec/m-p/874758#M1004185</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-16T18:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: row&amp;rec</title>
      <link>https://community.qlik.com/t5/QlikView/row-rec/m-p/874759#M1004187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The RecNo() refers to your datasource whereas the RowNo() refers to your QlikView dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 08:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/row-rec/m-p/874759#M1004187</guid>
      <dc:creator>Agis-Kalogiannis</dc:creator>
      <dc:date>2015-05-18T08:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: row&amp;rec</title>
      <link>https://community.qlik.com/t5/QlikView/row-rec/m-p/874760#M1004188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the attached example with explanations. Where and How to use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 01:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/row-rec/m-p/874760#M1004188</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2015-07-03T01:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: row&amp;rec</title>
      <link>https://community.qlik.com/t5/QlikView/row-rec/m-p/874761#M1004189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/satishqlik"&gt;satishqlik&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.6999998092651px;"&gt; ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Use &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/shankarece"&gt;shankarece&lt;/A&gt; &lt;/STRONG&gt;advise. It is perfect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 02:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/row-rec/m-p/874761#M1004189</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-03T02:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: row&amp;rec</title>
      <link>https://community.qlik.com/t5/QlikView/row-rec/m-p/874762#M1004190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="syntax" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HI Satish,&lt;/P&gt;&lt;P class="syntax" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P class="example" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Examples:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Raw data:&lt;/P&gt;&lt;TABLE style="border: 0px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Tab1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;A&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;B&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;aa&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;2&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;cc&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;3&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;ee&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;QVTab:&lt;/P&gt;&lt;P class="Code" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *, RecNo( ), RowNo( ) from Tab1 where A&amp;lt;&amp;gt;2;&lt;/P&gt;&lt;P class="Code" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P class="Code" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The resulting QlikView internal table:&lt;/P&gt;&lt;TABLE style="border: 0px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;QVTab&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;A&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;B&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;RecNo( )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;&lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;RowNo( )&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;aa&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;3&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;ee&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;3&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P align="center" style="font-weight: inherit; font-style: inherit; font-family: inherit; text-align: center;"&gt;2&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it Helps You....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 03:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/row-rec/m-p/874762#M1004190</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2015-07-03T03:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: row&amp;rec</title>
      <link>https://community.qlik.com/t5/QlikView/row-rec/m-p/874763#M1004191</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;You cannot see&amp;nbsp; the difference if you are not doing any filtering or sorting?&amp;nbsp; If you use Sorting/Filtering then you will find the diffference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of inline try with data from SQL or Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RowNo() - returns the sequence of current loading in a query.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;RecNo() - returns the actual row number in the table, even you sort it won't change for the recors..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 04:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/row-rec/m-p/874763#M1004191</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-03T04:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: row&amp;rec</title>
      <link>https://community.qlik.com/t5/QlikView/row-rec/m-p/874764#M1004192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RecNo() gives results according to input table - i.e. Record Number of particular record in input table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RowNo() gives results on the basis of output - i.e. Row number of particular record in resulting table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you to understand difference between both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant P Baste&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 04:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/row-rec/m-p/874764#M1004192</guid>
      <dc:creator>prashantbaste</dc:creator>
      <dc:date>2015-07-03T04:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: row&amp;rec</title>
      <link>https://community.qlik.com/t5/QlikView/row-rec/m-p/874765#M1004193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a preceding load situation, you cannot use RowNo() in the last load step - it has no result set to reference, so will always return 0. This will not work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD A + B As C,&lt;/P&gt;&lt;P&gt;&amp;nbsp; rowno,&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;LOAD A, B,&lt;/P&gt;&lt;P&gt;&amp;nbsp; RowNo() As rowno&lt;/P&gt;&lt;P&gt;From ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this will:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD A + B As C,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;RowNo() As rowno&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;LOAD A,&amp;nbsp; B,&lt;/P&gt;&lt;P&gt;From ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 05:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/row-rec/m-p/874765#M1004193</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-07-03T05:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: row&amp;rec</title>
      <link>https://community.qlik.com/t5/QlikView/row-rec/m-p/874766#M1004194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Talking about chicken and eggs: isn't this the first LOAD step that will produce zeroes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 07:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/row-rec/m-p/874766#M1004194</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-07-03T07:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: row&amp;rec</title>
      <link>https://community.qlik.com/t5/QlikView/row-rec/m-p/874767#M1004197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See also &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, 03 Jul 2015 07:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/row-rec/m-p/874767#M1004197</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-07-03T07:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: row&amp;rec</title>
      <link>https://community.qlik.com/t5/QlikView/row-rec/m-p/874768#M1004199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the delay in reply.Thanks for all ur valuable suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 12:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/row-rec/m-p/874768#M1004199</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2015-07-06T12:01:42Z</dc:date>
    </item>
  </channel>
</rss>

