<?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: Straight Table Row Count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-Table-Row-Count/m-p/1555474#M508842</link>
    <description>&lt;P&gt;perhaps I should be using a table box instead?&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 14:52:55 GMT</pubDate>
    <dc:creator>Johnnyg248</dc:creator>
    <dc:date>2019-03-12T14:52:55Z</dc:date>
    <item>
      <title>Straight Table Row Count</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Row-Count/m-p/1554945#M508837</link>
      <description>&lt;P&gt;I have a straight table that has 20 columns in it and is filtered by 6 list box selections&lt;/P&gt;&lt;P&gt;The selections I have made result in about 7000 rows being returned&lt;/P&gt;&lt;P&gt;If I change the selections the straight table is repopulated very quickly&lt;/P&gt;&lt;P&gt;I was hoping to put the number of rows in the title for which I posted and received a solution to do a list of dimensions in a count(disinct&lt;/P&gt;&lt;P&gt;='Query Results (' &amp;amp; (Count(distinct ID&amp;amp;FULL_NAME&amp;amp;LAST_NAME&amp;amp;FIRST_NAME&amp;amp;PREFIX&amp;amp;Member_Type&amp;amp;Category&amp;amp; BIRTH_DATE&amp;amp; COMPANY&amp;amp;ADDRESS_1&amp;amp;ADDRESS_2&amp;amp;CITY&amp;amp; state_province&amp;amp;zip&amp;amp; FAX&amp;amp; WORK_PHONE&amp;amp;email&amp;amp;EXCLUDE_MAIL&amp;amp; EXCLUDE_EMAIL)) &amp;amp; ' Rows )'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This results in an out of memory error.&amp;nbsp; Guessing because this is being applied to every row prior to the filters ????&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was thinking of just putting the row count in a text box after the straight table has been populated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;not sure&amp;nbsp;how to&amp;nbsp;get row count&amp;nbsp; after straight table is populated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Row-Count/m-p/1554945#M508837</guid>
      <dc:creator>Johnnyg248</dc:creator>
      <dc:date>2019-03-11T15:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Row Count</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Row-Count/m-p/1554984#M508838</link>
      <description>&lt;P&gt;The out of memory can be due to multiple things (poor data model etc.)&lt;/P&gt;&lt;P&gt;assuming its all ok&lt;/P&gt;&lt;P&gt;i can think of 2 ways&lt;/P&gt;&lt;P&gt;1- use GetSelectedCount to ensure filters have been selected before displaying the count expression&lt;/P&gt;&lt;P&gt;2- depending on your datamodel check if you can add the combination mentioned as a column in the fact table i.e. ID&amp;amp;FULL_NAME&amp;amp;LAST_NAME&amp;amp;FIRST_NAME&amp;amp;PREFIX&amp;amp;Member_Type&amp;amp;Category&amp;amp; BIRTH_DATE&amp;amp; COMPANY&amp;amp;ADDRESS_1&amp;amp;ADDRESS_2&amp;amp;CITY&amp;amp; state_province&amp;amp;zip&amp;amp; FAX&amp;amp; WORK_PHONE&amp;amp;email&amp;amp;EXCLUDE_MAIL&amp;amp; EXCLUDE_EMAIL as UniqueIDs&lt;/P&gt;&lt;P&gt;and do count distinct there&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Row-Count/m-p/1554984#M508838</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-03-11T17:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Row Count</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Row-Count/m-p/1555357#M508839</link>
      <description>&lt;P&gt;I think you don't need to count over all 20 fields which are included within the table else those ones are enough which deliver an unique combination of your data. This means that maybe a count(distinct ID) or count(distinct ID&amp;amp;Category) might be working.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 12:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Row-Count/m-p/1555357#M508839</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-03-12T12:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Row Count</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Row-Count/m-p/1555474#M508842</link>
      <description>&lt;P&gt;perhaps I should be using a table box instead?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 14:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Row-Count/m-p/1555474#M508842</guid>
      <dc:creator>Johnnyg248</dc:creator>
      <dc:date>2019-03-12T14:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Row Count</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Row-Count/m-p/1555479#M508855</link>
      <description>Not sure what you mean.&lt;BR /&gt;Like marcus is suggesting, identify the unique id or combination which will indicate a row in your table</description>
      <pubDate>Tue, 12 Mar 2019 15:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Row-Count/m-p/1555479#M508855</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-03-12T15:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Row Count</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Row-Count/m-p/1555515#M508856</link>
      <description>&lt;P&gt;If there are no measures within the table you could use a tablebox which would be in general more performant as a straight table but you would loose some possibilities to apply conditions and/or format something and so on. If it's helpful in regard to your wanted expression within the title - I think rather not.&lt;/P&gt;&lt;P&gt;Is these row-information only for you within the desktop client you could also look in the Qlik task-bar to see how many columns and rows an active object has.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 15:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Row-Count/m-p/1555515#M508856</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-03-12T15:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Row Count</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Row-Count/m-p/1555654#M508857</link>
      <description>&lt;P&gt;Turns out there was error in my data model.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;='Query Results (' &amp;amp; (Count(distinct ID)) &amp;amp; ' Rows )'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;works now&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 20:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Row-Count/m-p/1555654#M508857</guid>
      <dc:creator>Johnnyg248</dc:creator>
      <dc:date>2019-03-12T20:11:51Z</dc:date>
    </item>
  </channel>
</rss>

