Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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"