Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is it possible to Open a Dashboard directly?

Is it possible to open a dashboard directly (bypass the access point)? if yes then pls let me know the process.

Thanks in advance,

Goirik

1 Solution

Accepted Solutions
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Two easy methods:

  • Assemble an URL by looking at the community examples, and replacing servername and documentname with your specific values.
  • In your browser, open a QlikView document from the AccessPoint. Enable the address bar, which will contain the basic URL. Select and copy this URL.

View solution in original post

9 Replies
berndjaegle
Creator II
Creator II

Hi Goirik,

yes it is possible. To bypass the access point use an URL in pattern like this

http://<SERVERNAME>/QvAJAXZfc/opendoc.htm?document=Published/<FILENAME>&host=Local&client=Plugin

There some other posts about this.

It works fine in my environment.

Cheers,

Bernd

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Yes, by using document URLs that reference opendoc.htm. Create a page with links, add them to your favorites or (for the brave) enter them in your browsers address bar. You may have to enter credentials, but that depends on your network configuration.

For more info, see these discussions and blogs:

Re: Passing Parameters in a URL and Document Chaining

http://community.qlik.com/blogs/qlikviewdesignblog/2014/07/11/ajax-and-url-parameters

sujeetsingh
Master III
Master III

Peter that is good option .

agomes1971
Specialist II
Specialist II

Not applicable
Author

Hi Peter,

Thanks for your quick reply. Can you pls explain me how do I get document URLs. Is it some where in QEMC?

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Two easy methods:

  • Assemble an URL by looking at the community examples, and replacing servername and documentname with your specific values.
  • In your browser, open a QlikView document from the AccessPoint. Enable the address bar, which will contain the basic URL. Select and copy this URL.
Not applicable
Author

Thanks a lot.

ogster1974
Partner - Master II
Partner - Master II

Something like

http://<YourQlikViewServerNameIP/ Addr/Domain name>/qvajaxzfc/opendoc.htm?document=<Your Document Name>&userid=<your users id>&password=<your users password>

Should work.

The userid and password refer to the section access part of your document if you are accessing the document outside of QV or windows control.  If not required leave it out.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

My pleasure.

If you think this answers your question, please close the discussion by marking an answer as correct. This allows other community visitors to find discussions with solutions.