<?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 using onpostreload to open new qvw in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/using-onpostreload-to-open-new-qvw/m-p/528325#M197443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to make a qvw that, after reloading script, opens another qvw. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've gone to document properties -&amp;gt; triggers -&amp;gt; OnPostReload -&amp;gt; Actions -&amp;gt; Add Acction -&amp;gt; External -&amp;gt; Open QlikView Document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then when I open the expression dialog to specify the qvw, I run into issues.&amp;nbsp; Do I just list the path and qvw?&amp;nbsp; I tried that but it failed.&amp;nbsp; Then I did =&amp;amp;(vNewQVWPath)child_qvw.qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vNewQVWPath = dir\subdir\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;child_qvw.qvw is the qvw I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried using ...dir\subdir\child_qvw.qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I create a button that opens a qvw (using that path definition) it works. But OnPostReload is not opening the 2nd qvw after reloading its script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Chris Rockhill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Nov 2013 22:38:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-14T22:38:56Z</dc:date>
    <item>
      <title>using onpostreload to open new qvw</title>
      <link>https://community.qlik.com/t5/QlikView/using-onpostreload-to-open-new-qvw/m-p/528325#M197443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to make a qvw that, after reloading script, opens another qvw. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've gone to document properties -&amp;gt; triggers -&amp;gt; OnPostReload -&amp;gt; Actions -&amp;gt; Add Acction -&amp;gt; External -&amp;gt; Open QlikView Document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then when I open the expression dialog to specify the qvw, I run into issues.&amp;nbsp; Do I just list the path and qvw?&amp;nbsp; I tried that but it failed.&amp;nbsp; Then I did =&amp;amp;(vNewQVWPath)child_qvw.qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vNewQVWPath = dir\subdir\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;child_qvw.qvw is the qvw I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried using ...dir\subdir\child_qvw.qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I create a button that opens a qvw (using that path definition) it works. But OnPostReload is not opening the 2nd qvw after reloading its script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Chris Rockhill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 22:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-onpostreload-to-open-new-qvw/m-p/528325#M197443</guid>
      <dc:creator />
      <dc:date>2013-11-14T22:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: using onpostreload to open new qvw</title>
      <link>https://community.qlik.com/t5/QlikView/using-onpostreload-to-open-new-qvw/m-p/528326#M197444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using Launch instead&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2013-11-14_2236.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/49000_2013-11-14_2236.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 22:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-onpostreload-to-open-new-qvw/m-p/528326#M197444</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-11-14T22:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: using onpostreload to open new qvw</title>
      <link>https://community.qlik.com/t5/QlikView/using-onpostreload-to-open-new-qvw/m-p/528327#M197445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did try that too (after you suggested it).&amp;nbsp;&amp;nbsp; It's not working either.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 22:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-onpostreload-to-open-new-qvw/m-p/528327#M197445</guid>
      <dc:creator />
      <dc:date>2013-11-14T22:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: using onpostreload to open new qvw</title>
      <link>https://community.qlik.com/t5/QlikView/using-onpostreload-to-open-new-qvw/m-p/528328#M197446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you running this in Publisher?&lt;/P&gt;&lt;P&gt;Publisher will not run OnPostreload macro.&lt;/P&gt;&lt;P&gt;You can use qv.exe /r app.qvw and external task if&amp;nbsp; you need this to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 07:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-onpostreload-to-open-new-qvw/m-p/528328#M197446</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-11-15T07:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: using onpostreload to open new qvw</title>
      <link>https://community.qlik.com/t5/QlikView/using-onpostreload-to-open-new-qvw/m-p/528329#M197447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thanks.&amp;nbsp; I'll try that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 13:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-onpostreload-to-open-new-qvw/m-p/528329#M197447</guid>
      <dc:creator />
      <dc:date>2013-11-15T13:52:01Z</dc:date>
    </item>
  </channel>
</rss>

