<?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 count records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/count-records/m-p/298881#M110794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I fetched records to a table-box. I don't know which field is the primary key.Now I want to find the no. of records fetched.&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2012 10:55:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-23T10:55:51Z</dc:date>
    <item>
      <title>count records</title>
      <link>https://community.qlik.com/t5/QlikView/count-records/m-p/298881#M110794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I fetched records to a table-box. I don't know which field is the primary key.Now I want to find the no. of records fetched.&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 10:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-records/m-p/298881#M110794</guid>
      <dc:creator />
      <dc:date>2012-01-23T10:55:51Z</dc:date>
    </item>
    <item>
      <title>count records</title>
      <link>https://community.qlik.com/t5/QlikView/count-records/m-p/298882#M110795</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 can make a "primary key" for this purpose if you know which of the fields make the results unique:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(Distinct Field1 &amp;amp; Field2 &amp;amp; Field3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 11:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-records/m-p/298882#M110795</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2012-01-23T11:01:12Z</dc:date>
    </item>
    <item>
      <title>count records</title>
      <link>https://community.qlik.com/t5/QlikView/count-records/m-p/298883#M110796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let Rows=NoofRows(TableName);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(Rows) will give you the no of records in the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 11:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-records/m-p/298883#M110796</guid>
      <dc:creator>lalitinmbd</dc:creator>
      <dc:date>2012-01-23T11:04:05Z</dc:date>
    </item>
    <item>
      <title>count records</title>
      <link>https://community.qlik.com/t5/QlikView/count-records/m-p/298884#M110797</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;NoofRows(TableName) is a script function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoofRows() is a chart function so won't work in a table box.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 11:10:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-records/m-p/298884#M110797</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2012-01-23T11:10:10Z</dc:date>
    </item>
    <item>
      <title>count records</title>
      <link>https://community.qlik.com/t5/QlikView/count-records/m-p/298885#M110798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using Recno() in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 12:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-records/m-p/298885#M110798</guid>
      <dc:creator>lalitinmbd</dc:creator>
      <dc:date>2012-01-23T12:06:59Z</dc:date>
    </item>
    <item>
      <title>count records</title>
      <link>https://community.qlik.com/t5/QlikView/count-records/m-p/298886#M110799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add a field "ROW_COUNT" with the value 1 in your table and sum(ROW_COUNT). More efficient than count(distinct ...) and you don't need to build a key on the fly. Moreover it can be dynamic with selections in application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 12:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-records/m-p/298886#M110799</guid>
      <dc:creator>nstefaniuk</dc:creator>
      <dc:date>2012-01-23T12:23:54Z</dc:date>
    </item>
    <item>
      <title>count records</title>
      <link>https://community.qlik.com/t5/QlikView/count-records/m-p/298887#M110800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm new to Qlikview. Please tell me how to add a field in an already existing table-box with data.&lt;/P&gt;&lt;P&gt;I tried adding an inline table to the script with LOAD * INLINE[row_count];&lt;/P&gt;&lt;P&gt;However when I add this to the table-box, the table-box does not show any value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 07:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-records/m-p/298887#M110800</guid>
      <dc:creator />
      <dc:date>2012-01-24T07:01:52Z</dc:date>
    </item>
    <item>
      <title>count records</title>
      <link>https://community.qlik.com/t5/QlikView/count-records/m-p/298888#M110801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;If you click on top of Table box it will show you total rows at bottom . If you want to show the number of rows fetched then you can use function RowNo()&amp;nbsp; as Rows in your extract and show it in tablebox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;RowNo() as Row&lt;/P&gt;&lt;P&gt;From table.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 07:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-records/m-p/298888#M110801</guid>
      <dc:creator>vijay_iitkgp</dc:creator>
      <dc:date>2012-01-24T07:11:10Z</dc:date>
    </item>
    <item>
      <title>count records</title>
      <link>https://community.qlik.com/t5/QlikView/count-records/m-p/298889#M110802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you all,&lt;/P&gt;&lt;P&gt; I got the solution by adding Rowno() function as suggested by Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 07:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-records/m-p/298889#M110802</guid>
      <dc:creator />
      <dc:date>2012-01-24T07:14:45Z</dc:date>
    </item>
  </channel>
</rss>

