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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

LINKING FILE IN A BUTTON (bug colon)

HI to all,

i would insert a link in a button like this:

When I put the link as below:

='file://ef432m/PShare/DOC.pdf'

the link that appears in browser is:

='file//ef432m/PShare/DOC.pdf'         WITHOUT COLON (:) and it doesn't work.


How can I fix this problem?
Thanks in advance

2 Replies
Mark_Little
Luminary
Luminary

HI,

Could try this

='file'&Chr(58)&'//ef432m/PShare/DOC.pdf'

Mark

Anonymous
Not applicable
Author

it doesn't work