<?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 a sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-a-sheet/m-p/508183#M1123335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sheet B (not to be hidden)&lt;/P&gt;&lt;P&gt;1. Create textbox&lt;/P&gt;&lt;P&gt;2. Create a variable for example called vHideSheetA&lt;/P&gt;&lt;P&gt;3. Go to the actions tab in de textbox properties and add the action type "External" and add the action "Set variable".&lt;/P&gt;&lt;P&gt;4. Fill in the variable name "vHideSheetA" with value 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sheet A ( to be hidden)&lt;/P&gt;&lt;P&gt;1. Select the sheet properties&lt;/P&gt;&lt;P&gt;2. Go the the "show sheet part"&lt;/P&gt;&lt;P&gt;3. Fill in this expression example:&lt;/P&gt;&lt;P&gt;vHideSheetA = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!!!! Don't forget to make a textbox to show the sheet back! ==&amp;gt; vHideSheetA = 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jan 2014 11:06:03 GMT</pubDate>
    <dc:creator>richard</dc:creator>
    <dc:date>2014-01-14T11:06:03Z</dc:date>
    <item>
      <title>Hide a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-sheet/m-p/508179#M1123331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;Do you know how I can hide a sheet and make it appear when I click on a text box (located in another sheet)&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks !&lt;/P&gt;&lt;P&gt;dani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 10:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-sheet/m-p/508179#M1123331</guid>
      <dc:creator>danialier</dc:creator>
      <dc:date>2014-01-14T10:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-sheet/m-p/508180#M1123332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Approach is Take Variable or if you have section access load variable with excel and apply condition as per attached jpg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 10:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-sheet/m-p/508180#M1123332</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-01-14T10:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-sheet/m-p/508181#M1123333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dani, you have to use a variable.&lt;/P&gt;&lt;P&gt;Declare it in Variable Editor, then use in a sheet a Visibility Condition on that variable, finally manage the variable on text field click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached file for a sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;f.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 10:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-sheet/m-p/508181#M1123333</guid>
      <dc:creator />
      <dc:date>2014-01-14T10:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-sheet/m-p/508182#M1123334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Few steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a variable&lt;/P&gt;&lt;P&gt;Set vShow=0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Then ShhetProperties&amp;gt; General&amp;gt;Conditional, put vShow=1:&lt;/P&gt;&lt;P&gt;3) Create a button, with a trigger &amp;gt;External&amp;gt; Set Variable:&lt;/P&gt;&lt;P&gt;Set Variable "vShow"&lt;/P&gt;&lt;P&gt;value: if(vShow=1, 0,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 10:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-sheet/m-p/508182#M1123334</guid>
      <dc:creator>bruno_m_santos</dc:creator>
      <dc:date>2014-01-14T10:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-sheet/m-p/508183#M1123335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sheet B (not to be hidden)&lt;/P&gt;&lt;P&gt;1. Create textbox&lt;/P&gt;&lt;P&gt;2. Create a variable for example called vHideSheetA&lt;/P&gt;&lt;P&gt;3. Go to the actions tab in de textbox properties and add the action type "External" and add the action "Set variable".&lt;/P&gt;&lt;P&gt;4. Fill in the variable name "vHideSheetA" with value 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sheet A ( to be hidden)&lt;/P&gt;&lt;P&gt;1. Select the sheet properties&lt;/P&gt;&lt;P&gt;2. Go the the "show sheet part"&lt;/P&gt;&lt;P&gt;3. Fill in this expression example:&lt;/P&gt;&lt;P&gt;vHideSheetA = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!!!! Don't forget to make a textbox to show the sheet back! ==&amp;gt; vHideSheetA = 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 11:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-sheet/m-p/508183#M1123335</guid>
      <dc:creator>richard</dc:creator>
      <dc:date>2014-01-14T11:06:03Z</dc:date>
    </item>
  </channel>
</rss>

