<?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: Qliksense Functions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qliksense-Functions/m-p/1038549#M16111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've noticed that the routines are executed without calling them, in order of script definition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Feb 2016 11:57:29 GMT</pubDate>
    <dc:creator>marco_puccetti</dc:creator>
    <dc:date>2016-02-03T11:57:29Z</dc:date>
    <item>
      <title>Qliksense Functions</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Functions/m-p/1038547#M16109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello i need to use some functions within a qliksense application, but i've noticed that the code is executed without taking care of routine definitions, is it possible or not.&lt;/P&gt;&lt;P&gt;This is a simple definition used in the application:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set bEsito = False;&lt;/P&gt;&lt;P&gt;call &lt;SPAN style="font-size: 13.3333px;"&gt;clearETLinLine(&lt;SPAN style="font-size: 13.3333px;"&gt;bEsito&lt;/SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub clearETLinLine(bEsito)&lt;/P&gt;&lt;P&gt;&amp;nbsp; DROP TABLE A;&lt;/P&gt;&lt;P&gt;&amp;nbsp; DROP TABLE B;&lt;/P&gt;&lt;P&gt;&amp;nbsp; DROP TABLE C;&lt;/P&gt;&lt;P&gt;&amp;nbsp; DROP TABLE D;&lt;/P&gt;&lt;P&gt;&amp;nbsp; DROP TABLE E;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Set bEsito = True;&lt;/P&gt;&lt;P&gt;end Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 11:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Functions/m-p/1038547#M16109</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2016-02-03T11:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Functions</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Functions/m-p/1038548#M16110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL after you defined the SUB routine in your script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 11:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Functions/m-p/1038548#M16110</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-03T11:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Functions</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Functions/m-p/1038549#M16111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've noticed that the routines are executed without calling them, in order of script definition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 11:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Functions/m-p/1038549#M16111</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2016-02-03T11:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Functions</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Functions/m-p/1038550#M16112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I explain better my question...if i declare functions before there call, i have noticed that the code is executed sequentially from the first step of the script to the end without taking care of the function definition.&lt;/P&gt;&lt;P&gt;Below the example of function declaration\use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line 1&amp;nbsp;&amp;nbsp; : sub pippo(param)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line 20: end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line 100: call pippo(param);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code is executed from the first line to the 100 line without taking care of this. And if a will declare at contrary shall the code stop at the end of the function definitio or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody knows how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 09:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Functions/m-p/1038550#M16112</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2016-02-04T09:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Functions</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Functions/m-p/1038551#M16113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you are saying that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUB Test(Param)&lt;/P&gt;&lt;P&gt;TRACE PARAM: $(Param);&lt;/P&gt;&lt;P&gt;TRACE SUB EXECUTED;&lt;/P&gt;&lt;P&gt;ENDSUB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//CALL Test(10);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the same as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUB Test(Param)&lt;/P&gt;&lt;P&gt;TRACE PARAM: $(Param);&lt;/P&gt;&lt;P&gt;TRACE SUB EXECUTED;&lt;/P&gt;&lt;P&gt;ENDSUB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL Test(10);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's not what I see, the first code is not outputting anything. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 09:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Functions/m-p/1038551#M16113</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-04T09:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Functions</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Functions/m-p/1038552#M16114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have checked better and noticed that the code is executed but if the function aren't call when the line meet sub the function is not executed so it's ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 09:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Functions/m-p/1038552#M16114</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2016-02-04T09:59:28Z</dc:date>
    </item>
  </channel>
</rss>

