<?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: Show Chart in condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-Chart-in-condition/m-p/1171386#M891772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Per Gysbert's response and your requirement it seems like you want to keep the table but just hide rows where countries have LESS THAN 5 registrations? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a single dimension as Country then your &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;expression can be =if(count(DISTINCT ID) &amp;gt; 5, count(DISTINCT ID))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then also make sure you tick the checkbox "Suppress when value is null" on the Country field in the dimension tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2016 00:20:52 GMT</pubDate>
    <dc:creator>mmonfort</dc:creator>
    <dc:date>2016-08-12T00:20:52Z</dc:date>
    <item>
      <title>Show Chart in condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Chart-in-condition/m-p/1171380#M891766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I Have a straight table chart in my model that with one dimension is country and the expression is number of people that reg.&lt;/P&gt;&lt;P&gt;also i have a condition that only if there is a more then 5 registration show the row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now there are some scenarios that are empty table, I want in this scenario not show the table in the model.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;How can I&amp;nbsp; implement this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks !&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/Show-Chart-in-condition/m-p/1171380#M891766</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show Chart in condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Chart-in-condition/m-p/1171381#M891767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the Layout tab of the properties window enable the Conditional option and enter an expression that returns true or false. Something like =if(sum(aggr(sum({&amp;lt;country={"=count(registrations)&amp;gt;5"}&amp;gt;}1),country)),1,0). I don't know your exact condition so &lt;EM&gt;count(registrations)&amp;gt;5&lt;/EM&gt; is just a guess of mine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 08:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Chart-in-condition/m-p/1171381#M891767</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-08-11T08:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Show Chart in condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Chart-in-condition/m-p/1171382#M891768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried what you offer but it didn't solve my issue. May there is a function that can count the current number of rows in the table? &lt;/P&gt;&lt;P&gt;so i can put this condition instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 10:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Chart-in-condition/m-p/1171382#M891768</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-11T10:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Show Chart in condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Chart-in-condition/m-p/1171383#M891769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly is the condition for showing or hiding the table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 11:47:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Chart-in-condition/m-p/1171383#M891769</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-08-11T11:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Show Chart in condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Chart-in-condition/m-p/1171384#M891770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's the same as you wort only I use a variable &lt;/P&gt;&lt;P&gt;$(vDailyDiffFDPOriginState)&amp;gt;5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 11:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Chart-in-condition/m-p/1171384#M891770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-11T11:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Show Chart in condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Chart-in-condition/m-p/1171385#M891771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 14:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Chart-in-condition/m-p/1171385#M891771</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-08-11T14:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Show Chart in condition</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Chart-in-condition/m-p/1171386#M891772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Per Gysbert's response and your requirement it seems like you want to keep the table but just hide rows where countries have LESS THAN 5 registrations? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a single dimension as Country then your &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;expression can be =if(count(DISTINCT ID) &amp;gt; 5, count(DISTINCT ID))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then also make sure you tick the checkbox "Suppress when value is null" on the Country field in the dimension tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 00:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Chart-in-condition/m-p/1171386#M891772</guid>
      <dc:creator>mmonfort</dc:creator>
      <dc:date>2016-08-12T00:20:52Z</dc:date>
    </item>
  </channel>
</rss>

