<?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: how to get url parameter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-get-url-parameter/m-p/262105#M497320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank&amp;nbsp; Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i found Another way in &lt;SPAN style="text-decoration: underline;"&gt;qlikViewCommunity&lt;/SPAN&gt; witch use the "qvp" url&lt;/P&gt;&lt;P&gt;whith a &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;creating a document variable called agenceCode and set to 0 &lt;/LI&gt;&lt;LI&gt;creating a macro (vbscript)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub WhenOpen &lt;/P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set agenceCode = ActiveDocument.GetVariable("agenceCode")&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;End Sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;trigger onOpen calling macro WhenOpen&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the url : &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;qvp://&amp;lt;myserveur&amp;gt;/..../agenceUrl.qvw?agenceCode=591 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2011 12:42:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-20T12:42:50Z</dc:date>
    <item>
      <title>how to get url parameter</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-url-parameter/m-p/262103#M497318</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;my url:&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikastest01/......./agenceUrl.qvw&amp;amp;client=Plugin;agence=362"&gt;http://qlikastest01/......./agenceUrl.qvw&amp;amp;client=Plugin;agence=362&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my application i need to &lt;SPAN style="text-decoration: underline;"&gt;get &lt;/SPAN&gt;the parameter "agence" from the url to set a data/variable selected by default &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anybody can help us&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 07:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-url-parameter/m-p/262103#M497318</guid>
      <dc:creator />
      <dc:date>2011-10-20T07:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to get url parameter</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-url-parameter/m-p/262104#M497319</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;Assuming the url is in a field named URL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subfield(Subfield(Mid(URL, Index(URL, 'agence')), '=', 2), ';', 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The outer subfield handles the case where there are more parameters after agence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 08:32:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-url-parameter/m-p/262104#M497319</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-10-20T08:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to get url parameter</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-url-parameter/m-p/262105#M497320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank&amp;nbsp; Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i found Another way in &lt;SPAN style="text-decoration: underline;"&gt;qlikViewCommunity&lt;/SPAN&gt; witch use the "qvp" url&lt;/P&gt;&lt;P&gt;whith a &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;creating a document variable called agenceCode and set to 0 &lt;/LI&gt;&lt;LI&gt;creating a macro (vbscript)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub WhenOpen &lt;/P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set agenceCode = ActiveDocument.GetVariable("agenceCode")&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;End Sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;trigger onOpen calling macro WhenOpen&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the url : &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;qvp://&amp;lt;myserveur&amp;gt;/..../agenceUrl.qvw?agenceCode=591 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 12:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-url-parameter/m-p/262105#M497320</guid>
      <dc:creator />
      <dc:date>2011-10-20T12:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to get url parameter</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-url-parameter/m-p/262106#M497321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi johathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second problem i have &lt;/P&gt;&lt;P&gt;Qvp pseudo url seems not working with ajax&amp;nbsp; so&amp;nbsp; getting back to your solution (classic url)&lt;/P&gt;&lt;P&gt;and my question is how to get the active document url ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 07:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-url-parameter/m-p/262106#M497321</guid>
      <dc:creator />
      <dc:date>2011-10-26T07:25:34Z</dc:date>
    </item>
  </channel>
</rss>

