<?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: hide select field when is empty in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798963#M662273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to hide/show a selection box if there are no values in it at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2015 10:05:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-13T10:05:47Z</dc:date>
    <item>
      <title>hide select field when is empty</title>
      <link>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798958#M662268</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;Is there a QV function to see if a select field/dimension is empty. I want to hide the select field if there is no dimension value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 09:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798958#M662268</guid>
      <dc:creator />
      <dc:date>2015-03-13T09:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: hide select field when is empty</title>
      <link>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798959#M662269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is a check box in the dimension page: "Suppress when value is null", try to check and let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 09:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798959#M662269</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-03-13T09:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: hide select field when is empty</title>
      <link>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798960#M662270</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;try Isnull(FieldName)&lt;/P&gt;&lt;P&gt;or len(trim(fieldName))=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want hide empty/Null field from chart then you can click on supress when value is null from Dimesion tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 09:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798960#M662270</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-13T09:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: hide select field when is empty</title>
      <link>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798961#M662271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see this attribute&lt;/P&gt;&lt;P&gt;&lt;IMG /&gt;it is an list box object I want to hide if there are no values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 10:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798961#M662271</guid>
      <dc:creator />
      <dc:date>2015-03-13T10:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: hide select field when is empty</title>
      <link>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798962#M662272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, then write:&lt;/P&gt;&lt;P&gt;in the general tab, at the bottom of field name list there is an tem "Expression", select it and write&lt;/P&gt;&lt;P&gt;If(trim(myDimension)='', null(), myDimension)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 10:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798962#M662272</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-03-13T10:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: hide select field when is empty</title>
      <link>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798963#M662273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to hide/show a selection box if there are no values in it at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 10:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798963#M662273</guid>
      <dc:creator />
      <dc:date>2015-03-13T10:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: hide select field when is empty</title>
      <link>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798964#M662274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN the layout tab there is a "show" section, in conditional write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetPossibleCount(myField) &amp;gt; 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 10:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798964#M662274</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-03-13T10:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: hide select field when is empty</title>
      <link>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798965#M662275</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;Write in expression with if()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;if(len(trim(fieldName))&amp;gt;0,FieldName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or write this in Script&lt;/P&gt;&lt;P&gt;if(len(trim(fieldName))&amp;gt;0,FieldName) as New_fieldName,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 10:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798965#M662275</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-13T10:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: hide select field when is empty</title>
      <link>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798966#M662276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean with 'empty'? No data values loaded? Then the fieldvaluecount('MyFieldHere') will be 0. You can use that as a conditional expression on the Layout tab for a listbox or for the conditional expression on the Dimensions tab for a dimension in a chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 10:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798966#M662276</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-13T10:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: hide select field when is empty</title>
      <link>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798967#M662277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx works like a charm!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 10:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798967#M662277</guid>
      <dc:creator />
      <dc:date>2015-03-13T10:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: hide select field when is empty</title>
      <link>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798968#M662278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this work like a bom, thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 09:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-select-field-when-is-empty/m-p/798968#M662278</guid>
      <dc:creator />
      <dc:date>2015-03-26T09:51:24Z</dc:date>
    </item>
  </channel>
</rss>

