<?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/show list box by clicking on a button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-show-list-box-by-clicking-on-a-button/m-p/353354#M1175749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant post and very helpful demo qvw.&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;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2012 22:21:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-15T22:21:19Z</dc:date>
    <item>
      <title>Hide/show list box by clicking on a button</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-show-list-box-by-clicking-on-a-button/m-p/353351#M1175746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;My dimensional list boxes are taking lot of space on my sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore i want to show/hide them when a button is clicked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried, by creating a variable in a button , under "Action"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vDimension_show and setting it value to 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the list box under layout/show , i am setting is value to 1. My List box does disappear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it has not affect when i click on the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure that i am missing some step here.&lt;/P&gt;&lt;P&gt;Can you please help or share a sample qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also is there any other way to show dimension list boxes which can save space on the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 20:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-show-list-box-by-clicking-on-a-button/m-p/353351#M1175746</guid>
      <dc:creator />
      <dc:date>2012-03-14T20:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/show list box by clicking on a button</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-show-list-box-by-clicking-on-a-button/m-p/353352#M1175747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create a variable, e.g. vShow in variable overview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create a button with action 'External' - 'Set Variable'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put the variable name into the appropriate field&lt;/P&gt;&lt;P&gt;vShow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and enter as expression &lt;/P&gt;&lt;P&gt;=if(vShow,0,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For all chart objects like list boxes you want to hide, enter as conditional show expression in layout tab&lt;/P&gt;&lt;P&gt;vShow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;You might also consider using a multi box instead of list boxes to save some screen space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 22:50:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-show-list-box-by-clicking-on-a-button/m-p/353352#M1175747</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-14T22:50:52Z</dc:date>
    </item>
    <item>
      <title>Hide/show list box by clicking on a button</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-show-list-box-by-clicking-on-a-button/m-p/353353#M1175748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swuehl:&lt;/P&gt;&lt;P&gt;It worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 01:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-show-list-box-by-clicking-on-a-button/m-p/353353#M1175748</guid>
      <dc:creator />
      <dc:date>2012-03-15T01:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hide/show list box by clicking on a button</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-show-list-box-by-clicking-on-a-button/m-p/353354#M1175749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant post and very helpful demo qvw.&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;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 22:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-show-list-box-by-clicking-on-a-button/m-p/353354#M1175749</guid>
      <dc:creator />
      <dc:date>2012-11-15T22:21:19Z</dc:date>
    </item>
  </channel>
</rss>

