<?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: sub routine explination? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sub-routine-explination/m-p/712660#M1059483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sub routine will have a piece of code that can be called by using the keyword CAL in the script part as many times you can this reduces the complexity of rewriting the code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Sep 2014 06:53:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-29T06:53:19Z</dc:date>
    <item>
      <title>sub routine explination?</title>
      <link>https://community.qlik.com/t5/QlikView/sub-routine-explination/m-p/712659#M1059482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUB inc(a,b)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a=a+1&lt;/P&gt;&lt;P&gt;exit SUB when a&amp;gt;10&lt;/P&gt;&lt;P&gt;b=b+1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End SUB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call inc(1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give m,e explination how it works ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 06:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sub-routine-explination/m-p/712659#M1059482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-29T06:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: sub routine explination?</title>
      <link>https://community.qlik.com/t5/QlikView/sub-routine-explination/m-p/712660#M1059483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sub routine will have a piece of code that can be called by using the keyword CAL in the script part as many times you can this reduces the complexity of rewriting the code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 06:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sub-routine-explination/m-p/712660#M1059483</guid>
      <dc:creator />
      <dc:date>2014-09-29T06:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: sub routine explination?</title>
      <link>https://community.qlik.com/t5/QlikView/sub-routine-explination/m-p/712661#M1059484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is just like a normal if and else case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a=a+1 is true then the subroutine will exit otherwise it will check if a&amp;gt;10 and then go next check for b=b+1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can actual test it by running it with different parameter values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 07:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sub-routine-explination/m-p/712661#M1059484</guid>
      <dc:creator />
      <dc:date>2014-09-29T07:27:18Z</dc:date>
    </item>
  </channel>
</rss>

