<?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: Container Tab Index in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Container-Tab-Index/m-p/975220#M649953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why MsgBox?&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;)&lt;BR /&gt;Thanks anyways&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Sep 2015 05:49:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-18T05:49:28Z</dc:date>
    <item>
      <title>Container Tab Index</title>
      <link>https://community.qlik.com/t5/QlikView/Container-Tab-Index/m-p/975217#M649950</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 a container which contains two tab for two charts. I want to know which tab is the currently active tab like GetActiveTabe(). I dont wanna change anything in the container just want to get the index.&lt;/P&gt;&lt;P&gt;Since there is no trigger, is there a walk around?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99308_Capture.PNG" style="height: 316px; width: 620px;" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 05:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Container-Tab-Index/m-p/975217#M649950</guid>
      <dc:creator />
      <dc:date>2015-09-18T05:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Container Tab Index</title>
      <link>https://community.qlik.com/t5/QlikView/Container-Tab-Index/m-p/975218#M649951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The alternative is to use separate charts instead of a container and show/hide these charts as needed based one or more variables that are controlled by button clicks or a selection in a listbox. You can find an example here: &lt;A href="https://community.qlik.com/message/727488"&gt;Toggling multiple charts with variables and conditional show&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 05:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Container-Tab-Index/m-p/975218#M649951</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-09-18T05:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Container Tab Index</title>
      <link>https://community.qlik.com/t5/QlikView/Container-Tab-Index/m-p/975219#M649952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK - only with a VBScript Macro like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub GetActiveTab&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set ContainerObj = ActiveDocument.GetSheetObject("CT01")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set ContProp=ContainerObj.GetProperties &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveObject=ContProp.SingleObjectActiveIndex&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MsgBox ActiveObject&lt;BR /&gt;End Sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: Macros are considered "evil" ... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 05:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Container-Tab-Index/m-p/975219#M649952</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-18T05:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Container Tab Index</title>
      <link>https://community.qlik.com/t5/QlikView/Container-Tab-Index/m-p/975220#M649953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why MsgBox?&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;)&lt;BR /&gt;Thanks anyways&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 05:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Container-Tab-Index/m-p/975220#M649953</guid>
      <dc:creator />
      <dc:date>2015-09-18T05:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Container Tab Index</title>
      <link>https://community.qlik.com/t5/QlikView/Container-Tab-Index/m-p/975221#M649954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should have been removed of course (the MsgBox) ... only tor testing ... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 06:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Container-Tab-Index/m-p/975221#M649954</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-18T06:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Container Tab Index</title>
      <link>https://community.qlik.com/t5/QlikView/Container-Tab-Index/m-p/1587023#M649955</link>
      <description>&lt;P&gt;This was an issue that I brought up to R&amp;amp;D a while ago. Those who are using certain versions QlikView will notice that these properties no longer produce the desired result. The API for getting the active object and changing the active object programmatically can be found in this article with examples: &lt;A href="https://support.qlik.com/articles/000070090" target="_blank" rel="noopener"&gt;https://support.qlik.com/articles/000070090&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 07:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Container-Tab-Index/m-p/1587023#M649955</guid>
      <dc:creator>StevenJDH</dc:creator>
      <dc:date>2019-05-31T07:55:51Z</dc:date>
    </item>
  </channel>
</rss>

