<?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 Passing Parameters to IE Client in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Passing-Parameters-to-IE-Client/m-p/145243#M23993</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the solution. In fact, I had a bad condition written in my sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2009 19:38:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-05-28T19:38:01Z</dc:date>
    <item>
      <title>Passing Parameters to IE Client</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-Parameters-to-IE-Client/m-p/145242#M23992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to use an external parameter in my QVW to Show or Hide tabs depending on that parameter:&lt;BR /&gt;&lt;BR /&gt;I am passing that parameter this way.&lt;BR /&gt;&lt;BR /&gt;http://localhost/QvPlugin/opendoc.htm?document=qlikview/Setup_Viewer.qvw?Viewer=Lieu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The problem I have is that if I use that parameter in the 'Conditional' Show Sheet Box , it does not work.&lt;BR /&gt;&lt;BR /&gt;When I display that variable in a text box , It is correct.&lt;/P&gt;&lt;P&gt;I tried to use a macro 'On open' That does :&lt;/P&gt;&lt;P&gt;==================================================&lt;/P&gt;&lt;P&gt;Sub StartApp&lt;BR /&gt;if Viewer = "Lieu" then&lt;BR /&gt; ActiveDocument.Sheets("Document\SH05").Activate&lt;BR /&gt;else&lt;BR /&gt; ActiveDocument.Sheets("Document\SH05").DeactivateAll&lt;BR /&gt; end if&lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;===================================================&lt;/P&gt;&lt;P&gt;That does not work either.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Does someone has an idea on how I could do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 22:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-Parameters-to-IE-Client/m-p/145242#M23992</guid>
      <dc:creator />
      <dc:date>2009-05-27T22:43:42Z</dc:date>
    </item>
    <item>
      <title>Passing Parameters to IE Client</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-Parameters-to-IE-Client/m-p/145243#M23993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the solution. In fact, I had a bad condition written in my sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 19:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-Parameters-to-IE-Client/m-p/145243#M23993</guid>
      <dc:creator />
      <dc:date>2009-05-28T19:38:01Z</dc:date>
    </item>
    <item>
      <title>Passing Parameters to IE Client</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-Parameters-to-IE-Client/m-p/145244#M23994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philippe,&lt;/P&gt;&lt;P&gt;I am trying to pass a parameter thru URL and based value I have to filter the data in QVW.&lt;/P&gt;&lt;P&gt;My URL is like this&lt;/P&gt;&lt;P&gt;http://qlikview.domain.com/QvPlugin/opendoc.htm?document=test%20Application.qvw&amp;amp;VarDealerId=10002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the macro that I am calling is&lt;/P&gt;&lt;P&gt;Sub StartApp&lt;/P&gt;&lt;P&gt;myVal = ActiveDocument.Variables("VarDealerId").GetContent.String&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("DEALER_ID").Select myVal&lt;/P&gt;&lt;P&gt;msgbox myVal&lt;/P&gt;&lt;P&gt;end Sub.&lt;/P&gt;&lt;P&gt;Its not working. What I am doing wrong here. Can you please guide me.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 00:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-Parameters-to-IE-Client/m-p/145244#M23994</guid>
      <dc:creator />
      <dc:date>2009-07-09T00:50:55Z</dc:date>
    </item>
    <item>
      <title>Passing Parameters to IE Client</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-Parameters-to-IE-Client/m-p/145245#M23995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The call sequence should be&lt;/P&gt;&lt;P&gt;http://qlikview.domain.com/QvPlugin/opendoc.htm?document=test%20Application.qvw&lt;B&gt;?&lt;/B&gt;VarDealerId=10002&lt;/P&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;P&gt;http://qlikview.domain.com/QvPlugin/opendoc.htm?document=test%20Application.qvw&lt;B&gt;&amp;amp;&lt;/B&gt;VarDealerId=10002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sign ? before the first parameter instead of &amp;amp;. The &amp;amp; separator should be use for the subsequent parameters.&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;Philippe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 00:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-Parameters-to-IE-Client/m-p/145245#M23995</guid>
      <dc:creator />
      <dc:date>2009-07-09T00:55:27Z</dc:date>
    </item>
    <item>
      <title>Passing Parameters to IE Client</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-Parameters-to-IE-Client/m-p/145246#M23996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi pergo,&lt;/P&gt;&lt;P&gt;did you managed to pass a parameter to a variable using the URL ? Can you post a sample app ?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 22:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-Parameters-to-IE-Client/m-p/145246#M23996</guid>
      <dc:creator />
      <dc:date>2009-11-19T22:40:40Z</dc:date>
    </item>
    <item>
      <title>Passing Parameters to IE Client</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-Parameters-to-IE-Client/m-p/145247#M23997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can we do it in qlikview 9.. using access point.. whe i m using the ? method it says page cannot be displayed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 20:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-Parameters-to-IE-Client/m-p/145247#M23997</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2010-05-17T20:07:08Z</dc:date>
    </item>
    <item>
      <title>Passing Parameters to IE Client</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-Parameters-to-IE-Client/m-p/145248#M23998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am constructing the URL like this,&lt;/P&gt;&lt;P&gt;call sequence should be&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost/QvPlugin/opendoc.htm?document=Dashboard.qvw."&gt;http://localhost/QvPlugin/opendoc.htm?document=Dashboard.qvw.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But, this throws an error message that, the document failed to load as you don't have access to the document.&lt;/P&gt;&lt;P&gt;I am using QV9.0 SR2 with access point. Please, suggest as if this link works, then I will try to pass parameter to the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Somnath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 12:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-Parameters-to-IE-Client/m-p/145248#M23998</guid>
      <dc:creator />
      <dc:date>2011-01-27T12:43:41Z</dc:date>
    </item>
  </channel>
</rss>

