<?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 Hide Filters if they contain null values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-Filters-if-they-contain-null-values/m-p/398350#M148316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im building a dashboard from a large dataset.&amp;nbsp; I have 10 data fields (filter1, filter2.....filter10) - which are used to populate List Boxes within the document.Some of these fields will be empty depending on the selections made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of the listboxes are currently in a container.&amp;nbsp; Is there a way to hide these filters if the field is empty??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fiorano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Mar 2013 11:35:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-01T11:35:59Z</dc:date>
    <item>
      <title>Hide Filters if they contain null values</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Filters-if-they-contain-null-values/m-p/398350#M148316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im building a dashboard from a large dataset.&amp;nbsp; I have 10 data fields (filter1, filter2.....filter10) - which are used to populate List Boxes within the document.Some of these fields will be empty depending on the selections made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of the listboxes are currently in a container.&amp;nbsp; Is there a way to hide these filters if the field is empty??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fiorano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 11:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Filters-if-they-contain-null-values/m-p/398350#M148316</guid>
      <dc:creator />
      <dc:date>2013-03-01T11:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Filters if they contain null values</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Filters-if-they-contain-null-values/m-p/398351#M148317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this in the script level,Syntax is as follow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where len("ColumnName")&amp;lt;&amp;gt; 0; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 11:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Filters-if-they-contain-null-values/m-p/398351#M148317</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2013-03-01T11:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Filters if they contain null values</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Filters-if-they-contain-null-values/m-p/398352#M148318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in presentation tab of the object set the show property to &lt;/P&gt;&lt;P&gt;GetPossibleCount&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;xxxxx&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;nbsp; where xxxxx is the field you are displayng in the filter &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;In this way if there are not possible values for that selection the object will not be visible&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope it helèps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 11:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Filters-if-they-contain-null-values/m-p/398352#M148318</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-03-01T11:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Filters if they contain null values</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Filters-if-they-contain-null-values/m-p/398353#M148319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ive set the condition as you suggested but the filter is still visible (see attached screen shot).&amp;nbsp; Im testing it with the field Filter 7 as I know this field is has not data in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Fiorano&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="34135" class="jive-image-thumbnail jive-image" onclick="" alt="qv_conditional_listbox.bmp" src="https://community.qlik.com/legacyfs/online/34135_qv_conditional_listbox.bmp" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 12:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Filters-if-they-contain-null-values/m-p/398353#M148319</guid>
      <dc:creator />
      <dc:date>2013-03-01T12:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Filters if they contain null values</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Filters-if-they-contain-null-values/m-p/398354#M148320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;the question now is: &lt;/P&gt;&lt;P&gt;when you make a selection what do you see in the fields that you do not want to be visible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If getpossiblecount doesnt work this means that any selecttons is possible ... may you check this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 12:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Filters-if-they-contain-null-values/m-p/398354#M148320</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-03-01T12:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Filters if they contain null values</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Filters-if-they-contain-null-values/m-p/398355#M148321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I give you an example that works (select 1965)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 12:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Filters-if-they-contain-null-values/m-p/398355#M148321</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-03-01T12:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Filters if they contain null values</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Filters-if-they-contain-null-values/m-p/398356#M148322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I need to to - Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There must be something wrong with my field.&amp;nbsp; Even though it appears to be empty there must be some 'white space' value which making it stay visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;Fiorano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 16:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Filters-if-they-contain-null-values/m-p/398356#M148322</guid>
      <dc:creator />
      <dc:date>2013-03-01T16:03:42Z</dc:date>
    </item>
  </channel>
</rss>

