<?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: Activate Specific Tab - Macro Trigger in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278020#M103567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check of the attachement. Once unzipped you would find two files, HomeDoc and TargetDoc. Demonstrated opening TargetDoc from HomeDoc and dynamically activating the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OpenDoc:&lt;/P&gt;&lt;P&gt;Has a variable which tells which sheet in TargetDoc to open.&lt;/P&gt;&lt;P&gt;Two button set the variable and runs a macro.&lt;/P&gt;&lt;P&gt;Macro reads the variable, opens TargetDoc and activates the sheet specified in the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this demonstrates your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Oct 2011 03:42:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-28T03:42:34Z</dc:date>
    <item>
      <title>Urgent: Activate Specific Tab - Macro Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278017#M103564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to assign a macro to a tab. On clicking this tab the macro would open a new qlikview document specified in the path mentioned. Find below &lt;BR /&gt;the macro that i am assigning to the tab. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sub OpenHome&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set App=ActiveDocument.GetApplication&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; App.OpenDoc "Path\Filename.qvw","",""&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new document has several tabs. My requirement is to activate a specific tab in that new document. Not sure how this can be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tkx.&lt;BR /&gt;Harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 04:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278017#M103564</guid>
      <dc:creator />
      <dc:date>2011-10-27T04:53:52Z</dc:date>
    </item>
    <item>
      <title>Urgent: Activate Specific Tab - Macro Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278018#M103565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the second document: Go to Document Properties-&amp;gt;Triggers-&amp;gt;On Open and add action Layout-&amp;gt;Activate Sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do this dynamically, you can a set variable value in App.OpenDoc and use that to activate sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 05:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278018#M103565</guid>
      <dc:creator />
      <dc:date>2011-10-27T05:22:02Z</dc:date>
    </item>
    <item>
      <title>Urgent: Activate Specific Tab - Macro Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278019#M103566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have it dynamic, Can you please share an example how i can do this in the macro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tkx.&lt;/P&gt;&lt;P&gt;Harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 19:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278019#M103566</guid>
      <dc:creator />
      <dc:date>2011-10-27T19:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent: Activate Specific Tab - Macro Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278020#M103567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check of the attachement. Once unzipped you would find two files, HomeDoc and TargetDoc. Demonstrated opening TargetDoc from HomeDoc and dynamically activating the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OpenDoc:&lt;/P&gt;&lt;P&gt;Has a variable which tells which sheet in TargetDoc to open.&lt;/P&gt;&lt;P&gt;Two button set the variable and runs a macro.&lt;/P&gt;&lt;P&gt;Macro reads the variable, opens TargetDoc and activates the sheet specified in the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this demonstrates your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2011 03:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278020#M103567</guid>
      <dc:creator />
      <dc:date>2011-10-28T03:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent: Activate Specific Tab - Macro Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278021#M103568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works Perfectly....Thanks a lot Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2011 16:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278021#M103568</guid>
      <dc:creator />
      <dc:date>2011-10-28T16:10:59Z</dc:date>
    </item>
    <item>
      <title>Urgent: Activate Specific Tab - Macro Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278022#M103569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; It was very helpful for me as well,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 15:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278022#M103569</guid>
      <dc:creator>rotmangadi</dc:creator>
      <dc:date>2012-01-30T15:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent: Activate Specific Tab - Macro Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278023#M103570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran, I have a question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why if you put in mode webview, the macro dont&amp;nbsp; work, please help me.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 21:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278023#M103570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-27T21:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent: Activate Specific Tab - Macro Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278024#M103571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ActiveSheet Trigger doesn't work in WebView.&lt;/P&gt;&lt;P&gt;Try using a button instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 10:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278024#M103571</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-02-28T10:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent: Activate Specific Tab - Macro Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278025#M103572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Dear Kiran,&lt;/P&gt;&lt;P&gt; My question is, I want to open Word documents in a OpenFiles.qvw,&lt;/P&gt;&lt;P&gt;and&amp;nbsp; I created a button that when selecting the button open the word document.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;What I did was&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actions tab launch&amp;nbsp; add action and I gave the path where the archivo.qvw was stored&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; \ QlikView \ Production \ Documents \ Transaction \ User.docx&lt;/P&gt;&lt;P&gt;attached print 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything works fine, but when I publish the Access Point does not worke and I can't open word documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;IMG __jive_id="34076" class="jive-image-thumbnail jive-image" onclick="" alt="print1.JPG" src="https://community.qlik.com/legacyfs/online/34076_print1.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 15:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Activate-Specific-Tab-Macro-Trigger/m-p/278025#M103572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-28T15:10:43Z</dc:date>
    </item>
  </channel>
</rss>

