<?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: Calling a sub function at load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calling-a-sub-function-at-load-script/m-p/1569672#M742129</link>
    <description>&lt;P&gt;Not sure what do you mean by a function but if what you are trying is create and execute a subroutine you can use the Call statement.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take a look at:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptControlStatements/Call.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptControlStatements/Call.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Apr 2019 22:27:54 GMT</pubDate>
    <dc:creator>albertovarela</dc:creator>
    <dc:date>2019-04-15T22:27:54Z</dc:date>
    <item>
      <title>Calling a sub function at load script</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-a-sub-function-at-load-script/m-p/1556528#M742126</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I need to run a sub function at load script. i got to know that a sub function can't be called within the load script but a function.but i found following code from somewhere in a blog.&lt;/P&gt;&lt;P&gt;could some one please help me on how to call a sub function at load script.&lt;/P&gt;&lt;P&gt;if someone can send&amp;nbsp; a qvw would be much help full.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanking in advance.&lt;/P&gt;&lt;P&gt;Madushan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FUNCTION MyFunction()&lt;/P&gt;&lt;P&gt;MySub&lt;/P&gt;&lt;P&gt;END FUNCTION&lt;/P&gt;&lt;P&gt;SUB MySub&lt;/P&gt;&lt;P&gt;Msgbox(“Hello world”)&lt;/P&gt;&lt;P&gt;END SUB&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-a-sub-function-at-load-script/m-p/1556528#M742126</guid>
      <dc:creator>madushanfernand</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a sub function at load script</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-a-sub-function-at-load-script/m-p/1557223#M742127</link>
      <description>Is this referring to QlikView or Sense? I would like to move it into the correct product forum.</description>
      <pubDate>Fri, 15 Mar 2019 13:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-a-sub-function-at-load-script/m-p/1557223#M742127</guid>
      <dc:creator>Sue_Macaluso</dc:creator>
      <dc:date>2019-03-15T13:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a sub function at load script</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-a-sub-function-at-load-script/m-p/1569653#M742128</link>
      <description>&lt;P&gt;I suspect the first piece you may have been trying to find is here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/VBFunctionCalls.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/VBFunctionCalls.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is an Article with some further reference points too:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://support.qlik.com/articles/000003384" target="_blank"&gt;https://support.qlik.com/articles/000003384&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I believe there is a piece that needs to be changed in Distribution Service config to allow the function to be called as well, but I cannot find that at the moment, so if you need that, let me know, and I can try to track it down and respond with that info later, hopefully this may help get you on track.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 20:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-a-sub-function-at-load-script/m-p/1569653#M742128</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-04-15T20:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a sub function at load script</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-a-sub-function-at-load-script/m-p/1569672#M742129</link>
      <description>&lt;P&gt;Not sure what do you mean by a function but if what you are trying is create and execute a subroutine you can use the Call statement.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take a look at:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptControlStatements/Call.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptControlStatements/Call.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 22:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-a-sub-function-at-load-script/m-p/1569672#M742129</guid>
      <dc:creator>albertovarela</dc:creator>
      <dc:date>2019-04-15T22:27:54Z</dc:date>
    </item>
  </channel>
</rss>

