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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master II
Partner - Master II

open pdf files from Qlik Sense

Hello
we have pdf files located in a shared folder location, each file is named as ID.pdf
e.g. 123.PDF, 545.PDF, 500.pdf , etc....

In Qlik sense I have a table listing rows and each row has the ID of the required file
How can I make a column that clickable by the user in a way when the user clicks on the link he opens the appropriate pdf file

I can walk on water when it freezes
Labels (2)
3 Replies
Gui_Approbato
Partner - Creator III
Partner - Creator III

Hi Ali,

You can format the dimension to represent a link, so it is clickable.

If you have the file name you might need to just bring the server address before the file, and change the dimension to Link.

Example: 'https://example.com/'& "FileNameField"

hyperlink in table.jpeg

Regards

ali_hijazi
Partner - Master II
Partner - Master II
Author

Hello @Gui_Approbato 
I know this
but the thing is the files I need to open they reside in a shared folder location where the qlik sense server is installed
so I don't want to open them using http

I can walk on water when it freezes
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi @ali_hijazi 

you can use file:// or file:/// prefix to the path. 

Problem is that modern web browsers will prevent it from opening as it is rather large security risk. It is not an issue with Qlik Sense but rather modern approach to secure environments.

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.