<?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: Macro to simulate browser back-button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-to-simulate-browser-back-button/m-p/998207#M339461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't checked if a Macro could do it. But I do have a tiny object extension that works which I called anyHTML:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-10-30 #2.PNG" class="jive-image image-1" src="/legacyfs/online/103578_2015-10-30 #2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Oct 2015 10:21:56 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2015-10-30T10:21:56Z</dc:date>
    <item>
      <title>Macro to simulate browser back-button</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-simulate-browser-back-button/m-p/998206#M339460</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;I have a button in qvw file. Idea is that the user is redirected back to the access point when clicking the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be implemented as a "browser back-function", not by entering the absolute URL to the access point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can it be done with the help of a VBS macro?&amp;nbsp; A JS solution looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="highLT"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="highELE"&gt;script&lt;/SPAN&gt;&lt;SPAN class="highGT"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; function goBack() {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.history.back();&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN class="highLT"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="highELE"&gt;/script&lt;/SPAN&gt;&lt;SPAN class="highGT"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you - Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 09:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-simulate-browser-back-button/m-p/998206#M339460</guid>
      <dc:creator>hugmarcel</dc:creator>
      <dc:date>2015-10-30T09:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to simulate browser back-button</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-simulate-browser-back-button/m-p/998207#M339461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't checked if a Macro could do it. But I do have a tiny object extension that works which I called anyHTML:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-10-30 #2.PNG" class="jive-image image-1" src="/legacyfs/online/103578_2015-10-30 #2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 10:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-simulate-browser-back-button/m-p/998207#M339461</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-30T10:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to simulate browser back-button</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-simulate-browser-back-button/m-p/998208#M339462</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;thank you for this. We are using the Plugin, thus no JS possible...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 12:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-simulate-browser-back-button/m-p/998208#M339462</guid>
      <dc:creator>hugmarcel</dc:creator>
      <dc:date>2015-10-30T12:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to simulate browser back-button</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-simulate-browser-back-button/m-p/998209#M339463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well it is possible to do it if you are willing to modify the &lt;STRONG&gt;opendoc.htm&lt;/STRONG&gt; file. add a line and add a small extra html file into the same directory. It will look like this - notice the CLOSE button in the upper right-hand corner:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-10-30 #3.PNG" class="jive-image image-1" src="/legacyfs/online/103609_2015-10-30 #3.PNG" style="height: 463px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work for the entire AccessPoint when documents are opened with the IE-plugin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you go to the &lt;STRONG&gt;C:\Program Files\QlikView\Server\QlikViewClients\QlikViewPlugin\&lt;/STRONG&gt; folder:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;opendoc.htm&lt;/STRONG&gt; should look like this after modification:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-10-30 #4.PNG" class="jive-image image-2" src="/legacyfs/online/103625_2015-10-30 #4.PNG" style="height: 197px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new &lt;STRONG&gt;closeButton.html&lt;/STRONG&gt; in the same directory looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-10-30 #5.PNG" class="jive-image image-3" src="/legacyfs/online/103626_2015-10-30 #5.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to have Administrator privileges while editing and creating these to files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Petter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 15:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-simulate-browser-back-button/m-p/998209#M339463</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-30T15:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to simulate browser back-button</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-simulate-browser-back-button/m-p/998210#M339464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for this, most useful information!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get rid of the "... is being opened" message in the browser when a QVW file is being opened. The Icon on the left shall be removed as well.&lt;/P&gt;&lt;P&gt;How is it possible to get this? The text shall be removed only when a special qvw is being openend. Thus must depend on the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and regards!&lt;/P&gt;&lt;P&gt;Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 16:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-simulate-browser-back-button/m-p/998210#M339464</guid>
      <dc:creator>hugmarcel</dc:creator>
      <dc:date>2015-11-04T16:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to simulate browser back-button</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-simulate-browser-back-button/m-p/998211#M339465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would appreciate if you close this thread as answered and if you could pose your new question as a new thread. I might be able to contribute on that too. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 18:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-simulate-browser-back-button/m-p/998211#M339465</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-11-04T18:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to simulate browser back-button</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-to-simulate-browser-back-button/m-p/998212#M339466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nice, see &lt;A href="https://community.qlik.com/message/905525"&gt;How to get rid of the "... is being opened" text in browser&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 19:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-to-simulate-browser-back-button/m-p/998212#M339466</guid>
      <dc:creator>hugmarcel</dc:creator>
      <dc:date>2015-11-04T19:53:33Z</dc:date>
    </item>
  </channel>
</rss>

