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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to access a pdf document from qlikview

Hi all,

I have developed an application.

I want to put an icon in the application so that when the user clicks on it a help document opens. How can I achieve this functionality?

Please help.

Thanks and Regards,

Arjun Jain

6 Replies
agomes1971
Specialist II
Specialist II

Hi,

hope this helps in anyway...

Creating a Report and Using PDF Distribution

Regards

André Gomes

tresesco
MVP
MVP

Try with trigger. Use a textbox/button with an image at the backend. Action type->External->Action(Launch)

Not applicable
Author

I tried this, This does not work in webview.

It works on my machine locally but not when I access the application through a browser.

agomes1971
Specialist II
Specialist II

See this thread

open pdf document from QlikView

Regards

André Gomes

tresesco
MVP
MVP

Yes, in the server environment it would not work that way. Because, from client you won't be able to launch an application in server. Check the link provided by Andre.

jjordaan
Partner - Specialist
Partner - Specialist

Hi Arjun,

You can create a button with action 'Open URL' (in the tab actions).

In the URL box you can fill the path to your document.

Of course that path needs to be accessible for everyone.

Hope this helps