<?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: Buttons to control multiple listboxes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Buttons-to-control-multiple-listboxes/m-p/636273#M1093914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to hide/show 3 listbox with buttons, you can use previous answers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or in a simpler way create justa singleobject, a single listbox and use a cyclic group to show the 3 different dimensions &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2014 20:10:07 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-05-16T20:10:07Z</dc:date>
    <item>
      <title>Buttons to control multiple listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons-to-control-multiple-listboxes/m-p/636270#M1093911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three buttons (Button 1, 2 and 3) which, on click, I want to replace a list box (i.e. hide the others and show the one attributed to the button, i.e. Table 1, 2 and 3). So when I click on button two, it will show Table 2, and then when I click on Button 1, I want to hide Table 2 and show Table 1 instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 14:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons-to-control-multiple-listboxes/m-p/636270#M1093911</guid>
      <dc:creator />
      <dc:date>2014-05-16T14:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons to control multiple listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons-to-control-multiple-listboxes/m-p/636271#M1093912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is definitely possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached an example QVW where you can see how I have achieved this. This was done using a variable for each table you want to show/hide. The variables are set in Settings &amp;gt; Variable Overview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The three buttons then each have an action to set these variables as either 1 or 0, 1 being show and 0 being hide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are then conditional shows on each table object which will only show when their corresponding variable is set to 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark as answered if you are happy with this answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 14:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons-to-control-multiple-listboxes/m-p/636271#M1093912</guid>
      <dc:creator>mjm</dc:creator>
      <dc:date>2014-05-16T14:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons to control multiple listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons-to-control-multiple-listboxes/m-p/636272#M1093913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached with answer.&lt;/P&gt;&lt;P&gt;Steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a variable say vBut (Settings &amp;gt; Variable Overview)&lt;/LI&gt;&lt;LI&gt;Create three text boxes and in actions go to External &amp;gt; Set variable and now set vBut =1 for the first one&lt;/LI&gt;&lt;LI&gt;Similar for other two boxes with 2 and 3 respectively&lt;/LI&gt;&lt;LI&gt;Now create a table and go to Conditional &amp;gt; Layout and set vBut=1&lt;/LI&gt;&lt;LI&gt;For tables two and three vBut=2 and 3 respectively&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;And thats it. make sure the variable name matches. They are case sensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 15:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons-to-control-multiple-listboxes/m-p/636272#M1093913</guid>
      <dc:creator />
      <dc:date>2014-05-16T15:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons to control multiple listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons-to-control-multiple-listboxes/m-p/636273#M1093914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to hide/show 3 listbox with buttons, you can use previous answers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or in a simpler way create justa singleobject, a single listbox and use a cyclic group to show the 3 different dimensions &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 20:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons-to-control-multiple-listboxes/m-p/636273#M1093914</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-16T20:10:07Z</dc:date>
    </item>
  </channel>
</rss>

