<?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 Ending Qlikview in a Macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ending-Qlikview-in-a-Macro/m-p/220129#M73077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem: My macro runs when the doc opens so,&lt;/P&gt;&lt;P&gt;placing ActiveDocument.GetApplication.Quit at the bottom of the macro does exactly what I want&lt;/P&gt;&lt;P&gt;But, SINCE Qlikview ends after the macro runs I am LOCKED OUT OF THE DOC &amp;gt; CAN'T get in and&lt;/P&gt;&lt;P&gt;MAKE CHANGES! Any way to step thru perhaps, with a debug routine? (I have the demo personal edition).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Oct 2009 05:26:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-20T05:26:48Z</dc:date>
    <item>
      <title>Ending Qlikview in a Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Ending-Qlikview-in-a-Macro/m-p/220126#M73074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Want to exit from Qlikview when my macro finishes; How is this done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 04:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ending-Qlikview-in-a-Macro/m-p/220126#M73074</guid>
      <dc:creator />
      <dc:date>2009-10-20T04:42:40Z</dc:date>
    </item>
    <item>
      <title>Ending Qlikview in a Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Ending-Qlikview-in-a-Macro/m-p/220127#M73075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this, bye&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.Quit&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 04:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ending-Qlikview-in-a-Macro/m-p/220127#M73075</guid>
      <dc:creator />
      <dc:date>2009-10-20T04:49:48Z</dc:date>
    </item>
    <item>
      <title>Ending Qlikview in a Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Ending-Qlikview-in-a-Macro/m-p/220128#M73076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 05:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ending-Qlikview-in-a-Macro/m-p/220128#M73076</guid>
      <dc:creator />
      <dc:date>2009-10-20T05:03:48Z</dc:date>
    </item>
    <item>
      <title>Ending Qlikview in a Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Ending-Qlikview-in-a-Macro/m-p/220129#M73077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem: My macro runs when the doc opens so,&lt;/P&gt;&lt;P&gt;placing ActiveDocument.GetApplication.Quit at the bottom of the macro does exactly what I want&lt;/P&gt;&lt;P&gt;But, SINCE Qlikview ends after the macro runs I am LOCKED OUT OF THE DOC &amp;gt; CAN'T get in and&lt;/P&gt;&lt;P&gt;MAKE CHANGES! Any way to step thru perhaps, with a debug routine? (I have the demo personal edition).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 05:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ending-Qlikview-in-a-Macro/m-p/220129#M73077</guid>
      <dc:creator />
      <dc:date>2009-10-20T05:26:48Z</dc:date>
    </item>
    <item>
      <title>Ending Qlikview in a Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Ending-Qlikview-in-a-Macro/m-p/220130#M73078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first time you open a document with macros you should get a question as to what security level you want to give the document.&lt;/P&gt;&lt;P&gt;This information is stored in the registry under three different keys:&lt;/P&gt;&lt;P&gt;HKEY_CURRENT_USER\Software\QlikTech\QlikView\Module Checksums Blocked&lt;/P&gt;&lt;P&gt;HKEY_CURRENT_USER\Software\QlikTech\QlikView\Module Checksums Safe&lt;/P&gt;&lt;P&gt;HKEY_CURRENT_USER\Software\QlikTech\QlikView\Module Checksums System&lt;/P&gt;&lt;P&gt;Assuming you're locked out of your doc you would need to remove the appropriate entry under either Checksums Safe or Checksums System. Just remove both the keys and you should be fine and get prompted again the next time you open the document and you can now choose to disable the macros.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 10:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ending-Qlikview-in-a-Macro/m-p/220130#M73078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-20T10:14:40Z</dc:date>
    </item>
    <item>
      <title>Ending Qlikview in a Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Ending-Qlikview-in-a-Macro/m-p/220131#M73079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the /v switch when opening the document.&lt;BR /&gt;The /v switch allows you to send in a variable when opening the document.&lt;BR /&gt;Then in the macro, test on the presens of the variable and act accordingly...&lt;/P&gt;&lt;P&gt;BR&lt;BR /&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 01:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ending-Qlikview-in-a-Macro/m-p/220131#M73079</guid>
      <dc:creator />
      <dc:date>2009-10-23T01:49:27Z</dc:date>
    </item>
    <item>
      <title>Ending Qlikview in a Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Ending-Qlikview-in-a-Macro/m-p/220132#M73080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 22:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ending-Qlikview-in-a-Macro/m-p/220132#M73080</guid>
      <dc:creator />
      <dc:date>2009-10-23T22:59:26Z</dc:date>
    </item>
    <item>
      <title>Ending Qlikview in a Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Ending-Qlikview-in-a-Macro/m-p/220133#M73081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find Many entires with hex codes; How do I find the correct entry?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 22:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ending-Qlikview-in-a-Macro/m-p/220133#M73081</guid>
      <dc:creator />
      <dc:date>2009-10-30T22:01:33Z</dc:date>
    </item>
  </channel>
</rss>

