<?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: opening another document in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/opening-another-document/m-p/422217#M157337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried opening the document using the IE Plugin for QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Khaled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Nov 2012 10:12:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-10T10:12:31Z</dc:date>
    <item>
      <title>opening another document</title>
      <link>https://community.qlik.com/t5/QlikView/opening-another-document/m-p/422216#M157336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear I got a QVW document in which I put a button to allow users to open other document&lt;/P&gt;&lt;P&gt;Actually I want also to activate a specific sheet in the new document&lt;/P&gt;&lt;P&gt;I managed to write a macro that does this and everything is working just fine&lt;/P&gt;&lt;P&gt;however when I deploy the doculment to QlikView server and the users access the document via the web browser (IE-9) that macro doesn't work at all&lt;/P&gt;&lt;P&gt;Please advise&lt;/P&gt;&lt;P&gt;Are there settings that should be applied at the level of the web browser ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the macro is as follows:&lt;/P&gt;&lt;P&gt;sub openDoc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set App = ActiveDocument.GetApplication&lt;/P&gt;&lt;P&gt;set vDoc = ActiveDocument.GetVariable("vDocument")&lt;/P&gt;&lt;P&gt;set vSht = ActiveDocument.GetVariable("vSheet")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set newdoc = App.OpenDoc (vDocument.GetContent.String,"","")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set s=newdoc.Sheets(vSheet.GetContent.String)&lt;/P&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;s.Activate&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vDocument contains the name of the new document&lt;/P&gt;&lt;P&gt;and vSheet contains the id of the sheet to activate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Nov 2012 09:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/opening-another-document/m-p/422216#M157336</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2012-11-10T09:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: opening another document</title>
      <link>https://community.qlik.com/t5/QlikView/opening-another-document/m-p/422217#M157337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried opening the document using the IE Plugin for QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Khaled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Nov 2012 10:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/opening-another-document/m-p/422217#M157337</guid>
      <dc:creator />
      <dc:date>2012-11-10T10:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: opening another document</title>
      <link>https://community.qlik.com/t5/QlikView/opening-another-document/m-p/422218#M157338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so you mean macros are only for IE with IE plug in?&lt;/P&gt;&lt;P&gt;what if users want to use google chrome for example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Nov 2012 17:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/opening-another-document/m-p/422218#M157338</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2012-11-10T17:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: opening another document</title>
      <link>https://community.qlik.com/t5/QlikView/opening-another-document/m-p/422219#M157339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi Ali,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Which client are you using for deployment? I'm assuming you are using AJAX client right? Are you going to activate the same sheet everytime users clicks this button? If it's same sheet then you can use in-built trigger instead of macro along with document chaining. Document chaining works very well with the AJAX client but have you thought about the implications of CAL assignment as you are spanning more than one document. Again, I'm assuming that you are using Name CAL hence you are jumping between the documents. Please give detailed information about what your actual requirement and one of us can provide you robust solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;I hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://QlikShare.com"&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;www.QlikShare.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Nov 2012 00:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/opening-another-document/m-p/422219#M157339</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-11-11T00:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: opening another document</title>
      <link>https://community.qlik.com/t5/QlikView/opening-another-document/m-p/422220#M157340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes users prefer using Google Chrome and FireFox&lt;/P&gt;&lt;P&gt;IE sucks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Yes I have 2 sheets to activate depending on which button the user clicks on the first document&lt;/P&gt;&lt;P&gt;Ok yes there is a built in Action to Open another document but there is not action to activate that sheet(s) of the second document&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Nov 2012 13:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/opening-another-document/m-p/422220#M157340</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2012-11-11T13:30:27Z</dc:date>
    </item>
  </channel>
</rss>

