<?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: code for show and hide in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998789#M973857</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;Check in Community or Google you will get number of threads with descriptive and videos.&amp;nbsp; Check below links hope it helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://discuss.analyticsvidhya.com/t/can-we-hide-sheet-tabs-conditionally-in-qlikview/510" title="http://discuss.analyticsvidhya.com/t/can-we-hide-sheet-tabs-conditionally-in-qlikview/510"&gt;Can we hide sheet tabs conditionally in Qlikview? - tools - Data Science, Analytics and Big Data discussions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/qlikview-buttons/" title="http://www.quickintelligence.co.uk/qlikview-buttons/"&gt;http://www.quickintelligence.co.uk/qlikview-buttons/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.analyticsvidhya.com/blog/2015/03/qlikview-container-conditional-enabling/" title="http://www.analyticsvidhya.com/blog/2015/03/qlikview-container-conditional-enabling/"&gt;http://www.analyticsvidhya.com/blog/2015/03/qlikview-container-conditional-enabling/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=PSRBtw7SYD8" title="https://www.youtube.com/watch?v=PSRBtw7SYD8"&gt;Show and Hide Multiple Objects - YouTube&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2016 03:42:16 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2016-02-10T03:42:16Z</dc:date>
    <item>
      <title>code for show and hide</title>
      <link>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998782#M973850</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;Please share code for show and hide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 04:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998782#M973850</guid>
      <dc:creator />
      <dc:date>2015-09-09T04:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: code for show and hide</title>
      <link>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998783#M973851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to the Layout tab of any object, find the "show" part (right side, middle), switch to "Conditional" and put an expression in that field that results in either a "true" or a "false".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 11:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998783#M973851</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-09-09T11:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: code for show and hide</title>
      <link>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998784#M973852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a variable (mine is v)&lt;/P&gt;&lt;P&gt;add a button with action&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" height="188" src="https://community.qlik.com/legacyfs/online/98362_1.png" style="height: 188.39px; width: 448px;" width="448" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add some objects (2 listbox in image) with show conditional in layout tab depending on variable &lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.png" class="jive-image image-2" height="291" src="https://community.qlik.com/legacyfs/online/98372_2.png" style="height: 290.55px; width: 426px;" width="426" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 11:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998784#M973852</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-09-09T11:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: code for show and hide</title>
      <link>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998785#M973853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 11:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998785#M973853</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-09-09T11:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: code for show and hide</title>
      <link>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998786#M973854</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;ypu can go through this,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/53804"&gt;Show/hide Value Data Points in the chart based on a button&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 11:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998786#M973854</guid>
      <dc:creator />
      <dc:date>2015-09-09T11:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: code for show and hide</title>
      <link>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998787#M973855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/28656"&gt;How to show &amp;amp;amp; Hide values on line chart using macro&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 11:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998787#M973855</guid>
      <dc:creator />
      <dc:date>2015-09-09T11:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: code for show and hide</title>
      <link>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998788#M973856</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;&lt;A href="https://community.qlik.com/message/905466"&gt;Hide/show objects&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/571064"&gt;Re: Show/Hide Chart&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 09:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998788#M973856</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-09T09:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: code for show and hide</title>
      <link>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998789#M973857</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;Check in Community or Google you will get number of threads with descriptive and videos.&amp;nbsp; Check below links hope it helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://discuss.analyticsvidhya.com/t/can-we-hide-sheet-tabs-conditionally-in-qlikview/510" title="http://discuss.analyticsvidhya.com/t/can-we-hide-sheet-tabs-conditionally-in-qlikview/510"&gt;Can we hide sheet tabs conditionally in Qlikview? - tools - Data Science, Analytics and Big Data discussions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/qlikview-buttons/" title="http://www.quickintelligence.co.uk/qlikview-buttons/"&gt;http://www.quickintelligence.co.uk/qlikview-buttons/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.analyticsvidhya.com/blog/2015/03/qlikview-container-conditional-enabling/" title="http://www.analyticsvidhya.com/blog/2015/03/qlikview-container-conditional-enabling/"&gt;http://www.analyticsvidhya.com/blog/2015/03/qlikview-container-conditional-enabling/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=PSRBtw7SYD8" title="https://www.youtube.com/watch?v=PSRBtw7SYD8"&gt;Show and Hide Multiple Objects - YouTube&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 03:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998789#M973857</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-02-10T03:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: code for show and hide</title>
      <link>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998790#M973858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Like this,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;OL style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;LI&gt;Create a variable like -&amp;gt; vShow=0&lt;/LI&gt;&lt;LI&gt;Then for your list box-&amp;gt;Lay out-&amp;gt; Show -&amp;gt; conditional -&amp;gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt; If(vShow=1,0,1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Then create a button for triggering between SHOW and HIDE,&lt;/LI&gt;&lt;/OL&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Crate Button-&amp;gt;General text -&amp;gt; &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;=If(vShow=1,'Show','Hide')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;Actions-&amp;gt; External Set Variable -&amp;gt; vShow -&amp;gt;VALUE as &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;=If(vShow=1,0,1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then by clicking this button you can show hide your list box object .Same way for other objects too.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PFA,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 03:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/code-for-show-and-hide/m-p/998790#M973858</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-02-10T03:52:56Z</dc:date>
    </item>
  </channel>
</rss>

