Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Every one,
I need to add a button on a dashboard so that when some one clicks on it. It should open a word document.
So finally I created a button and in its properties-> Actions .. I gave the path of the excel file that I wanted to open if some who clicks the button and I achieved this.
But I need to open the same document in Access point when some user clicks the button. How may I achieve that. could some please help me on this
I tried giving static path of the server in the Properties-->Actions of the button...but it didn't help. Please check the example that I achieved.
Thanks in advance
Hi John,
You can do this but it will take a few more steps.
1. Create folder on server and name it Docs.
2. In IIS create a new Virtual Folder and point it to Docs.
3. In QVW at the URL to Http://servername/docs/documentname
Just tested it on my system and it worked.
Bill
Hi.
You can create a network share and open the file by network path.
Or use SharePoint server to host the files and open by url.
white line
Thanks for the reply.
I tried giving network shared path and static path of the file located in the server, but that didn't help. Here weren't using any Source control tools like sharepoint /TFS . If there is any other alternate please help me.
If there any alternative , An example qvw would be appreciated.
Thanks in advance
For network shared path use Open URL action.
white line
I just tried that didn't helped. Any other idea
I don't know Y but its opening the shared folder where this the excel file exist but its not opening the xls file
Hi John,
You can do this but it will take a few more steps.
1. Create folder on server and name it Docs.
2. In IIS create a new Virtual Folder and point it to Docs.
3. In QVW at the URL to Http://servername/docs/documentname
Just tested it on my system and it worked.
Bill
Bill
Thanks Very much Bill.
Bill what if I'm not using IIS, is there another way to achieve this? Do I have to install ISS? Will it conflict with QlikView web server?
Thanks!
Hi,
Yes, this can be done with QVWS. You have to add your location and the Context type. The Context type can be a little tricky. Now this will not allow the documents to show up in the Access Point, but you can open the document with a URL. If I had a test.docx in the test folder the URL would be http://servername/test/test/docx
Bill
Thanks for your response Bill, I think I followed what you described in your last post, the .pdf extensions is set by default in the server (application/pdf), I created a new folder where I pasted the pdf that I want to open and created the button with the url which looks like this... http://QVWSIPAddress/Glossario/GlossarioQV.pdf but I always get the 404 page not found error, I checked folder and file permissions and everything seems fine.