<?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 opening other document in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/opening-other-document/m-p/278200#M103621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;right click on the sheet -&amp;gt; Button -&amp;gt; on general tab give the name of the buttin -&amp;gt; on actions tab click add -&amp;gt; select external -&amp;gt; select open qlikview document -&amp;gt; click ok -&amp;gt; provide document path/ url&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you click the button your document gets launch whose path you have provided in document path/ url. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2011 07:08:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-05T07:08:53Z</dc:date>
    <item>
      <title>opening other document</title>
      <link>https://community.qlik.com/t5/QlikView/opening-other-document/m-p/278199#M103620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having one qvw file in which I am having some buttons.&lt;/P&gt;&lt;P&gt;My requirement is when I click on button, new qvw file should open with required sheet.&lt;/P&gt;&lt;P&gt;For eg. when I click on button sales, new qvw file having sheet sales should open.&lt;/P&gt;&lt;P&gt;Can anyone help me regarding this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 05:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/opening-other-document/m-p/278199#M103620</guid>
      <dc:creator />
      <dc:date>2011-12-05T05:07:59Z</dc:date>
    </item>
    <item>
      <title>opening other document</title>
      <link>https://community.qlik.com/t5/QlikView/opening-other-document/m-p/278200#M103621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;right click on the sheet -&amp;gt; Button -&amp;gt; on general tab give the name of the buttin -&amp;gt; on actions tab click add -&amp;gt; select external -&amp;gt; select open qlikview document -&amp;gt; click ok -&amp;gt; provide document path/ url&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you click the button your document gets launch whose path you have provided in document path/ url. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 07:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/opening-other-document/m-p/278200#M103621</guid>
      <dc:creator />
      <dc:date>2011-12-05T07:08:53Z</dc:date>
    </item>
    <item>
      <title>opening other document</title>
      <link>https://community.qlik.com/t5/QlikView/opening-other-document/m-p/278201#M103622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This point I know but after opening document I need to opened the particular sheet..&lt;/P&gt;&lt;P&gt;My document might have many sheets. So when I click on Sales button,sales sheet in other document should opend.. Like I have 10 buttons so other document have 10 sheets correspond to buttons.&lt;/P&gt;&lt;P&gt;I hope you got my point..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 09:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/opening-other-document/m-p/278201#M103622</guid>
      <dc:creator />
      <dc:date>2011-12-05T09:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: opening other document</title>
      <link>https://community.qlik.com/t5/QlikView/opening-other-document/m-p/278202#M103623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you find a Solution meanwhile ?!&lt;BR /&gt;I have the same Problem then you... i want that on a click on the button an sheet will open with a special sheet id.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Nov 2012 08:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/opening-other-document/m-p/278202#M103623</guid>
      <dc:creator>marco_81</dc:creator>
      <dc:date>2012-11-03T08:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: opening other document</title>
      <link>https://community.qlik.com/t5/QlikView/opening-other-document/m-p/278203#M103624</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;&lt;/P&gt;&lt;P&gt;Use this macro to open a qlikview file and correspoding sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub xyz()&lt;/P&gt;&lt;P&gt;set app=activedocument.getapplication&lt;/P&gt;&lt;P&gt;set newdoc=app.opendoc("Test.qvw","","")&lt;/P&gt;&lt;P&gt;newdoc.activatesheetbyid "SH02"&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, check attached files for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Nov 2012 10:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/opening-other-document/m-p/278203#M103624</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-11-03T10:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: opening other document</title>
      <link>https://community.qlik.com/t5/QlikView/opening-other-document/m-p/278204#M103625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks... in Full Client the Makro works, but not in Ajax Client &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;... i have change the Button to "open URL" and open the URL &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://servername/QvAJAXZfc/opendoc.htm?document=Distribution/report.qvw&amp;amp;sheet=SH07"&gt;http://servername/QvAJAXZfc/opendoc.htm?document=Distribution/report.qvw&amp;amp;sheet=SH07&lt;/A&gt;&lt;/P&gt;&lt;P&gt; and that works first for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Nov 2012 10:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/opening-other-document/m-p/278204#M103625</guid>
      <dc:creator>marco_81</dc:creator>
      <dc:date>2012-11-03T10:45:00Z</dc:date>
    </item>
  </channel>
</rss>

