Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Send parameters to qlikview document in an URL

Hi!

I have a problem: How to send parameters to a qlikview document in an URL? The parameters are USERID and PASSWORD located in Section Access in the qlikview document. We will start qlikview from our web application. The URL will look like this:

http://<server>/QvPlugin/opendoc.htm?document=QlikviewDoc.qvw?USERID=test123?PASSWORD=test123

Regards,

putte1234

8 Replies
Karl_Humma
Employee
Employee

what exactly is happening? Can you send a screenshot, are there error messages?

/Karl

disqr_rm
Partner - Specialist III
Partner - Specialist III

USERID and PASSWORD must be a variable in your documents and not fields.

They it works is you set the document variables by passing values in URL parameters, and then using "On Open" macro you can evaluate contents of these variables and do processing, like selecting some fields or so.

Hope this helps.

Not applicable
Author

I've done this in version 8.20 with file plugin.asp. I added som rows to handle USERID, PASSWORD. And then the user didn't have to enter userid and password when opening the document.

disqr_rm
Partner - Specialist III
Partner - Specialist III

Yes, that's very well possible with section access.

The original post is asking about passing parameters in the URL. In his question he used user/password scenaria as one of the examples, I think.

jarno_loubser
Partner - Creator
Partner - Creator

Hi,

I see in the QlikView 9 reference manual that the OnOpen macro trigger are not be used in the server environment.

Does this mean it cannot be done or "be careful"?

Any other way to pass through the user credentials to the ajax client from an upstream application?

manishkumar75
Partner - Creator II
Partner - Creator II

Hi,

Can u tell me how u have done the above ?

Regards,

Manish

qlikviewforum
Creator II
Creator II

Could you please what is that you have done to pass the userid and password. I want to pass the userid and password to the open the sharepoint url and then load the data from sharepoint to qlikview. So I think your answer may help us!

qlikviewforum
Creator II
Creator II

Hi All,

I tried my level best but unfortunately couldn't able to succeed yet.

I read some where about QVSource. Is it possible to load the data from secured sharepoint site using that? Any help please?

Thanks,

qlikviewforum