<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to open another qvw file on server by using macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-open-another-qvw-file-on-server-by-using-macro/m-p/1172801#M911200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phaneendra&lt;/P&gt;&lt;P&gt;Yes my macro works on desktop , it can't work on IE plugin and Full Browser version&lt;/P&gt;&lt;P&gt;let me put it on this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have two documents A.qvw and B.qvw&lt;/P&gt;&lt;P&gt;A.qvw has two sheets (let's say sheet1 and sheet2) and both sheets have a listbox which shown Field "name"&lt;/P&gt;&lt;P&gt;B.qvw has two sheets too&lt;/P&gt;&lt;P&gt;all i want is that if i select a "name" in sheet1(A.qvw) then i go to B.qvw sheet1&lt;/P&gt;&lt;P&gt;also if i select a "name" in sheet2(A.qvw) then i go to B.qvw sheet2&lt;/P&gt;&lt;P&gt;all the state should be transfer&lt;/P&gt;&lt;P&gt;I want it works on Access Point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to set "Open Qlikview Document" action to "name"&amp;nbsp; but nothing happend&lt;/P&gt;&lt;P&gt;if i set the action into a button , it can works well&lt;/P&gt;&lt;P&gt;but i suppose i can't specific which sheet should be active after i turned to B.qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Jun 2016 08:25:52 GMT</pubDate>
    <dc:creator>woshua5550</dc:creator>
    <dc:date>2016-06-12T08:25:52Z</dc:date>
    <item>
      <title>How to open another qvw file on server by using macro</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-open-another-qvw-file-on-server-by-using-macro/m-p/1172797#M911196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I have a test macro like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set App = ActiveDocument.GetApplication&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set newdoc = App.OpenDoc ("qvp://&amp;lt;MYSERVER&amp;gt;/&amp;lt;MYDOCUMENT&amp;gt;.qvw)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it can call another qlikview applicaiton locally but doesn't work on Access Point&lt;/P&gt;&lt;P&gt;i also tried&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set newdoc = App.OpenDoc ("qvp://123.57.xx.xxx/&amp;lt;MYDOCUMENT&amp;gt;.qvw)&lt;/P&gt;&lt;P&gt;but i got same problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can't use the trigger function "Open Qlikview Document" for some seasons&lt;/P&gt;&lt;P&gt;and it seems can't be set on Field Event Triggers ( i tried and i failed)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is very very urgent , any answer will be appreciated , please please help me !!&lt;/P&gt;&lt;P&gt;thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-open-another-qvw-file-on-server-by-using-macro/m-p/1172797#M911196</guid>
      <dc:creator>woshua5550</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to open another qvw file on server by using macro</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-open-another-qvw-file-on-server-by-using-macro/m-p/1172798#M911197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not tried this before. Below link might be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/134195"&gt;Open another QlikView Document on click of a button&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2016 05:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-open-another-qvw-file-on-server-by-using-macro/m-p/1172798#M911197</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-06-12T05:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to open another qvw file on server by using macro</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-open-another-qvw-file-on-server-by-using-macro/m-p/1172799#M911198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you Tamil&lt;/P&gt;&lt;P&gt; I know about this , but the problem is that "Open Qlikview Document"&amp;nbsp; is not available for field event triggers&lt;/P&gt;&lt;P&gt; I need to trigger it by clicking on my straight table's dimension , i don't want to use a button&lt;/P&gt;&lt;P&gt;so i suppose i must do it by macro and now i realize maybe "OpenDoc" is not available on Web too..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2016 05:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-open-another-qvw-file-on-server-by-using-macro/m-p/1172799#M911198</guid>
      <dc:creator>woshua5550</dc:creator>
      <dc:date>2016-06-12T05:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to open another qvw file on server by using macro</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-open-another-qvw-file-on-server-by-using-macro/m-p/1172800#M911199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using IE plugin ? Macros only work in IE plugin or desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is your macro works on desktop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your real requirement? just to open a document from another QVW? if so you can achieve through actions. May be i am missing something here. Please elaborate your issue using actions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for "Document Chaining" in community you will find tons of answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2016 06:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-open-another-qvw-file-on-server-by-using-macro/m-p/1172800#M911199</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2016-06-12T06:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to open another qvw file on server by using macro</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-open-another-qvw-file-on-server-by-using-macro/m-p/1172801#M911200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phaneendra&lt;/P&gt;&lt;P&gt;Yes my macro works on desktop , it can't work on IE plugin and Full Browser version&lt;/P&gt;&lt;P&gt;let me put it on this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have two documents A.qvw and B.qvw&lt;/P&gt;&lt;P&gt;A.qvw has two sheets (let's say sheet1 and sheet2) and both sheets have a listbox which shown Field "name"&lt;/P&gt;&lt;P&gt;B.qvw has two sheets too&lt;/P&gt;&lt;P&gt;all i want is that if i select a "name" in sheet1(A.qvw) then i go to B.qvw sheet1&lt;/P&gt;&lt;P&gt;also if i select a "name" in sheet2(A.qvw) then i go to B.qvw sheet2&lt;/P&gt;&lt;P&gt;all the state should be transfer&lt;/P&gt;&lt;P&gt;I want it works on Access Point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to set "Open Qlikview Document" action to "name"&amp;nbsp; but nothing happend&lt;/P&gt;&lt;P&gt;if i set the action into a button , it can works well&lt;/P&gt;&lt;P&gt;but i suppose i can't specific which sheet should be active after i turned to B.qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2016 08:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-open-another-qvw-file-on-server-by-using-macro/m-p/1172801#M911200</guid>
      <dc:creator>woshua5550</dc:creator>
      <dc:date>2016-06-12T08:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to open another qvw file on server by using macro</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-open-another-qvw-file-on-server-by-using-macro/m-p/1172802#M911201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm... You are looking for a field event trigger.. Let me try. I don't think that is possible by let me see if there are any other alternative ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you are good to use IE plugin? Or just for this sake of this functionality you are using IE PLUGIN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phaneendra Kunche&lt;/P&gt;&lt;P&gt;BI Developer&lt;/P&gt;&lt;P&gt;Symphony Health Solutions&lt;/P&gt;&lt;P&gt;2390 E. Camelback Road&amp;lt;x-apple-data-detectors://1/0&amp;gt;&lt;/P&gt;&lt;P&gt;Phoenix, AZ  85016&amp;lt;x-apple-data-detectors://1/0&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2016 14:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-open-another-qvw-file-on-server-by-using-macro/m-p/1172802#M911201</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2016-06-12T14:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to open another qvw file on server by using macro</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-open-another-qvw-file-on-server-by-using-macro/m-p/1172803#M911202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Phaneendra&lt;/P&gt;&lt;P&gt;if you have a solution,plz let me know&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127602_2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;is this the IE plugin you said? actually i don't like it and my macro doesn't work at here too&lt;/P&gt;&lt;P&gt;but if a solution must to use it , it can be a option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 07:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-open-another-qvw-file-on-server-by-using-macro/m-p/1172803#M911202</guid>
      <dc:creator>woshua5550</dc:creator>
      <dc:date>2016-06-13T07:57:04Z</dc:date>
    </item>
  </channel>
</rss>

