<?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: Conditionally hide and show the sheets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466151#M565504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing that I ran into was that I couldn't hide my sheets, even though I had all the settings and variables set up correctly. I had "Show All Sheets and Objects" selected in the Document properties. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be sure to turn this off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #111111; font-family: Helvetica, Arial, sans-serif; text-align: justify;"&gt;Settings | Document Properties | Security | Show All Sheets and Objects&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Dec 2013 19:58:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-26T19:58:47Z</dc:date>
    <item>
      <title>Conditionally hide and show the sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466146#M565499</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;I have 10 sheets in my application, i want to conditionally hide and show 4 sheets in this application.I want to create a buttons in these 4 sheets i will click on one button it will display that sheet and remaining 3 sheets should be hide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is possible in qlikview, Can anyone know the solution for this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;baru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 12:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466146#M565499</guid>
      <dc:creator />
      <dc:date>2012-12-26T12:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally hide and show the sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466147#M565500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the General tab of the properties screen of the sheet you can select Conditional under Show Sheet. There you can enter an expression that returns true or false to show or hide the sheet. You can use a variable for this for example. Create a variable vShowSheet1 and set its value to 1. Then use &lt;EM&gt;$(vShowSheet1)&lt;/EM&gt; as conditional display expression for the sheet. Next create a button and add an Set Variable action to it. Use vShowSheet1 as variable and &lt;EM&gt;=not vShowSheet1 &lt;/EM&gt;as value. If you click the button then the sheet will hide. If you click the button again the sheet will show again. You can add more variables and more actions to show/hide the other sheets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 12:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466147#M565500</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-26T12:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally hide and show the sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466148#M565501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Baru..&lt;/P&gt;&lt;P&gt;The hiding and conditional showing of sheets can also be done by using variables, I am attaching sample app you&lt;/P&gt;&lt;P&gt;verify it..&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;ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 20:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466148#M565501</guid>
      <dc:creator />
      <dc:date>2012-12-26T20:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally hide and show the sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466149#M565502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using macro code it should be done.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 13:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466149#M565502</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2012-12-27T13:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally hide and show the sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466150#M565503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply...now it working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 11:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466150#M565503</guid>
      <dc:creator />
      <dc:date>2013-01-04T11:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally hide and show the sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466151#M565504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing that I ran into was that I couldn't hide my sheets, even though I had all the settings and variables set up correctly. I had "Show All Sheets and Objects" selected in the Document properties. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be sure to turn this off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #111111; font-family: Helvetica, Arial, sans-serif; text-align: justify;"&gt;Settings | Document Properties | Security | Show All Sheets and Objects&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 19:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466151#M565504</guid>
      <dc:creator />
      <dc:date>2013-12-26T19:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally hide and show the sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466152#M565505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have a password on your example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 14:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466152#M565505</guid>
      <dc:creator>brooksc57</dc:creator>
      <dc:date>2014-10-28T14:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally hide and show the sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466153#M565506</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;Create variables and place it in layout---&amp;gt;show----&amp;gt; conditional&lt;/P&gt;&lt;P&gt;as per your requirement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 14:50:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466153#M565506</guid>
      <dc:creator />
      <dc:date>2014-10-28T14:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally hide and show the sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466154#M565507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Baru,&lt;/P&gt;&lt;P&gt;Did you figure out how to open this sheet?&lt;/P&gt;&lt;P&gt;Please let me know&lt;/P&gt;&lt;P&gt;There's a password protection on it.&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, 27 Feb 2015 16:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466154#M565507</guid>
      <dc:creator />
      <dc:date>2015-02-27T16:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally hide and show the sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466155#M565508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a password protection on this qvw. Do you mind sharing?&lt;/P&gt;&lt;P&gt;Or remove and share the qvw again.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 16:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466155#M565508</guid>
      <dc:creator />
      <dc:date>2015-02-27T16:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally hide and show the sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466156#M565509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 10:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hide-and-show-the-sheets/m-p/466156#M565509</guid>
      <dc:creator />
      <dc:date>2015-06-30T10:36:45Z</dc:date>
    </item>
  </channel>
</rss>

