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: 
sreeni_qvd
Creator
Creator

How to construct URL based on selected objects

Hi All,

Please help me anyone for this one. Do you have any documents and videos please share me ASAP.

Thanks&Regards

Sreeni

3 Replies
Not applicable

Hi,

For this you require the URL you need to create

For Ex: www.xxxxxxxxx.com   (URL to construct)

You have a field for selection like MakeURL

MakeURL

google

yahoo

qlik

Now create a variable like

vMakeURL=IF(GetSeelctedCount(MakeURL)=1,GetFieldSelections(MakeURL),'qlik')

ConstructedURL : ='www.'&vMakeURL&'.com'

Hope it helps you.

mls
Former Employee
Former Employee

do you want to make selections in a document via a URL? Here is an example URL with the Golf Document, making selections in Listboxes LB01 & LB02:

http://localhost/QvAJAXZfc/opendoc.htm?document=Golf%20Quest.qvw&host=Local&select=LB02,Abruzzi&sele...

its_anandrjs
Champion III
Champion III

Refer this documents encode URI

Hope this helps