<?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: What does &amp;quot;Can Execute External Programs&amp;quot; in Settings tab of Edit Script do? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-does-quot-Can-Execute-External-Programs-quot-in-Settings/m-p/923186#M650932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John, the main purpose is to execute the external scripts withe "&lt;STRONG&gt;EXECUTE&lt;/STRONG&gt;" like .bat files etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go to help file to find out more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2015 17:31:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-13T17:31:49Z</dc:date>
    <item>
      <title>What does "Can Execute External Programs" in Settings tab of Edit Script do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-quot-Can-Execute-External-Programs-quot-in-Settings/m-p/923183#M650929</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;Can anyone tell me what does "Can Execute External Programs" in Settings tab do exactly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Reference Manual says "If this option is selected execute statements may be used in the script." but it is not exactly very clear what it means &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; anyone got any examples?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-quot-Can-Execute-External-Programs-quot-in-Settings/m-p/923183#M650929</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2015-08-13T17:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: What does "Can Execute External Programs" in Settings tab of Edit Script do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-quot-Can-Execute-External-Programs-quot-in-Settings/m-p/923184#M650930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You run/execute some non-qlikview stuff like deleting external files ect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXECUTE CMD.EXE /C del "$(vQVDSourcePath)STATE.qvd";&amp;nbsp;&amp;nbsp; - this command/script deletes an external file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-quot-Can-Execute-External-Programs-quot-in-Settings/m-p/923184#M650930</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-08-13T17:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: What does "Can Execute External Programs" in Settings tab of Edit Script do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-quot-Can-Execute-External-Programs-quot-in-Settings/m-p/923185#M650931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from Qlik help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;EM&gt;Can Execute External Programs&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If this option is selected execute statements may be used in the script. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you can use the execute statement in the script (often to call dos batch, example if you want to delete some files from Qlik); what's the execute statement?&lt;/P&gt;&lt;P&gt;Always from help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;With the &lt;SPAN class="Bold"&gt;Execute&lt;/SPAN&gt; statement it is possible to run other programs&lt;/STRONG&gt; during the re-execution of the QlikView script, e.g. conversions that are necessary. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The syntax is:&lt;/EM&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;EM&gt;&lt;SPAN class="Bold"&gt;execute &lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;commandline&lt;/SPAN&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="Italic"&gt;commandline&lt;/SPAN&gt; is a text that can be interpreted by the operating system as a command line. &lt;/EM&gt;&lt;/P&gt;&lt;P class="example"&gt;&lt;EM&gt;Examples:&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;Execute C:\Program Files\Office12\Excel.exe;&lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;Execute winword macro.doc; &lt;/EM&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;EM&gt;&lt;STRONG&gt;Execute cmd.exe /C C:\BatFiles\Log.bat&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P class="note"&gt;&lt;EM&gt;&lt;SPAN class="Bold"&gt;Note!&lt;/SPAN&gt; &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;The /C needs to be included as it is a parameter to cmd.exe. &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-quot-Can-Execute-External-Programs-quot-in-Settings/m-p/923185#M650931</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-13T17:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: What does "Can Execute External Programs" in Settings tab of Edit Script do?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-quot-Can-Execute-External-Programs-quot-in-Settings/m-p/923186#M650932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John, the main purpose is to execute the external scripts withe "&lt;STRONG&gt;EXECUTE&lt;/STRONG&gt;" like .bat files etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go to help file to find out more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-quot-Can-Execute-External-Programs-quot-in-Settings/m-p/923186#M650932</guid>
      <dc:creator />
      <dc:date>2015-08-13T17:31:49Z</dc:date>
    </item>
  </channel>
</rss>

