Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
MaWi
Contributor II
Contributor II

Parse Parameter and get Value in a SINGLE Link URL

Hi,

im looking for a way to get a custom parameter in a single-url (Qlik Sense Enterprise). I have the following URL:

https://myqliksenseserver.com/single/?appid=ba64f950-5923-46f3-93b6-3e332e609d54&sheet=9s503087-017e-446a-9ab5-d4f48481267b&opt=ctxmenu,currsel&myParameter=myValue

I need to parse the myParameter and save myValue

Is there a way i can do this?

2 Replies
chris_djih
Creator III
Creator III

Do you want to parse the URL in the script? or do you want to "generate" the url in the script?
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?

If you found help, mark the correct answer and give some likes to ALL contributors, that tried to help.
MaWi
Contributor II
Contributor II
Author

Thanks for your reply. Here are some more information about our use case:

  • We have got a Qlik Sense App with a huge set of data
  • This Qlik Sense App is embedded in our ERP system by a single-link
  • The user can now search and filter inside the Qlik Sense App down to a small set of data to edit them
  • 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)
  • 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
  • As i think now, the Qlik Sense script isn't involved in our use case - right?

I also attached a screenshot. There i want to use https://myCustomEditUrl.com to create the edit-link for ID 3 as https://myCustomEditUrl.com/3

MaWi_0-1643362846139.png

Any other suggestions besides the parameter to hand over a custom URL to the embedded Qlik Sense App are also welcome 🙂