Skip to main content
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.