Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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