<?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 Vbscript to visible or invisible a Container in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Vbscript-to-visible-or-invisible-a-Container/m-p/499877#M483631</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 a button and want to add an action to visible and invisble another Container.&lt;/P&gt;&lt;P&gt;Could anyone give me an example, how to write vbscript to achieve this function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jun 2013 05:59:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-24T05:59:51Z</dc:date>
    <item>
      <title>Vbscript to visible or invisible a Container</title>
      <link>https://community.qlik.com/t5/QlikView/Vbscript-to-visible-or-invisible-a-Container/m-p/499877#M483631</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 a button and want to add an action to visible and invisble another Container.&lt;/P&gt;&lt;P&gt;Could anyone give me an example, how to write vbscript to achieve this function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 05:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vbscript-to-visible-or-invisible-a-Container/m-p/499877#M483631</guid>
      <dc:creator />
      <dc:date>2013-06-24T05:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Vbscript to visible or invisible a Container</title>
      <link>https://community.qlik.com/t5/QlikView/Vbscript-to-visible-or-invisible-a-Container/m-p/499878#M483632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create One variable like..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vHideContainer = 0 //Default value '0'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then add one button (Name it as Hide)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right click on Button... Properties --&amp;gt; Action --&amp;gt; Add --&amp;gt; External --&amp;gt; Set Variable --&amp;gt; &lt;/P&gt;&lt;P&gt;In Variable InputBox type as 'vHideContainer' [Without quotes] --&amp;gt; In Value Box type as '1'[Without quotes]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to Container Object Properties --&amp;gt; Layout --&amp;gt; Show -- Set as 'vHideContainer=0'[Without quotes]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now If you click on button (hide)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value of variable will change as '1' and you container will hide..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you have to create one more button for 'Show'.. Same procedure you can follow as like above and set variable as '0'..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you..&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;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 06:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vbscript-to-visible-or-invisible-a-Container/m-p/499878#M483632</guid>
      <dc:creator />
      <dc:date>2013-06-24T06:10:47Z</dc:date>
    </item>
  </channel>
</rss>

