<?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: Activating sheets using Launch in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845343#M1007865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My next thing though is because it opens the same application, the two sheets are visible and I only want the Claims sheet to be visible (the Premiums tab will be hidden) when opening the Claims button and the Premiums button shows the Premiums tab (hiding the Claims tab).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you think section access applied to a button would work?&lt;/P&gt;&lt;P&gt;I've tried conditional formatting to hide these but wont work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your macro, you have activate sheet; is there a deactivate sheet alternative?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2015 10:14:15 GMT</pubDate>
    <dc:creator>bobbydave</dc:creator>
    <dc:date>2015-05-13T10:14:15Z</dc:date>
    <item>
      <title>Activating sheets using Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845329#M1007851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So ... I have two buttons on my document which will open the another qlikview application but I want the two buttons to activate one sheet from the application, the second button to open the second sheet from the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e,g,&lt;/P&gt;&lt;P&gt;So I have a Department application that has Button A and Button B and a Department application.&lt;/P&gt;&lt;P&gt;When I click on Button A, this should open Premiums sheet of the department application and Button B should launch the Claims sheet of the department application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to do so. I can launch the external applicaiton with the trigger but its Activating the Sheet I want opened is the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845329#M1007851</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Activating sheets using Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845330#M1007852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use macros&lt;/P&gt;&lt;P&gt;Sub ButA&lt;/P&gt;&lt;P&gt;set App = ActiveDocument.GetApplication&lt;/P&gt;&lt;P&gt;set newdoc = App.OpenDoc ("c:\Users\......\Desktop\Department.qvw","","")&lt;/P&gt;&lt;P&gt;newdoc.Sheets("Claims").Activate&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ButB&lt;/P&gt;&lt;P&gt;set App = ActiveDocument.GetApplication&lt;/P&gt;&lt;P&gt;set newdoc = App.OpenDoc ("c:\Users\........\Desktop\Department.qvw","","")&lt;/P&gt;&lt;P&gt;newdoc.Sheets("Premium").Activate&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 15:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845330#M1007852</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-12T15:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Activating sheets using Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845331#M1007853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried to do it by setting a trigger on open in document properties that wil activate your desired sheet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="trigger.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86336_trigger.png" style="height: 531px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 17:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845331#M1007853</guid>
      <dc:creator />
      <dc:date>2015-05-12T17:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Activating sheets using Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845332#M1007854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't that activate the same sheet every time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 20:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845332#M1007854</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-12T20:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Activating sheets using Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845333#M1007855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will those macros work in ajax?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 20:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845333#M1007855</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-05-12T20:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Activating sheets using Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845334#M1007856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If using ajax client, you can pass the sheet as a parameter of the URL. &lt;/P&gt;&lt;P&gt;See&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/53743"&gt;Passing Parameters in a URL and Document Chaining&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3847"&gt;AJAX and URL parameters&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com" rel="nofollow"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 20:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845334#M1007856</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-05-12T20:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Activating sheets using Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845335#M1007857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume not. but unless I got this question right bobbydave is asking for desktop app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 20:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845335#M1007857</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-12T20:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Activating sheets using Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845336#M1007858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes he should be able to specify which sheet. Although never tried might even be possible to make the sheet selection dynamic using a pick match or some other conditional function. what do you think?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 06:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845336#M1007858</guid>
      <dc:creator />
      <dc:date>2015-05-13T06:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Activating sheets using Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845337#M1007859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the links Rob.&lt;/P&gt;&lt;P&gt;The second one clearly explain how to use&amp;nbsp; parameters to open specific sheet but is there a way by just using triggers to pass the parameter to second qvw file to open it on desired sheet on desktop?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 07:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845337#M1007859</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-13T07:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Activating sheets using Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845338#M1007860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried this to activate SH02 and SH04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two different buttons; one should open SH02 and the other button should open/activate SH04&lt;/P&gt;&lt;P&gt;I can launch the application (another qvw) but they both open on SH04&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 09:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845338#M1007860</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2015-05-13T09:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Activating sheets using Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845339#M1007861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is exactly what I needed.&lt;/P&gt;&lt;P&gt;I am not too familiar with macros but this does exactly what I needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 09:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845339#M1007861</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2015-05-13T09:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Activating sheets using Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845340#M1007862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but this would only open the same sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 09:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845340#M1007862</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2015-05-13T09:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Activating sheets using Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845341#M1007863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to Tolls--&amp;gt;Edit Module and add the above code.&lt;/P&gt;&lt;P&gt;Then assign one for each button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure it will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 09:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845341#M1007863</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-13T09:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Activating sheets using Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845342#M1007864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does. I used it. And worked Magically.&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 10:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845342#M1007864</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2015-05-13T10:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Activating sheets using Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845343#M1007865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My next thing though is because it opens the same application, the two sheets are visible and I only want the Claims sheet to be visible (the Premiums tab will be hidden) when opening the Claims button and the Premiums button shows the Premiums tab (hiding the Claims tab).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you think section access applied to a button would work?&lt;/P&gt;&lt;P&gt;I've tried conditional formatting to hide these but wont work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your macro, you have activate sheet; is there a deactivate sheet alternative?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 10:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845343#M1007865</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2015-05-13T10:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Activating sheets using Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845344#M1007866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the trigger Action was Launch, you could use the sheet parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 17:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-sheets-using-Launch/m-p/845344#M1007866</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-05-13T17:21:24Z</dc:date>
    </item>
  </channel>
</rss>

