Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access

Is it possible to have one QlikView Document open up another one with the users login and password passed to the second document so that the users only have to login in once to the first document.

Stephen

1 Reply
Not applicable
Author

Found the solution. This way we can have a "Single Sign In". The first document captures the users login and password and can then pass it to other Section Access required documents with the user not having to type in their user name and password again.

Set App = ActiveDocument.GetApplication

App.OpenDoc "PathToQVD","UserLogin","Password"