Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have two applications, say Test1.qvw and Test2.qvw.
Test1.qvw is accessible through AccessPoint i.e application is in root folder but Test2.qvw is at another location.
I have created a listbox in Test1.qvw, list box having value SH01, SH02,New.
On a selection of SH01 & SH02 the sheet from same application get activated but when I select New the Test2.qvw should get open.
What macro should I write for the same.
Currently I am using QV10.
Thanks & Regards
Hi Upendra,
Qlikview 9 :- Create a Button -> Go in Actions Tab -> Click Add Button -> In Action Type List Select "External" -> In Action List Select "Launch" ->Click OK -> Now in Application Browse "C:\Program Files\QlikView\QV.Exe" -> & in FileName Put the Name of the File U want to open And Press apply & OK. U Can put a Field or a Variable Name in FileName Textbox as well. This will open the File In a new Qlikview window. If u want to open the file in the same window u can remove the QV.EXE path from the application menu & it will open the Qliview file in the sam window.
Qlikview 8.5 -> Go in Launch tab of a button -> In Application textbox put the name of the file to be opened. (Same way u can use a field Name or a variable) here as well.
Thanks.
Hi Amar,
Thanks for the solution but my purpose is not yet resolved.
I want to open it from url, when I mention the actual path of the other application it trigger the error.
Thanks & Regards
Hi Upendra , In Add Action External Action Type, try using Open URL Action & in URL put the URL of ur resulting URL for accessing your Dashboard through IE plugin or AJAX.
Hi Amar,
I have tried the above solution but it throws the error "Could not be opened"
Thanks & Regards,
HI All,
Does anybody having solution to this??
Thanks & Regards
Upendra look for Document Chaining. I haven't used it till date but it has a feature similar to u want.
Thanks
Hi Amar,
I have gone through the forums related to Document Chaining and I tried the to implementing the same.
Document Chaining is working fine when I open the document on the server when I tried to open the same through the client (IE Plugin) it throws the error Could not be opened.
If anybody having resolution to this it would be really helpful
Thanks and Regards
Hi Upendra,
I have the same issue. It works on the server but not on the accesspoint.
were you able to solve it?
Regards
sravan
Try This
Create a Button / Text object, go to actions, click on External
there you will find "Open Qlikview Document" and in the right handside text you give the path of the application.
enable the check boxes for 1. Transfer State, 2. Apply State on top of current.
hope this helps.