<?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 Open document from another and make selection with IE Plugin in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Open-document-from-another-and-make-selection-with-IE-Plugin/m-p/491766#M183802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: arial,helvetica,sans-serif; mso-ansi-language: EN-US;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: arial,helvetica,sans-serif; mso-ansi-language: EN-US;"&gt;I would like to open one QlikView document from another and make a simple selection with IE Plugin. I have built this macro &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: arial,helvetica,sans-serif; mso-ansi-language: EN-US;"&gt;Sub OpenDoc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: arial,helvetica,sans-serif; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set App = ActiveDocument.GetApplication&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set myDoc = App.OpenDoc ("qvp://MyDocument.qvw","","")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myDoc.Fields("Field1").Select “2013”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: arial,helvetica,sans-serif; mso-ansi-language: EN-US;"&gt;&amp;nbsp; end sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: arial,helvetica,sans-serif; mso-ansi-language: EN-US;"&gt;That works fine with the desktop client, but if launch with the IE Plugin Client I got this: “Error: Object required: ‘myDoc’”.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: arial,helvetica,sans-serif; mso-ansi-language: EN-US;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: arial,helvetica,sans-serif; mso-ansi-language: EN-US;"&gt;I have tried also to make an action that Opens an URL and at the end of the url add ‘&amp;amp;Select=LB01,2013. This also&lt;BR /&gt;works fine but only for the AJAX Client, not for the IE Plugin.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: arial,helvetica,sans-serif; mso-ansi-language: EN-US;"&gt;Any ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; mso-ansi-language: EN-US; font-family: arial,helvetica,sans-serif;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Nov 2013 08:59:02 GMT</pubDate>
    <dc:creator>jmengual</dc:creator>
    <dc:date>2013-11-26T08:59:02Z</dc:date>
    <item>
      <title>Open document from another and make selection with IE Plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Open-document-from-another-and-make-selection-with-IE-Plugin/m-p/491766#M183802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: arial,helvetica,sans-serif; mso-ansi-language: EN-US;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: arial,helvetica,sans-serif; mso-ansi-language: EN-US;"&gt;I would like to open one QlikView document from another and make a simple selection with IE Plugin. I have built this macro &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: arial,helvetica,sans-serif; mso-ansi-language: EN-US;"&gt;Sub OpenDoc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: arial,helvetica,sans-serif; mso-ansi-language: EN-US;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set App = ActiveDocument.GetApplication&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set myDoc = App.OpenDoc ("qvp://MyDocument.qvw","","")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myDoc.Fields("Field1").Select “2013”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: arial,helvetica,sans-serif; mso-ansi-language: EN-US;"&gt;&amp;nbsp; end sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: arial,helvetica,sans-serif; mso-ansi-language: EN-US;"&gt;That works fine with the desktop client, but if launch with the IE Plugin Client I got this: “Error: Object required: ‘myDoc’”.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: arial,helvetica,sans-serif; mso-ansi-language: EN-US;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: arial,helvetica,sans-serif; mso-ansi-language: EN-US;"&gt;I have tried also to make an action that Opens an URL and at the end of the url add ‘&amp;amp;Select=LB01,2013. This also&lt;BR /&gt;works fine but only for the AJAX Client, not for the IE Plugin.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: arial,helvetica,sans-serif; mso-ansi-language: EN-US;"&gt;Any ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; mso-ansi-language: EN-US; font-family: arial,helvetica,sans-serif;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 08:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-document-from-another-and-make-selection-with-IE-Plugin/m-p/491766#M183802</guid>
      <dc:creator>jmengual</dc:creator>
      <dc:date>2013-11-26T08:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Open document from another and make selection with IE Plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Open-document-from-another-and-make-selection-with-IE-Plugin/m-p/491767#M183803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understand you completely, but if you want to open a qlikview document from another and apply some selections in the newly opened document then you can do as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Write an action to open a qv doc on whatever event you want:&lt;/P&gt;&lt;P&gt;Action Type: External&lt;/P&gt;&lt;P&gt;Action: Open Qlikview Document&lt;/P&gt;&lt;P&gt;2. Now, in the second document, write the action "select In Field" "Onopen" of the document.&lt;/P&gt;&lt;P&gt;Event: On Open (Document Triggers)&lt;/P&gt;&lt;P&gt;Action Type:Selection&lt;/P&gt;&lt;P&gt;Action: Select in Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And add the field name and value which you want to select.&lt;/P&gt;&lt;P&gt;Hope this helps, if not then post a sample app and it will be easier to resolve the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 09:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-document-from-another-and-make-selection-with-IE-Plugin/m-p/491767#M183803</guid>
      <dc:creator />
      <dc:date>2013-11-26T09:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Open document from another and make selection with IE Plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Open-document-from-another-and-make-selection-with-IE-Plugin/m-p/491768#M183804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shyamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for your fast answer. What you send me would work, but I want to make this selection only when I open Document2 from Document1. Users may open Document2 directly and in this case the selection should not be made. I attach two documents to make easier what I am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is from document1 open document 2 with a selection of Field1 with IE Plugin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 10:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-document-from-another-and-make-selection-with-IE-Plugin/m-p/491768#M183804</guid>
      <dc:creator>jmengual</dc:creator>
      <dc:date>2013-11-26T10:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Open document from another and make selection with IE Plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Open-document-from-another-and-make-selection-with-IE-Plugin/m-p/491769#M183805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do basically the same thing. Did you get it working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked at your macro and tried a variation but could not get to open the Client doc. I may have the incorrect syntax or an incorrect doc pathway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 14:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-document-from-another-and-make-selection-with-IE-Plugin/m-p/491769#M183805</guid>
      <dc:creator>simongoodman</dc:creator>
      <dc:date>2013-12-05T14:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Open document from another and make selection with IE Plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Open-document-from-another-and-make-selection-with-IE-Plugin/m-p/491770#M183806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi Simon,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I send you the macro I am using. The part of opening the document should work to you, the only problem I have is in selecting the field. I have asked for QlikView support. If I get any answer, I let you know.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Jorge&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sub OpenDoc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;set App = ActiveDocument.GetApplication&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;set myDoc = App.OpenDoc ("qvp://&amp;lt;MyServer&amp;gt;/&amp;lt;Folders_from_Published_folder&amp;gt;/Document2.qvw","","")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;myDoc.Fields("Field1").Select "2013"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;end sub&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 10:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-document-from-another-and-make-selection-with-IE-Plugin/m-p/491770#M183806</guid>
      <dc:creator>jmengual</dc:creator>
      <dc:date>2013-12-09T10:53:39Z</dc:date>
    </item>
  </channel>
</rss>

