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

Is it possible to open different QV application based on DOC CAL assigned with out access point?

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

2 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

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

Not applicable
Author

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