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: 
Josh_Good
Employee
Employee

Passing Parameters in a URL and Document Chaining

This videos describes how to pass parameters in a URL and how to leverage this techinque to chain documents when using AJAX.

The genral syntax is as follows:

http://myserver//QvAJAXZfc/opendoc.htm?document=DocumentName.qvw&host=Local&select=LB01,Value

It is also possible to us a similar technique to go directly to a specific sheet within a document using the sheet parameter.

e.g. http://myserver//QvAJAXZfc/opendoc.htm?document=DocumentName.qvw&host=Local&sheet=SH01

http://youtu.be/ESSvm_xMTlE

100 Replies
vivek_kalekar
Partner - Contributor II
Partner - Contributor II

Hi,

just like we select the values in Listbox ,Can I Clear particular list box while doing Open URL action. Something like below.

http://myserver//QvAJAXZfc/opendoc.htm?document=DocumentName.qvw&host=Local&select=Clear=LB01

I am facing a issue ,  where I am able to pass the value in List box of another document when I do the selection in the field with the help of getfieldselection () but if I don't make any selection , by default all values appear to be selected in green. I don't want this selection to happen as this confuses the users even though selecting all values and not selecting any value in field gives same result.

Thanks

-VIVEK