Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Opening PDF document

I want to embed a PDF file my QV document. Any user of my dashboard should be able to read my PDF document within my QVW.

1 Reply
salto
Specialist II
Specialist II

Hi,

I have solved that issue in my case by adding the URL of the PDF document, which resides in another location.

Added this expression:

=if(not(isnull(URLValue)),'open ' & '<url>' & URLValue,'N/A')

URLValue holds the valid URL for the document (which can be a PDF or any other file type).

Hth.