<?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: Urgent - Hiding and Unhiding Tabs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Urgent-Hiding-and-Unhiding-Tabs/m-p/299043#M110835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be easily achieved using variables, buttons with actions and conditionals in the visibility of the sheet. First you need to create as many variables as tabs (2 in this case). Then set each tab visibility to conditional (Sheet properties, General, Show Sheet, Conditional) when the variable has 1 as value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;vTab1Visible = 1&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The button has both the text and the action dynamic, so when the tab is visible, the text shows "Show Tab2" and the variable is set to the opposite value (1 visible, 0 hidden) and viceversa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2012 15:36:10 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2012-01-23T15:36:10Z</dc:date>
    <item>
      <title>Urgent - Hiding and Unhiding Tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Hiding-and-Unhiding-Tabs/m-p/299042#M110834</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 need help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two tabs ("Tab1" and "Tab2"). I am trying to add a button as an object in "Tab1" which shall have a trigger which would hide&lt;BR /&gt;"Tab1" and display "Tab2" and i would like to have a similar button in "Tab2" which would hide "Tab2" and display "Tab1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The eventual idea is to have the same name for both the tabs (Ex. "Tab") so that it would look like a single tab to users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure as to how this can be achieved. It would be great if anyone could share an example how to accomplish this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 15:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Hiding-and-Unhiding-Tabs/m-p/299042#M110834</guid>
      <dc:creator />
      <dc:date>2012-01-23T15:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - Hiding and Unhiding Tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Hiding-and-Unhiding-Tabs/m-p/299043#M110835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be easily achieved using variables, buttons with actions and conditionals in the visibility of the sheet. First you need to create as many variables as tabs (2 in this case). Then set each tab visibility to conditional (Sheet properties, General, Show Sheet, Conditional) when the variable has 1 as value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;vTab1Visible = 1&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The button has both the text and the action dynamic, so when the tab is visible, the text shows "Show Tab2" and the variable is set to the opposite value (1 visible, 0 hidden) and viceversa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 15:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Hiding-and-Unhiding-Tabs/m-p/299043#M110835</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-23T15:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent - Hiding and Unhiding Tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Hiding-and-Unhiding-Tabs/m-p/299044#M110836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a variable where you could set it to 1 or 2.&amp;nbsp; For this case, let's call it &lt;EM&gt;vTabShow.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;For your button on tab1, under Actions, you will Set Variable.&amp;nbsp; (Variable: vTabShow&amp;nbsp; Value: 2)&amp;nbsp; Then do an Activate Sheet and call Tab2.&lt;/P&gt;&lt;P&gt;Under the Sheet Properties, you will do a conditional show.&amp;nbsp; For tab1, it will be vTabShow=1 and for tab2 it will be vTabShow=2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the same on the button that is placed on tab2.&amp;nbsp; (Variable: vTabShow&amp;nbsp; Value: 1)&amp;nbsp; Then do an Activate Sheet and call Tab1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 15:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Hiding-and-Unhiding-Tabs/m-p/299044#M110836</guid>
      <dc:creator>dwh1104</dc:creator>
      <dc:date>2012-01-23T15:37:46Z</dc:date>
    </item>
    <item>
      <title>Urgent - Hiding and Unhiding Tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Hiding-and-Unhiding-Tabs/m-p/299045#M110837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Worked Perfectly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Dan Heller and Miguel &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 12:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Hiding-and-Unhiding-Tabs/m-p/299045#M110837</guid>
      <dc:creator />
      <dc:date>2012-01-25T12:08:12Z</dc:date>
    </item>
  </channel>
</rss>

