Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to transfer parameter in url? I use opendoc.htm to open a ajax client.

How to transfer parameters in url? I use opendoc.htm to open a ajax client. I can transfer userid and password. But I wanna transfer another parameters from url.  Thanks.

17 Replies
isaiah82
Creator III
Creator III

wormecota did you ever have any success with this?  I'm trying to do the same thing; pass in a variable via the URL that ends up being stored in the QlikView document's variable.

Not applicable
Author

Hi andy:

var d1 = Qva.ExtractProperty("param1", null);

var d2 = Qva.ExtractProperty("param2", null);

call opendoc.htm?param1=20110713&param2=20110720

with This method, how can I get the param1 & param2 in Qlikview Reports?

And This method only be effective for Ajax, how about Plugin?

Thanks/peach

Not applicable
Author

Parameters can be sent to the AJAX client allowing filters to be set. The Plugin, as far as I know, does not have this possibility.

Andy

Not applicable
Author

what if there no list box on the application...?

Is that we have to use list box only for passing the paratmetre?

Not applicable
Author

U can hide the list box object

Not applicable
Author

if i hide it it will not work.....

Not applicable
Author

May be you can put it in the bottom layer, and behind some other object.

jerrysvensson
Partner - Specialist II
Partner - Specialist II

Add a new sheet place your listbox there and hide the sheet.