<?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: Number of Rows In Title in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Number-of-Rows-In-Title/m-p/924862#M1255451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have field that identifies rows uniquely, you can simply use =Count(RecIdentifierField). And if you don't have such a field in db itself, you can create one during load like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowNo() as RecIdentifierField&lt;/P&gt;&lt;P&gt;From &amp;lt;&amp;gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Oct 2015 11:30:10 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2015-10-07T11:30:10Z</dc:date>
    <item>
      <title>Number of Rows In Title</title>
      <link>https://community.qlik.com/t5/QlikView/Number-of-Rows-In-Title/m-p/924861#M1255447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i display the number of rows affected by the query in the title of a table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx!@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-of-Rows-In-Title/m-p/924861#M1255447</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows In Title</title>
      <link>https://community.qlik.com/t5/QlikView/Number-of-Rows-In-Title/m-p/924862#M1255451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have field that identifies rows uniquely, you can simply use =Count(RecIdentifierField). And if you don't have such a field in db itself, you can create one during load like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowNo() as RecIdentifierField&lt;/P&gt;&lt;P&gt;From &amp;lt;&amp;gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-of-Rows-In-Title/m-p/924862#M1255451</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-10-07T11:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows In Title</title>
      <link>https://community.qlik.com/t5/QlikView/Number-of-Rows-In-Title/m-p/924863#M1255454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx, but now i want to concatenate text and the count in the titlefield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total amount of numbers: 9&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-of-Rows-In-Title/m-p/924863#M1255454</guid>
      <dc:creator />
      <dc:date>2015-10-07T11:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Number of Rows In Title</title>
      <link>https://community.qlik.com/t5/QlikView/Number-of-Rows-In-Title/m-p/924864#M1255457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The title is an expression so following on from &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;A href="https://community.qlik.com/people/tresesco"&gt;tresesco&lt;/A&gt;&lt;/STRONG&gt;maybe something like this for the expression :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= '&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Total amount of numbers: ' &amp;amp; Count(RecIdentifierField)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-of-Rows-In-Title/m-p/924864#M1255457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T11:56:34Z</dc:date>
    </item>
  </channel>
</rss>

