<?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: Get 'ajax Url' in a QV document in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-ajax-Url-in-a-QV-document/m-p/280004#M707990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Miguel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i need is to get the url in a QV document&lt;/P&gt;&lt;P&gt;Something like&amp;nbsp; getUrl&lt;/P&gt;&lt;P&gt;But your response will help me to get the parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2011 07:33:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-06T07:33:02Z</dc:date>
    <item>
      <title>Get 'ajax Url' in a QV document</title>
      <link>https://community.qlik.com/t5/QlikView/Get-ajax-Url-in-a-QV-document/m-p/280002#M707988</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;I need to get the url in my Qlikview document to catch the parameters of it&lt;/P&gt;&lt;P&gt;I failed to resolved my problem &lt;/P&gt;&lt;P&gt;May be somebody have do it and can help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my url looks like&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://myServer.myDomain.fr/xxxxxx/accessPoint.aspx?open=&amp;amp;id=Local%7CMyFolder/myDocument.qvw&amp;amp;client=ajax&amp;amp;param1=val1ue"&gt;http://myServer.myDomain.fr/xxxxxx/accessPoint.aspx?open=&amp;amp;id=Local%7CMyFolder/myDocument.qvw&amp;amp;client=ajax&amp;amp;param1=val1ue&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks by advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 16:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-ajax-Url-in-a-QV-document/m-p/280002#M707988</guid>
      <dc:creator />
      <dc:date>2011-12-05T16:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Get 'ajax Url' in a QV document</title>
      <link>https://community.qlik.com/t5/QlikView/Get-ajax-Url-in-a-QV-document/m-p/280003#M707989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubField() will do, and a precedent load will help as well:&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;Data:&lt;/P&gt;&lt;P&gt;LOAD SubField(Pairs, '=', 1) AS Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(Pairs, '=', 2) AS Value;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD SubField(SubField('&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://myServer.myDomain.fr/xxxxxx/accessPoint.aspx?open=&amp;amp;id=Local%7CMyFolder/myDocument.qvw&amp;amp;client=ajax&amp;amp;param1=val1ue"&gt;http://myServer.myDomain.fr/xxxxxx/accessPoint.aspx?open=&amp;amp;id=Local%7CMyFolder/myDocument.qvw&amp;amp;client=ajax&amp;amp;param1=val1ue&lt;/A&gt;&lt;SPAN&gt;', '?', 2), '&amp;amp;') AS Pairs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;AUTOGENERATE 1;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This dummy example based on your url does the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The first load takes the part on the right of the "?" where the values are and&lt;/LI&gt;&lt;LI&gt;Takes each of the pairs between "&amp;amp;" (name=value)&lt;/LI&gt;&lt;LI&gt;Then the preceding load takes the part on the left of the "=" as the parameter name and the right as the parameter value.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work regardless the number of parameters and urls you have, resulting in three fields, Name, Value and Pairs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you are looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 16:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-ajax-Url-in-a-QV-document/m-p/280003#M707989</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-12-05T16:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Get 'ajax Url' in a QV document</title>
      <link>https://community.qlik.com/t5/QlikView/Get-ajax-Url-in-a-QV-document/m-p/280004#M707990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Miguel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i need is to get the url in a QV document&lt;/P&gt;&lt;P&gt;Something like&amp;nbsp; getUrl&lt;/P&gt;&lt;P&gt;But your response will help me to get the parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 07:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-ajax-Url-in-a-QV-document/m-p/280004#M707990</guid>
      <dc:creator />
      <dc:date>2011-12-06T07:33:02Z</dc:date>
    </item>
  </channel>
</rss>

