<?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: Executing Jscript function during load statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439920#M802060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to do that. Just be sure to quote the parameter. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LET vExecFunction = post('$(sPath)');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Also if running QV Nov2017, you'll need turn off BNF mode by adding this as the first line of your script. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;///$bnf off&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2017 19:31:30 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2017-11-22T19:31:30Z</dc:date>
    <item>
      <title>Executing Jscript function during load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439917#M802051</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'm trying to execute a Jscript function during a load script but it looks like the command is not executed at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following Jscript function:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="support.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184196_support.jpg" style="height: 292px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;The functions works correctly when executing using "Run Macro" button.&lt;/P&gt;&lt;P&gt;I looked at previous forum posts and this command should work;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="support2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/184197_support2.png" style="height: 133px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do a call a Jscript function from a load script?&lt;/P&gt;&lt;P&gt;Are there security settings that prevents this from working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jonas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439917#M802051</guid>
      <dc:creator>jonastemin</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Jscript function during load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439918#M802052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In general you could use macro-functions within the load-script but they mustn't contain any reference to ActiveDocument because it didn't exists at this time. Only after the script is finished ActiveDocument is available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 17:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439918#M802052</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-11-22T17:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Jscript function during load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439919#M802056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Okay, I see. But is there a way to use&lt;SPAN style="font-size: 10pt;"&gt; the variable sPath in the Jscript function? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Is there another syntax in order to read the variable in the Jscript?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use something like LET vExecFunction = post($(sPath))&amp;nbsp; and update the Jscript equivently? Tried this in the past but couldn't get it to work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 19:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439919#M802056</guid>
      <dc:creator>jonastemin</dc:creator>
      <dc:date>2017-11-22T19:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Jscript function during load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439920#M802060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to do that. Just be sure to quote the parameter. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LET vExecFunction = post('$(sPath)');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Also if running QV Nov2017, you'll need turn off BNF mode by adding this as the first line of your script. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;///$bnf off&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 19:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439920#M802060</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-11-22T19:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Jscript function during load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439921#M802062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Thanks, I got it working now when running Qlikview Desktop, both on local computer and Qlikview server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;However, in QMC the function is not executing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I'm running Qlikview server 12.10.20400.0 so I have not set BNF mode to off.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Are there any settings in the QMC or document that I need to set?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 12:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439921#M802062</guid>
      <dc:creator>jonastemin</dc:creator>
      <dc:date>2017-11-23T12:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Jscript function during load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439922#M802063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look on this procedure:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: 0px solid black;"&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;STRONG style="color: windowtext; font-size: 13.5pt;"&gt;Cause&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 0px solid black;"&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: windowtext;"&gt;The new BNF script reload mode in QlikView November 2017 initial release doesn't allow the Macro function name in the script. &lt;BR /&gt; This is a bug that RD will fix in the future release, hopefully in Patch 1.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 0px solid black;"&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;STRONG style="color: windowtext; font-size: 13.5pt;"&gt;Resolution&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 0px solid black;"&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: windowtext;"&gt;Disable the BNF script reload mode either from the script, or fromthe settings.ini file.&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: windowtext;"&gt;Instructions of disabling BNF reload module: &lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="1"&gt;&lt;LI&gt;&lt;STRONG&gt;Disabling BNF reload mode for the entire server:&lt;/STRONG&gt; Update the Settings.ini by adding the line &lt;STRONG&gt;&lt;EM&gt;EnableBnfReload=0&lt;/EM&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Disabling BNF reload mode for individual apps: &lt;/STRONG&gt;Add the &lt;STRONG&gt;&lt;EM&gt;///$bnf off&lt;/EM&gt;&lt;/STRONG&gt; tag at the top of the script &lt;SPAN style="text-decoration: underline;"&gt;(The tag must be in the first 50 characters of the script)&lt;/SPAN&gt;. &lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 12:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439922#M802063</guid>
      <dc:creator>Ricardo_Gerhard</dc:creator>
      <dc:date>2017-11-23T12:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Jscript function during load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439923#M802065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't believe I use Qlikview November 2017. I run version &lt;SPAN style="color: #3d3d3d; font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;12.10.20400.0.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 12:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439923#M802065</guid>
      <dc:creator>jonastemin</dc:creator>
      <dc:date>2017-11-23T12:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Jscript function during load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439924#M802071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is an information from Qlik in another problem.&lt;/P&gt;&lt;P&gt;Try, could be helpful and fix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 12:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439924#M802071</guid>
      <dc:creator>Ricardo_Gerhard</dc:creator>
      <dc:date>2017-11-23T12:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Jscript function during load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439925#M802072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Added the &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;EnableBnfReload=0&lt;/EM&gt; &lt;/STRONG&gt;but it didn't help. Restarted the server to make sure settings were updated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 13:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439925#M802072</guid>
      <dc:creator>jonastemin</dc:creator>
      <dc:date>2017-11-23T13:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Jscript function during load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439926#M802073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right, The option to execute Load Scripts in strict BNF mode is new to QlikView 12.20 (and Qlik Sense of the same date) or later and does not apply to earlier versions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 13:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439926#M802073</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-11-23T13:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Jscript function during load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439927#M802074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The current code looks like this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jscript&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlik3.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184361_qlik3.png" style="height: 112px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Load script&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlik4.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/184362_qlik4.png" style="height: 88px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;The script should connect to a web server that send a POST request to Google Sheets API to update the format of a specific sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 13:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439927#M802074</guid>
      <dc:creator>jonastemin</dc:creator>
      <dc:date>2017-11-23T13:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Jscript function during load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439928#M802075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A qmc-tasks doesn't execute "classical" macros - by macro-functions during the load-script I'm not sure but I could imagine that this is also disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case you could try to outsource your macro into an external batch which could be triggerred within the load with an EXECUTE statement. Here an example what is meant: &lt;A href="https://community.qlik.com/message/1046385"&gt;Re: Run Excel macro via QMC&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input/output from your routine mustn't be necessary a parameter for the batch-call you could also use QV store/load for it, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(sPath)]:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;load '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(sPath)' autogenerate 1;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;store [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(sPath)] into Parameter.txt (txt);&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;and your routine read this parameter and stored its output again into a txt-file which QV reads afterwards within a load.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;- Marcus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 13:38:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439928#M802075</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-11-23T13:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Jscript function during load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439929#M802076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the QMC Server Security settings, you will have to check on both:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allow macro execution on server&lt;/P&gt;&lt;P&gt;Allow unsafe macro execution on server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 17:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439929#M802076</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-11-23T17:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Jscript function during load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439930#M802077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Botg of those are already checked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 17:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439930#M802077</guid>
      <dc:creator>jonastemin</dc:creator>
      <dc:date>2017-11-23T17:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Jscript function during load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439931#M802078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What error do you get in the script? Or no error but incorrect output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 16:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439931#M802078</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-11-24T16:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Executing Jscript function during load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439932#M802079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My conclusion is the QMC does not execute any macros.&lt;/P&gt;&lt;P&gt;Using EXECUTE and BAT to execute the script would have been possible but includes several steps that could potentially fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My solution (verified) is to use Qlik REST Connector;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185245_Untitled.png" style="height: 211px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I needed to run a SQL Select statement and use WITH Connection to execute the POST command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 11:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Executing-Jscript-function-during-load-statement/m-p/1439932#M802079</guid>
      <dc:creator>jonastemin</dc:creator>
      <dc:date>2017-11-30T11:50:30Z</dc:date>
    </item>
  </channel>
</rss>

