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: 
Michael_Reese
Employee
Employee

Add non-qvw documents to QlikView Server?

I am trying to add a pdf file to the documents folder so I can add a hyperlink to it from the qvw.  Not sure what the path would be.  Every path I try doesn't work.

Any thoughts?

1 Solution

Accepted Solutions
Michael_Reese
Employee
Employee
Author

I was just adding it to the wrong folder.  You can put it anywhere under wwwroot.

View solution in original post

2 Replies
s_uhlig
Partner - Creator
Partner - Creator

Hi,

I think this won't be possible, but you can add a custom folder to your C:\ProgramData\QlikTech\WebServer\config.xml (if you are using the buildin Webserver), e.g.

<Folders>

     ...

     <Folder>

        <Name>pdfs</Name>

        <Path>X:\MyPDFs\</Path>

      </Folder>

</Folders>

and restart your Webserver.

Now you can create a button with an open url action like /pdfs/abc.pdf

Regards

Sven

Michael_Reese
Employee
Employee
Author

I was just adding it to the wrong folder.  You can put it anywhere under wwwroot.