Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Accessing the Qlikview report based on the parameter passed in URL

Hi,

I have as requirement, where qlikview document should display the details based on the user-id and password passed in the URL.

Thanks in advance

7 Replies
tresesco
MVP
MVP

If you are asking for how to pass parameter in URL then follow these:

pass parameter (sheet) in url

Passing parameter and direct url to docs

and if you are more interested in user-wise-access, then you might have to integrate this with section access. Learn it here :

http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/02/complex-authorization

jonasheisterkam
Partner - Creator III
Partner - Creator III

Hi,

in which infrastructure do you want to use it?

Publisher, AccessPoint/direct links, QVWS/IIS, Apache for reverse proxy, Custom User/LDAP/... and so on.

Not applicable
Author

Is it possible to pass parameter (userid and password) in url, so that when qvw document is opened in Acess Point, the specified user details will be displayed.

Not applicable
Author

Is it possible to pass parameter (userid and password) in url, so that when qvw document is opened in Acess Point, the specified user details will be displayed.

jonasheisterkam
Partner - Creator III
Partner - Creator III

In normal installation mode only with a direct link and select param. But you can use funktions like OSUser() and section access etc.

Not applicable
Author

how can i do the same in IE plugin