Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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

Refer this documents encode URI

Hope this helps