<?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 count for table box? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Row-count-for-table-box/m-p/1131359#M910604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am completely new to QlikView (got it installed today)... How do I add a row/record count to my table box? I want it to show the total row count (i.e. 80 records) at the bottom of the box if possible. Even better would be as I apply filters, the count would change (i.e. 14 of 80 records). There are currently no primary keys defined. I appreciate any help offered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Row count for table box?</title>
      <link>https://community.qlik.com/t5/QlikView/Row-count-for-table-box/m-p/1131359#M910604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am completely new to QlikView (got it installed today)... How do I add a row/record count to my table box? I want it to show the total row count (i.e. 80 records) at the bottom of the box if possible. Even better would be as I apply filters, the count would change (i.e. 14 of 80 records). There are currently no primary keys defined. I appreciate any help offered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-count-for-table-box/m-p/1131359#M910604</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Row count for table box?</title>
      <link>https://community.qlik.com/t5/QlikView/Row-count-for-table-box/m-p/1131360#M910605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a primary key, you can put the number of records in the caption:&lt;/P&gt;&lt;P&gt;='Number of records: ' &amp;amp; count(PrimaryKey)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 15:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-count-for-table-box/m-p/1131360#M910605</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2016-06-16T15:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Row count for table box?</title>
      <link>https://community.qlik.com/t5/QlikView/Row-count-for-table-box/m-p/1131361#M910606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;As m w points, you'll need a primary key to count rows, if a table box finds some rows with identical data in all columns, it will only show one row, but the Count() will count all the records, so number of records can be different to the numbers of rows in the table box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If this doesn't matter, t&lt;SPAN style="font-size: 13.3333px;"&gt;he 2nd part of the sentence can be formed like:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;='Number of records: ' &amp;amp; count(FieldName) &amp;amp; ' of ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count({1} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FieldName&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; text-decoration: line-through;"&gt;Or you can change to an straight table chart, adding your current fields of the table as Dimensions, and with the expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; text-decoration: line-through;"&gt;RowNo()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Edit: I forgot you want this in a single line, not a count by row.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 15:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-count-for-table-box/m-p/1131361#M910606</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-06-16T15:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Row count for table box?</title>
      <link>https://community.qlik.com/t5/QlikView/Row-count-for-table-box/m-p/1692286#M910607</link>
      <description>&lt;P&gt;&lt;EM&gt;"here are currently no primary keys defined"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;if you do not have any unique field, then you can make yours like this; Count(Field1&amp;amp;'-'&amp;amp;Field2&amp;amp;'-'&amp;amp;Field3)&lt;/P&gt;&lt;P&gt;These fields are the dimension fields of your table object.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 09:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-count-for-table-box/m-p/1692286#M910607</guid>
      <dc:creator>fd</dc:creator>
      <dc:date>2020-04-09T09:31:59Z</dc:date>
    </item>
  </channel>
</rss>

