Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I am using Qlikview server with SBE license and configured NTFS authorization.
I want to open QV application directly without access point based on DOC CAL assigned for each application.
The user validation process happening in Authentication.aspx and the URL assigned in Acesspoint.dll.
It is possible to achieve this any way.
I would appreciate if anyone could help me on this.
Thanks
Gandhi.M
You can do that by assembling a browser URL to opendoc.htm.
See for example this dicussion: Passing parameter and direct url to docs
Best,
Peter
Hi Peter,
Thanks for your inputs. I have achieved this by passing user name to aspx page from Accesspoint.js and compared the mapped document, redirected to opendoc.htm with the document name.
Thanks
Gandhi