Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Auto Redirect to Application

I have a single application set up in qlikview server, which currently eliminates a clients necessity to view the access point page. What I am trying to do is automatically redirect to the application as soon as the accesspoint page loads. To make my code as static as possible I am trying to find a way to run the CreateOpenDocURL function in the QvAccessPoint.js as seen below

function CreateOpenDocUrl(id, client) {

    return qva.Remote + "?open=&id=" + escape(id) +"&client=" + escape(client)+"&USERID="+getCookie("QvCookie");

}

What I am having trouble with is getting the value of "id".

Any thoughts on how to do this or a viable, secure alternative?

Thanks

Andrew

0 Replies