<?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 Show/Hide List Boxes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-Hide-List-Boxes/m-p/288122#M107178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Go to the list box properties -&amp;gt; layout tab -&amp;gt; on the right you will see the box 'Show'. &lt;/P&gt;&lt;P&gt;Change it to conditional and write and expression there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, you should associate the condition with the Field on the LB05 instead of the object itself. &lt;/P&gt;&lt;P&gt;For example, if you LB05 has the field TYPE and you want to show the list only if the value NEW is selected. &lt;/P&gt;&lt;P&gt;The expression on the condition will be: &lt;/P&gt;&lt;P&gt;=TYPE='NEW'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich Shiino&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 May 2011 16:44:49 GMT</pubDate>
    <dc:creator>erichshiino</dc:creator>
    <dc:date>2011-05-10T16:44:49Z</dc:date>
    <item>
      <title>Show/Hide List Boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-List-Boxes/m-p/288121#M107177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list box (object ID LB08) that I only want to show if a certain value is selected in another list box (object ID LB05) - does anyone know how this can be done, preferably without having to create a button (I want it to show/hide as soon as the value in LB05 is either selected/deselected)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 16:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-List-Boxes/m-p/288121#M107177</guid>
      <dc:creator />
      <dc:date>2011-05-10T16:18:00Z</dc:date>
    </item>
    <item>
      <title>Show/Hide List Boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-List-Boxes/m-p/288122#M107178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Go to the list box properties -&amp;gt; layout tab -&amp;gt; on the right you will see the box 'Show'. &lt;/P&gt;&lt;P&gt;Change it to conditional and write and expression there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, you should associate the condition with the Field on the LB05 instead of the object itself. &lt;/P&gt;&lt;P&gt;For example, if you LB05 has the field TYPE and you want to show the list only if the value NEW is selected. &lt;/P&gt;&lt;P&gt;The expression on the condition will be: &lt;/P&gt;&lt;P&gt;=TYPE='NEW'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich Shiino&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 16:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-List-Boxes/m-p/288122#M107178</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-10T16:44:49Z</dc:date>
    </item>
    <item>
      <title>Show/Hide List Boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-List-Boxes/m-p/288123#M107179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many values in list box LB05 and the user can select more than one (and more than often will select more than one). When I select more than one value and one of the values I select is, in your example, 'NEW' it still does not show the box as this is not the only value that is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to show the list box if one of the values selected is 'NEW' and this is not the only value selected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 10:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-List-Boxes/m-p/288123#M107179</guid>
      <dc:creator />
      <dc:date>2011-05-11T10:00:19Z</dc:date>
    </item>
    <item>
      <title>Show/Hide List Boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-List-Boxes/m-p/288124#M107180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should work with combination of WILDMATCH and GETFIELDSELECTIONS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 10:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-List-Boxes/m-p/288124#M107180</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2011-05-11T10:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide List Boxes</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-List-Boxes/m-p/288125#M107181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, &lt;/P&gt;&lt;P&gt;The my first post was just showing how to create the condition. &lt;/P&gt;&lt;P&gt;Then, it would depend on your need. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use, for example, set analysis or other expressions there:&lt;/P&gt;&lt;P&gt;COUNT( {&amp;lt;TYPE*={NEW}&amp;gt;} TYPE)&lt;/P&gt;&lt;P&gt;This will return one(or more) , if new is selected.&lt;/P&gt;&lt;P&gt;COUNT( {&amp;lt;TYPE*={NEW,OLD}&amp;gt;} TYPE), this one for NEW OR OLD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created some examples, one including Peter's suggestion also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 10:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-List-Boxes/m-p/288125#M107181</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-11T10:43:02Z</dc:date>
    </item>
  </channel>
</rss>

