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: 
mr_ramshini
Contributor III
Contributor III

Use pdf file

Hi All

I have several pdf files that i want show them in qlikview file

That when i click on the one title i can open it

Please help me

11 Replies
sudeepkm
Specialist III
Specialist III

you can use info load like below.

Here in this example I'm loading the paths to two pdf files available on Qlik community.

Info LOAD *;

LOAD * Inline [

id, file

1,https://community.qlik.com/servlet/JiveServlet/downloadBody/8239-102-2-11424/QlikView%20Server%20Ref...

2,https://community.qlik.com/servlet/JiveServlet/downloadBody/8238-102-1-11423/QlikView%2011.2%20SR10%...

];

In the UI create a list box for the field id.

Whenever user selects a field value the "info" icon appears on the caption and then clicking on the icon will open the respective PDF file in the browser.

You can use the PDF Title names instead of numbers as field values of the "id" field.

T274973.PNG

mr_ramshini
Contributor III
Contributor III
Author

Hi and Thanks for your help

Can you send me a qlikview example about this subject?

Thanks

dinuwanbr
Creator III
Creator III

Hi,

PFA

Rgds,

tharindu

mr_ramshini
Contributor III
Contributor III
Author

Thank you for your help

But i want when click on a name on the list box a pdf file open.

sudeepkm
Specialist III
Specialist III

you can achieve it by using a Straight table's LINK display type. Please find the attached qvw.

T2749731.PNG

T2749732.PNG

mr_ramshini
Contributor III
Contributor III
Author

Hi and thank you from your help

Can you send me qv file of this sample?

sudeepkm
Specialist III
Specialist III

I've already attached it. Please download it from my previous response.

mr_ramshini
Contributor III
Contributor III
Author

Thanks for your message but i want create a qvw file that i have a combo box with different values and they are pdf files and when i select a pdf file of that i can see their pdf files

Thanks

mr_ramshini
Contributor III
Contributor III
Author

Hi

I download your sample but it isn't true

I can't open it

Please help me

Thanks