<?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 Parse Parameter and get Value in a SINGLE Link URL in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Parse-Parameter-and-get-Value-in-a-SINGLE-Link-URL/m-p/1885004#M72900</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;im looking for a way to get a custom parameter in a single-url (Qlik Sense Enterprise). I have the following URL:&lt;/P&gt;
&lt;P data-unlink="true"&gt;https://myqliksenseserver.com/single/?appid=ba64f950-5923-46f3-93b6-3e332e609d54&amp;amp;sheet=9s503087-017e-446a-9ab5-d4f48481267b&amp;amp;opt=ctxmenu,currsel&amp;amp;&lt;STRONG&gt;myParameter=myValue&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I need to parse the &lt;STRONG&gt;myParameter&lt;/STRONG&gt; and save &lt;STRONG&gt;myValue&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Is there a way i can do this?&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jan 2022 12:49:52 GMT</pubDate>
    <dc:creator>MaWi</dc:creator>
    <dc:date>2022-01-25T12:49:52Z</dc:date>
    <item>
      <title>Parse Parameter and get Value in a SINGLE Link URL</title>
      <link>https://community.qlik.com/t5/App-Development/Parse-Parameter-and-get-Value-in-a-SINGLE-Link-URL/m-p/1885004#M72900</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;im looking for a way to get a custom parameter in a single-url (Qlik Sense Enterprise). I have the following URL:&lt;/P&gt;
&lt;P data-unlink="true"&gt;https://myqliksenseserver.com/single/?appid=ba64f950-5923-46f3-93b6-3e332e609d54&amp;amp;sheet=9s503087-017e-446a-9ab5-d4f48481267b&amp;amp;opt=ctxmenu,currsel&amp;amp;&lt;STRONG&gt;myParameter=myValue&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I need to parse the &lt;STRONG&gt;myParameter&lt;/STRONG&gt; and save &lt;STRONG&gt;myValue&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Is there a way i can do this?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 12:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Parse-Parameter-and-get-Value-in-a-SINGLE-Link-URL/m-p/1885004#M72900</guid>
      <dc:creator>MaWi</dc:creator>
      <dc:date>2022-01-25T12:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Parse Parameter and get Value in a SINGLE Link URL</title>
      <link>https://community.qlik.com/t5/App-Development/Parse-Parameter-and-get-Value-in-a-SINGLE-Link-URL/m-p/1885391#M72922</link>
      <description>&lt;P&gt;Do you want to parse the URL in the script? or do you want to "generate" the url in the script?&lt;BR /&gt;I don't really understand where and in which situation (when) do you need this? Can you please provide more info about the overall aim?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 07:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Parse-Parameter-and-get-Value-in-a-SINGLE-Link-URL/m-p/1885391#M72922</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-01-26T07:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Parse Parameter and get Value in a SINGLE Link URL</title>
      <link>https://community.qlik.com/t5/App-Development/Parse-Parameter-and-get-Value-in-a-SINGLE-Link-URL/m-p/1886431#M73024</link>
      <description>&lt;P&gt;Thanks for your reply. Here are some more information about our use case:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;We have got a Qlik Sense App with a huge set of data&lt;/LI&gt;
&lt;LI&gt;This Qlik Sense App is embedded in our ERP system by a single-link&lt;/LI&gt;
&lt;LI&gt;The user can now search and filter inside the Qlik Sense App down to a small set of data to edit them&lt;/LI&gt;
&lt;LI&gt;Within the Qlik Sense App there is an edit-link that opens a new browser window where the user can edit the previously filtered data set (the editing is not in Qlik Sense)&lt;/LI&gt;
&lt;LI&gt;Currently the URL in this edit-link is hard-coded. I need the URL for the edit-link dynamically, so that the ERP developer can individually set it, for example by a parameter in the URL&lt;/LI&gt;
&lt;LI&gt;As i think now, the Qlik Sense script isn't involved in our use case - right?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-unlink="true"&gt;I also attached a screenshot. There i want to use &lt;EM&gt;https://myCustomEditUrl.com&lt;/EM&gt; to create the edit-link for ID 3 as https://myCustomEditUrl.com/3&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MaWi_0-1643362846139.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/71149iC763A0AB187FC81F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MaWi_0-1643362846139.png" alt="MaWi_0-1643362846139.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Any other suggestions besides the parameter to hand over a custom URL to the embedded Qlik Sense App are also welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 09:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Parse-Parameter-and-get-Value-in-a-SINGLE-Link-URL/m-p/1886431#M73024</guid>
      <dc:creator>MaWi</dc:creator>
      <dc:date>2022-01-28T09:45:53Z</dc:date>
    </item>
  </channel>
</rss>

