<?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 pass parameter (sheet) in url in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172180#M1312110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Rakesh. Do you have a sample application for this?&lt;/P&gt;&lt;P&gt;jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Nov 2009 07:29:47 GMT</pubDate>
    <dc:creator>jasonseril</dc:creator>
    <dc:date>2009-11-09T07:29:47Z</dc:date>
    <item>
      <title>pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172178#M1312108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day to all,&lt;/P&gt;&lt;P&gt;Is it possible to pass parameter (the name of sheet) in url, so that when qvw document is opened in AP, the specified sheet will be opened. thanks in advanc e.&lt;/P&gt;&lt;P&gt;jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172178#M1312108</guid>
      <dc:creator>jasonseril</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172179#M1312109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes very well possible. You would create a variable in your document and fill this variable passing parameters in the url for this variable. Then "On Open" macro you would read this variable contents and activate the sheet you want. Make sure to wipe the contents out in the same macro, and put a check in the begining to make sure variable is not initial.&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 22:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172179#M1312109</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2009-11-06T22:47:03Z</dc:date>
    </item>
    <item>
      <title>pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172180#M1312110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Rakesh. Do you have a sample application for this?&lt;/P&gt;&lt;P&gt;jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 07:29:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172180#M1312110</guid>
      <dc:creator>jasonseril</dc:creator>
      <dc:date>2009-11-09T07:29:47Z</dc:date>
    </item>
    <item>
      <title>pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172181#M1312111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it doesnt workin in Qlikview 9 using Access point.&lt;/P&gt;&lt;P&gt;Please share you view on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 19:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172181#M1312111</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2010-05-17T19:57:08Z</dc:date>
    </item>
    <item>
      <title>pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172182#M1312112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: bold"&gt;1. Create a variable in your Document and set the value to 0.&lt;BR /&gt; 2. Create this procedute:&lt;/P&gt;&lt;P&gt;&lt;B&gt;Sub WhenOpen&lt;BR /&gt;&lt;BR /&gt; set v = ActiveDocument.GetVariable("vSheet")&lt;BR /&gt;ActiveDocument.Sheets(v.GetContent.String).Activate&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;End Sub&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;BR /&gt;3. Create a Trigger OnOpen on Document Event Triggers to run the procedure.&lt;BR /&gt; 4. The url is qvp://localhost/MyApp.qvw?vSheet=0, where vSheet is an array. So your first sheet is 0, the second is 1...&lt;BR /&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 19:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172182#M1312112</guid>
      <dc:creator />
      <dc:date>2010-05-28T19:09:14Z</dc:date>
    </item>
    <item>
      <title>pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172183#M1312113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is a difference between doing this in Ajax and IE/Desktop. For the Windows Desktop &amp;amp; Plugin versions you can use the qvp:// protocal to pass a parameter. This would look like: qvp://servername/document.qvw?var=1&amp;amp;var=2&lt;/P&gt;&lt;P&gt;If you use Ajax, the only way I've been able to this is via bookmarks. If you select Remember Layout state in a new bookmark, then it will show the sheet you were on when it was created. And you can the reference the bookmark in the url by appending: &amp;amp;bookmark=Document\BM01&lt;/P&gt;&lt;P&gt;You will need to do a bookmark for each sheet you want to reference.&lt;/P&gt;&lt;P&gt;The bookmark method will also work in IE.&lt;/P&gt;&lt;P&gt;Support for setting variables via http urls would be really nice...&lt;/P&gt;&lt;P&gt;Regards Seebach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 15:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172183#M1312113</guid>
      <dc:creator>tseebach</dc:creator>
      <dc:date>2010-11-20T15:05:00Z</dc:date>
    </item>
    <item>
      <title>pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172184#M1312114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Torben!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 17:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172184#M1312114</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2011-04-29T17:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172185#M1312115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/seebach" id="jive-212229679713050906536" style="background-color: #ffffff; font-size: 12px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;Torben Seebach&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your tip works only if you creat a shared bookmark using the access point, but if you will creat a bookmark in the document using a desktop client it doesnt work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 09:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172185#M1312115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-12T09:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172186#M1312116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can access directly to a specific sheet of your QVW by using de parameter "sheet" in the URL, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://servername/QvAJAXZfc/opendoc.htm?document=MyApp.qvw&amp;amp;sheet=MY_SHEET"&gt;http://servername/QvAJAXZfc/opendoc.htm?document=MyApp.qvw&amp;amp;sheet=MY_SHEET&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where MY_SHEET is the ID of the Sheet you want be open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ariel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 20:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172186#M1312116</guid>
      <dc:creator>arieidel</dc:creator>
      <dc:date>2013-10-30T20:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172187#M1312117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know, Rakesh's solution is correct. I am using it in some of my reports, with the desired results (a trigger in the "On Open" event that activates the sheet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 08:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172187#M1312117</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2013-10-31T08:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172188#M1312118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ariel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, the AJAX solution works well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a similar solution for the IE Plug-in, othere than the on open trigger solution outlined?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 16:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172188#M1312118</guid>
      <dc:creator>bnichol</dc:creator>
      <dc:date>2014-03-18T16:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172189#M1312119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No, the Plugin doesn't support that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 17:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172189#M1312119</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2014-03-18T17:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172190#M1312120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the confirmation about the IE Plug-in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 17:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172190#M1312120</guid>
      <dc:creator>bnichol</dc:creator>
      <dc:date>2014-03-18T17:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172191#M1312121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A workaround for the plugin is using a Document or Server Bookmark.&lt;/P&gt;&lt;P&gt;You can create a bookmark saving only the layout (the sheet you want to open) and then pass it as a param, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://intra4.tenaris.techint.net/Qvplugin/opendoc.htm?document=PROD%2FBCP.qvw%3Fbookmark%3DServer%5CBM864" title="http://intra4.tenaris.techint.net/Qvplugin/opendoc.htm?document=PROD%2FBCP.qvw%3Fbookmark%3DServer%5CBM864"&gt;http://servername/Qvplugin/opendoc.htm?document=MyApp.qvw?bookmark=Server\BM1234&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 17:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172191#M1312121</guid>
      <dc:creator>arieidel</dc:creator>
      <dc:date>2014-03-18T17:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172192#M1312122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ariel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the bookmark suggestion.&amp;nbsp; It works well with the IE Plug-in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 16:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172192#M1312122</guid>
      <dc:creator>bnichol</dc:creator>
      <dc:date>2014-03-21T16:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172193#M1312123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi im using the IE plug in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way to pass parameters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #ff0000;"&gt;Is there a similar solution for the IE Plug-in, othere than the on open trigger solution outlined?"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;what is the -open trigger solution outlined??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;tnx &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;adi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 07:18:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172193#M1312123</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2014-08-26T07:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172194#M1312124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you explain how its works with the IE Plug-in??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried with no succes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you show your link?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Aug 2014 07:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172194#M1312124</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2014-08-31T07:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172195#M1312125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server bookmark can be used and then use it in the url&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 08:53:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/172195#M1312125</guid>
      <dc:creator />
      <dc:date>2014-09-05T08:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/1922319#M1312126</link>
      <description>&lt;P&gt;How to use it in QLIK Sense&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 19:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/1922319#M1312126</guid>
      <dc:creator>prem_1961</dc:creator>
      <dc:date>2022-04-25T19:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: pass parameter (sheet) in url</title>
      <link>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/1922628#M1312127</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/61574"&gt;@prem_1961&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I would suggest to raise the question on a new post on the Qlik Sense forum if you could not find the answer in the meantime.&lt;/P&gt;
&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 10:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pass-parameter-sheet-in-url/m-p/1922628#M1312127</guid>
      <dc:creator>Albert_Candelario</dc:creator>
      <dc:date>2022-04-26T10:48:33Z</dc:date>
    </item>
  </channel>
</rss>

