Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

communicating with a qlikview document

Basically I want to control a qlikview document by sending it arguments, that would get specific fields selected.  I was originally hoping to use ajax and pass the arguments through the url but am now just curious to hear about any method of argument passing? 

I have heard that it only works with the IE plugin if you are passing the arguments in the url so I am hoping to find other solutions.

Here are two previous threads if you want a more elaborate background of this question:

http://community.qlik.com/thread/30237

http://community.qlik.com/thread/30326

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

found a solution:

http://community.qlik.com/message/135333/

my urls are setup like:

http://qlikview/QvAJAXZfc/opendoc.htm?document=test.qvw@svr-xxx-xxx-01

all i needed to add was this (LB01 is the objectid):

&select=LB01,item1,item2

to make something like this:

http://qlikview/QvAJAXZfc/opendoc.htm?document=test.qvw@svr-xxx-xxx-01&select=LB01,item1,item2

and it worked great!

View solution in original post

1 Reply
Not applicable
Author

found a solution:

http://community.qlik.com/message/135333/

my urls are setup like:

http://qlikview/QvAJAXZfc/opendoc.htm?document=test.qvw@svr-xxx-xxx-01

all i needed to add was this (LB01 is the objectid):

&select=LB01,item1,item2

to make something like this:

http://qlikview/QvAJAXZfc/opendoc.htm?document=test.qvw@svr-xxx-xxx-01&select=LB01,item1,item2

and it worked great!