<?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 Tabs + Sub tabs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Tabs-Sub-tabs/m-p/162842#M36216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only sheet event triggers are OnActivateSheet and OnLeaveSheet. Since tab A is already shown when you open the dashboard, NO TRIGGER IS FIRED when you click on that tab. Therefore, you can't respond to someone clicking on the tab by opening other tabs. You could do it if it was NOT already displayed, since then clicking on it would fire OnActivateSheet. But with it already displayed, no.&lt;/P&gt;&lt;P&gt;It's not QUITE what you want, but you could create a transparent button the size of the entire sheet. That way, if they click anywhere on the sheet EXCEPT for the tab, you can capture that and respond to it. The response in this case would be to set a variable, and then have the other sheets conditionally shown based on the value of that variable, just like Daniel said earlier.&lt;/P&gt;&lt;P&gt;I can create an example for that if you want, but it isn't what you asked for, so I don't want to waste the time otherwise.&lt;/P&gt;&lt;P&gt;You could also eliminate tabs and replace them with your own controls, but in my opinion that would be needlessly complicated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Dec 2010 02:57:14 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2010-12-30T02:57:14Z</dc:date>
    <item>
      <title>Tabs + Sub tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Tabs-Sub-tabs/m-p/162835#M36209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a dahsboard which is having 5 tabs (A,B,C,D,E)&lt;/P&gt;&lt;P&gt;A is the tab which will explain the details of B,C,D,E tabs.&lt;/P&gt;&lt;P&gt;Now when I click on the first tab i.e A the rest of the tabs should open its like + symbol.&lt;/P&gt;&lt;P&gt;So, in dashboard it should show only A tab. Once I click only rest of the tabs should appear.&lt;/P&gt;&lt;P&gt;can anyone come across the same scenario. FYI..I am using 8.2 version&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 12:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tabs-Sub-tabs/m-p/162835#M36209</guid>
      <dc:creator />
      <dc:date>2010-10-28T12:50:56Z</dc:date>
    </item>
    <item>
      <title>Tabs + Sub tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Tabs-Sub-tabs/m-p/162836#M36210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could have a variable that is set when entering the sheet and a conditional show on that vaiable on the other sheets that you want to be shown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 12:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tabs-Sub-tabs/m-p/162836#M36210</guid>
      <dc:creator />
      <dc:date>2010-10-28T12:59:07Z</dc:date>
    </item>
    <item>
      <title>Tabs + Sub tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Tabs-Sub-tabs/m-p/162837#M36211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to create variable and use in conditional.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 13:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tabs-Sub-tabs/m-p/162837#M36211</guid>
      <dc:creator />
      <dc:date>2010-10-28T13:02:55Z</dc:date>
    </item>
    <item>
      <title>Tabs + Sub tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Tabs-Sub-tabs/m-p/162838#M36212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To create a variable:&lt;/P&gt;&lt;P&gt;Settings -&amp;gt; Variable OverView -&amp;gt; Add&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 13:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tabs-Sub-tabs/m-p/162838#M36212</guid>
      <dc:creator />
      <dc:date>2010-10-28T13:11:21Z</dc:date>
    </item>
    <item>
      <title>Tabs + Sub tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Tabs-Sub-tabs/m-p/162839#M36213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You Can try this .I think this will solve your problem.If I am able to understand your problem.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 13:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tabs-Sub-tabs/m-p/162839#M36213</guid>
      <dc:creator />
      <dc:date>2010-10-28T13:24:45Z</dc:date>
    </item>
    <item>
      <title>Tabs + Sub tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Tabs-Sub-tabs/m-p/162840#M36214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Ravi, this is not what I am expecting.&lt;/P&gt;&lt;P&gt;Can anyone have idea on this??&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 14:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tabs-Sub-tabs/m-p/162840#M36214</guid>
      <dc:creator />
      <dc:date>2010-10-29T14:14:04Z</dc:date>
    </item>
    <item>
      <title>Tabs + Sub tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Tabs-Sub-tabs/m-p/162841#M36215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;Any solution for this query??&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 05:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tabs-Sub-tabs/m-p/162841#M36215</guid>
      <dc:creator />
      <dc:date>2010-12-29T05:49:54Z</dc:date>
    </item>
    <item>
      <title>Tabs + Sub tabs</title>
      <link>https://community.qlik.com/t5/QlikView/Tabs-Sub-tabs/m-p/162842#M36216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only sheet event triggers are OnActivateSheet and OnLeaveSheet. Since tab A is already shown when you open the dashboard, NO TRIGGER IS FIRED when you click on that tab. Therefore, you can't respond to someone clicking on the tab by opening other tabs. You could do it if it was NOT already displayed, since then clicking on it would fire OnActivateSheet. But with it already displayed, no.&lt;/P&gt;&lt;P&gt;It's not QUITE what you want, but you could create a transparent button the size of the entire sheet. That way, if they click anywhere on the sheet EXCEPT for the tab, you can capture that and respond to it. The response in this case would be to set a variable, and then have the other sheets conditionally shown based on the value of that variable, just like Daniel said earlier.&lt;/P&gt;&lt;P&gt;I can create an example for that if you want, but it isn't what you asked for, so I don't want to waste the time otherwise.&lt;/P&gt;&lt;P&gt;You could also eliminate tabs and replace them with your own controls, but in my opinion that would be needlessly complicated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 02:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tabs-Sub-tabs/m-p/162842#M36216</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-12-30T02:57:14Z</dc:date>
    </item>
  </channel>
</rss>

