<?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 Multiple Tabs in One Sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163368#M36484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This shows buttons funtionalities&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Aug 2009 15:54:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-21T15:54:05Z</dc:date>
    <item>
      <title>Multiple Tabs in One Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163366#M36482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there anyway to create multiple tabs in one sheet?&lt;/P&gt;&lt;P&gt;I have around 15 Tabs and would like to group them down to about 6.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 01:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163366#M36482</guid>
      <dc:creator />
      <dc:date>2009-08-21T01:52:32Z</dc:date>
    </item>
    <item>
      <title>Multiple Tabs in One Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163367#M36483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See enclosed. Good example of how you can use buttons to simulate "sub tabs". Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 09:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163367#M36483</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2009-08-21T09:40:50Z</dc:date>
    </item>
    <item>
      <title>Multiple Tabs in One Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163368#M36484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This shows buttons funtionalities&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 15:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163368#M36484</guid>
      <dc:creator />
      <dc:date>2009-08-21T15:54:05Z</dc:date>
    </item>
    <item>
      <title>Multiple Tabs in One Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163369#M36485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is exactly what I was looking for!!! Thank you so much!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 20:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163369#M36485</guid>
      <dc:creator />
      <dc:date>2009-08-21T20:30:00Z</dc:date>
    </item>
    <item>
      <title>Multiple Tabs in One Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163370#M36486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How are you accomplishing the switching out of list boxes when a button is pushed. It doesn't look like there is any macro code for it?&lt;/P&gt;&lt;P&gt;Looks good, just not seeing how it is done.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 21:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163370#M36486</guid>
      <dc:creator>markmccoid</dc:creator>
      <dc:date>2009-08-24T21:53:15Z</dc:date>
    </item>
    <item>
      <title>Multiple Tabs in One Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163371#M36487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The button is linked to a macro and the mcro will simply change the value of a variable, for example, I am including up to 6 "tab" buttons at the top of my screen and each of those are linked to a different macro, but the macro changes the same variable (For eg: vTabSelected) so button one will change the variable to be "Performance Data" and button two will change the same variable to be "Summary".&lt;/P&gt;&lt;P&gt;On each of my list boxes, charts, tables I use a conditional show command where, for example, my conditional show will be vTabSelected='Performance Data'&lt;/P&gt;&lt;P&gt;This means that my objects only show when the appropriate button at the top is selected.&lt;/P&gt;&lt;P&gt;Note: The buttons themselves also have conditional background colour formatting so that they turn grey when selected, and are transparent when not selected, this means that the user always knows which tab is active.&lt;/P&gt;&lt;P&gt;Any other questions, let me know.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 21:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163371#M36487</guid>
      <dc:creator />
      <dc:date>2009-08-24T21:59:06Z</dc:date>
    </item>
    <item>
      <title>Multiple Tabs in One Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163372#M36488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Nigel.&lt;/P&gt;&lt;P&gt;Excellent solution!&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 22:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163372#M36488</guid>
      <dc:creator>markmccoid</dc:creator>
      <dc:date>2009-08-24T22:25:50Z</dc:date>
    </item>
    <item>
      <title>Multiple Tabs in One Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163373#M36489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys, I'll throw my tuppence worth into the ring...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way of achieving this is without the use of Macros... provided you aren't wanting vertical labels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your script, load an INLINE table similar to this:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;TabName, ShowFlag&lt;BR /&gt;TabA, 1&lt;BR /&gt;TabB, 2&lt;BR /&gt;TabC, 3&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Now create a list box off the TabName field, remove its caption bar etc, and set it so it isn't a single column - position it across the top. Set the sort to Load Order and not state, and finally set it so there is always 1 item selected.&lt;/P&gt;&lt;P&gt;On each object on your sheet, use the conditional show property eg&lt;/P&gt;&lt;P&gt;ShowFlag=1 to show when TabA is selected.&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P&gt;Attached is a simple example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 16:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163373#M36489</guid>
      <dc:creator />
      <dc:date>2009-08-27T16:31:12Z</dc:date>
    </item>
    <item>
      <title>Multiple Tabs in One Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163374#M36490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heh. I've been reading this thread with academic interest, but also thinking, "Why wouldn't you just use the QlikView tabs? Why reinvent the wheel?" Then mdk's post made me realize that I've already done this myself in two or three applications. I have a horizontal list box at the top with several options, and each option shows a different set of objects on the screen. However, all of the sets of objects are related to each other, so I felt they were best grouped on a single tab. I suppose there's really not much conceptual difference between that and simply making your own "tabs" for the entire application. It's just a matter of how far you want to take it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2009 00:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163374#M36490</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-08-29T00:39:39Z</dc:date>
    </item>
    <item>
      <title>Multiple Tabs in One Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163375#M36491</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 used this to create a "Quick Criteria" button. A button that when pushed shows a group of list boxes with fields a user can use to narrow down their search. They click the button again and the list boxes disappear.&lt;/P&gt;&lt;P&gt;This worked great in the fat client, but when I tried it using the IE plugin I got some strange results. Things like even though my "show/hide" variable was set to hide all the fields, a ghosted outline remained.&lt;/P&gt;&lt;P&gt;The thing that I am doing differently than the examples given here is that I am using the QlikView tabs and have my "Quick Criteria" buttons on multiple tabs.&lt;/P&gt;&lt;P&gt;An example, would be on QV Tab1 I have a "Quick Search" button and click it to show my extra criteria fields. I then click the button to hide these fields. I then go to Tab2 and do the same thing I did on Tab1, lastly I go back to tab one and I see my extra criteria list boxes flash on then off, but the background text boxes are leaving a "ghosted" border behind.&lt;/P&gt;&lt;P&gt;Just curious if anyone else is seeing anything like this.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 21:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163375#M36491</guid>
      <dc:creator>markmccoid</dc:creator>
      <dc:date>2009-08-31T21:15:39Z</dc:date>
    </item>
    <item>
      <title>Multiple Tabs in One Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163376#M36492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;John Witherspoon wrote:I've been reading this thread with academic interest, but also thinking, "Why wouldn't you just use the QlikView tabs?&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;Prior to this post I never really looked into this matter, but this posting made me realize that for some small and compact applications, especially for CEO/CFO's, this can be very convenient. It gives a nice, clean, and simple look which somehow seems to be favorable with these kinds of people (at least where I am working &lt;IMG alt="Wink" src="http://community.qlik.com/emoticons/emotion-5.gif" /&gt;).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 00:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Tabs-in-One-Sheet/m-p/163376#M36492</guid>
      <dc:creator />
      <dc:date>2009-09-01T00:05:38Z</dc:date>
    </item>
  </channel>
</rss>

