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: 
godwingeorge
Contributor
Contributor

Parametrizing the URL from a Pre-laoded table inside QLIK

Hi I have a case of giving parameters to URL from one of the column loaded inside qlik - htpps://students/valuesfromcolumn(inside QLIK) - How can we do this kind of Parametrization inside QLIK

Labels (3)
2 Replies
rbartley
Specialist II
Specialist II

Hi,

I'm not sure if this is what you are looking for, but you can use the Single API to pass a selection or a bookmark (which could combine multiple selections), e.g. 

http://<server>/single/?appid=bd8aa7c1-81c5-4367-9021-5b6ecd4dc4d9&sheet=351d64c7-73db-4ca8-b068-c50...

Assuming you're using Qlik Sense Enterprise, you can use the Single Configurator to generate the url.  You can access it using  http://<server>/dev-hub/single-configurator  . Just select the app you're interested in from the drop-down list on the top-left and select the bookmark on the right-hand side.

Here's a link to the documentation: https://help.qlik.com/en-US/sense-developer/November2018/Subsystems/APIs/Content/Sense_ClientAPIs/si... 

 

 

godwingeorge
Contributor
Contributor
Author

Thanks for responding to my query - Will take a look on the solution provided