<?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: Conditional show Straight table based on number of rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-show-Straight-table-based-on-number-of-rows/m-p/732974#M1063494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Gysbert!&lt;/P&gt;&lt;P&gt;An excellent example that in most cases the elegant solution you are looking for could be small and simple &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;And not as straight forward to figure it out (at least by myself) quickly…&lt;/P&gt;&lt;P&gt;Many thanks….&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way one comment. I tried this on server environment with like 10M rows…. And 30+ dimension to be selected by the users.&lt;/P&gt;&lt;P&gt;It works but when all dimension are selected the formula is struggling to get pass all the dimensions…&lt;/P&gt;&lt;P&gt;I guess the aggr functions is struggling with the huge number of rows and multiple dimensions….&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So possible solution is to hide conditionally the dimension list box until users select let’s say a customer.&lt;/P&gt;&lt;P&gt;Then the dimensions are available for selection therefore the formula is calculated over a smaller data set and responds reasonably….&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2014 11:07:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-08T11:07:19Z</dc:date>
    <item>
      <title>Conditional show Straight table based on number of rows</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-Straight-table-based-on-number-of-rows/m-p/732972#M1063492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I've been trying to do something simple but with no success.&lt;/P&gt;&lt;P&gt;Example is attached for reference.&lt;/P&gt;&lt;P&gt;I have a 'Draw your report' dashboard - where people should select the measures and dimensions they wish to see (done with conditional show for each measure and dimension).&lt;/P&gt;&lt;P&gt;As it is a large dataset behind, they must select at least one measure and dimension to see the output.&lt;/P&gt;&lt;P&gt;If they 'draw' a report on a high level - by month, products it is okay. But if they select the lowest level of details - sales order the table can become huge which I like to avoid.&lt;/P&gt;&lt;P&gt;Is there a way I can:&lt;/P&gt;&lt;P&gt;- hide the table if the number of rows exceeds given number&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;- show not more than let's say 10'000 lines preferably with a message that not all selection is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I tried with no success:&lt;/P&gt;&lt;P&gt;- conditional show of the whole table with RowNo(Total) and&amp;nbsp; NoOfRows()&lt;/P&gt;&lt;P&gt;- using dimension limits to show 'first' 5 values - this works but as the real table contains more than 30 measures and 20 dimensions, and the users will select quite a few I think the output will be confusing to them and they will not realize what is displayed. Also in the real example they are a few columns almost unique not only one, so I prefer a whole table row 'count' rather than on specific dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 07:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-Straight-table-based-on-number-of-rows/m-p/732972#M1063492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-01T07:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show Straight table based on number of rows</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-Straight-table-based-on-number-of-rows/m-p/732973#M1063493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 14:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-Straight-table-based-on-number-of-rows/m-p/732973#M1063493</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-01T14:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show Straight table based on number of rows</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-Straight-table-based-on-number-of-rows/m-p/732974#M1063494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Gysbert!&lt;/P&gt;&lt;P&gt;An excellent example that in most cases the elegant solution you are looking for could be small and simple &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;And not as straight forward to figure it out (at least by myself) quickly…&lt;/P&gt;&lt;P&gt;Many thanks….&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way one comment. I tried this on server environment with like 10M rows…. And 30+ dimension to be selected by the users.&lt;/P&gt;&lt;P&gt;It works but when all dimension are selected the formula is struggling to get pass all the dimensions…&lt;/P&gt;&lt;P&gt;I guess the aggr functions is struggling with the huge number of rows and multiple dimensions….&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So possible solution is to hide conditionally the dimension list box until users select let’s say a customer.&lt;/P&gt;&lt;P&gt;Then the dimensions are available for selection therefore the formula is calculated over a smaller data set and responds reasonably….&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 11:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-Straight-table-based-on-number-of-rows/m-p/732974#M1063494</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-08T11:07:19Z</dc:date>
    </item>
  </channel>
</rss>

