<?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 select a specific sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310655#M114733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; ok then &lt;/P&gt;&lt;P&gt;can I make all sheets hidden and keep only welcome screen with an ENTER button&lt;/P&gt;&lt;P&gt;when the user clicks this button I run the triggers on the ONOPEN even on the click event of the button and make the rest of the sheets visible?&lt;/P&gt;&lt;P&gt;please advise&lt;/P&gt;&lt;P&gt;this should occur everytime the user opens the document&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2011 10:47:46 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2011-10-04T10:47:46Z</dc:date>
    <item>
      <title>select a specific sheet</title>
      <link>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310649#M114727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;is there a way to force the document to select a specific sheet upon opening the qlikview document?&lt;/P&gt;&lt;P&gt;if yes will this be applied or will still be applicable when the document is opened via web-browser from the access point? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 09:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310649#M114727</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2011-10-04T09:01:45Z</dc:date>
    </item>
    <item>
      <title>select a specific sheet</title>
      <link>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310650#M114728</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can use the On Open trigger of Qlikview to activate the specific sheet on opening the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Go to Settings-&amp;gt; Document Properties-&amp;gt; Triggers-&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Here add trigger to activate the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; This should also work in browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 09:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310650#M114728</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-10-04T09:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: select a specific sheet</title>
      <link>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310651#M114729</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 use this macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.ActivateSheet "SH01"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or u can use the example of Kaushik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want open a document always with the same sheet u can save the file with that sheet opened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find examples of macro in ApiGuide.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C u,&lt;/P&gt;&lt;P&gt;Stefano.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 09:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310651#M114729</guid>
      <dc:creator />
      <dc:date>2011-10-04T09:11:32Z</dc:date>
    </item>
    <item>
      <title>select a specific sheet</title>
      <link>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310652#M114730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I added a trigger to the ONOpen &lt;/P&gt;&lt;P&gt;however this trigger doesn't work when the document is open in the web browser&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 10:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310652#M114730</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2011-10-04T10:14:49Z</dc:date>
    </item>
    <item>
      <title>select a specific sheet</title>
      <link>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310653#M114731</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;On a Server environment, the OnOpen trigger shouldn't work by design (it's not a flaw and it's documented). Check the Reference Manual, section 29.3 Macro trigger limitations. However, those actions are likely to work if you use them in a button, or when activating a sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 10:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310653#M114731</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-10-04T10:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: select a specific sheet</title>
      <link>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310654#M114732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/154775#154775"&gt;Yep, that sounds correct.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 10:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310654#M114732</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-10-04T10:28:26Z</dc:date>
    </item>
    <item>
      <title>select a specific sheet</title>
      <link>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310655#M114733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; ok then &lt;/P&gt;&lt;P&gt;can I make all sheets hidden and keep only welcome screen with an ENTER button&lt;/P&gt;&lt;P&gt;when the user clicks this button I run the triggers on the ONOPEN even on the click event of the button and make the rest of the sheets visible?&lt;/P&gt;&lt;P&gt;please advise&lt;/P&gt;&lt;P&gt;this should occur everytime the user opens the document&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 10:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310655#M114733</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2011-10-04T10:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: select a specific sheet</title>
      <link>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310656#M114734</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;You can hide the tabrow, in the Settings menu, Document Properties. Then you can create a menu (buttons, text objects) with actions to activate a given sheet, so the user doesn't see all the tabs in every moment, only the menus and can only browse those tabs where the buttons (menu) allow him to move.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set as well all sheets hidden by default, using a variable vHideSheet in the conditional, set this variable to 0, and create a button in the welcome sheet that sets this variable to 1 so the condition in the General tab &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;vHideSheet = 1&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;becomes true and shows all sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 11:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310656#M114734</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-10-04T11:06:47Z</dc:date>
    </item>
    <item>
      <title>select a specific sheet</title>
      <link>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310657#M114735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can save the document with the desired sheet as the active sheet. It should open to that sheet each time.&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, 05 Oct 2011 00:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310657#M114735</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-10-05T00:24:20Z</dc:date>
    </item>
    <item>
      <title>select a specific sheet</title>
      <link>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310658#M114736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You did not specify if you're using the IE plugin or AJAX interface to access the document. If you're using the IE plugin, then you can triggers. If you're using AJAX, the on open trigger does not work since the on open trigger does not correspond to the page render in the browser. The best way is to simply save the document with your sheet active as Rob suggested. If that's not possible, then you can add the following code right after the qva,_Send call in opendoc.htm:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qva.SetInitial("Document.TabRow.Document\\&amp;lt;sheet id&amp;gt;", "action", "");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where &amp;lt;sheet id&amp;gt; is the id of the sheet you want active. Of course this change affects all documents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 00:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310658#M114736</guid>
      <dc:creator />
      <dc:date>2011-10-05T00:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: select a specific sheet</title>
      <link>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310659#M114737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a similar scenario where in we use a Macro which works OnOpen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to access querystring from URL and refresh the dashboard using this parameter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine in the local desktop but is failing while publishing in the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea of activating the sheet on web page load as you seem to face similar kind of issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 13:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310659#M114737</guid>
      <dc:creator />
      <dc:date>2013-01-03T13:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: select a specific sheet</title>
      <link>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310660#M114738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are uisng the Ajax client, youcan add a sheet parameter onto the URL which will take you to the specified sheetId.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;sheet=SH10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310660#M114738</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-01-03T19:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: select a specific sheet</title>
      <link>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310661#M114739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried the way you mentioned as well but we came to know that there is a limitation in QV for the triggers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;OnReload, OnOpen and OnPostReload macros will not work when the document is on the server&lt;/SPAN&gt; was the response in the below link from Miguel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/thread/32890?tstart=0#138063" title="http://community.qlik.com/thread/32890?tstart=0#138063"&gt;http://community.qlik.com/thread/32890?tstart=0#138063&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest any other alternates to activate the sheet and reload the dashboard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sai Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 12:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-a-specific-sheet/m-p/310661#M114739</guid>
      <dc:creator />
      <dc:date>2013-01-04T12:48:41Z</dc:date>
    </item>
  </channel>
</rss>

