<?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: Row Count in Dynamic Straight Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Row-Count-in-Dynamic-Straight-Table/m-p/2518397#M106086</link>
    <description>&lt;P&gt;You can't directly get the count of rows in a chart before you decide to calculate it. I assume you have some mechanism where the user is selecting dimensions from a list. You can make your calculation condition a count of the distinct count of selected dimensions. Something like:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Count(DISTINCT Dim1 &amp;amp; Dim2 &amp;amp; DIM3) &amp;lt; 100000&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;For example, if you are picking your dimensions from a field named "Dim", you can form the calculation condition dynamically with:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Count(DISTINCT $(=Concat(Dim, '&amp;amp;'))) &amp;lt; 100000&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;A warning, this type of expression can be very slow depending on your data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 May 2025 22:04:34 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2025-05-20T22:04:34Z</dc:date>
    <item>
      <title>Row Count in Dynamic Straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Row-Count-in-Dynamic-Straight-Table/m-p/2518217#M106069</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we've got the following problem:&lt;/P&gt;&lt;P&gt;- Straight Table where the user can select the Columns which are displayed in the straight table&lt;/P&gt;&lt;P&gt;- The possible selections are up to 30 Dimensions and 20 Measures&lt;/P&gt;&lt;P&gt;- We want to show the table only, if the row count is below 100.000 rows&lt;/P&gt;&lt;P&gt;Normally I would use getselectedcount on an Field that is always present, but with the user selecting the columns that is not possible.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Any Idea how to:&lt;BR /&gt;&lt;BR /&gt;- Get the row count of a straight table into an variable&lt;/P&gt;&lt;P&gt;- Get the NoRows outside of an straight table&lt;/P&gt;&lt;P&gt;Thx for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 14:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Row-Count-in-Dynamic-Straight-Table/m-p/2518217#M106069</guid>
      <dc:creator>SteffenO</dc:creator>
      <dc:date>2025-05-19T14:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Row Count in Dynamic Straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Row-Count-in-Dynamic-Straight-Table/m-p/2518322#M106081</link>
      <description>&lt;P&gt;i would make a field inside the table blank. (backscreen is white so i give the field that color)You then could use the same formula to do this&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 11:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Row-Count-in-Dynamic-Straight-Table/m-p/2518322#M106081</guid>
      <dc:creator>JHuis</dc:creator>
      <dc:date>2025-05-20T11:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Row Count in Dynamic Straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Row-Count-in-Dynamic-Straight-Table/m-p/2518397#M106086</link>
      <description>&lt;P&gt;You can't directly get the count of rows in a chart before you decide to calculate it. I assume you have some mechanism where the user is selecting dimensions from a list. You can make your calculation condition a count of the distinct count of selected dimensions. Something like:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Count(DISTINCT Dim1 &amp;amp; Dim2 &amp;amp; DIM3) &amp;lt; 100000&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;For example, if you are picking your dimensions from a field named "Dim", you can form the calculation condition dynamically with:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Count(DISTINCT $(=Concat(Dim, '&amp;amp;'))) &amp;lt; 100000&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;A warning, this type of expression can be very slow depending on your data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 22:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Row-Count-in-Dynamic-Straight-Table/m-p/2518397#M106086</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-05-20T22:04:34Z</dc:date>
    </item>
  </channel>
</rss>

