<?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 How to Sub routine in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Sub-routine/m-p/277311#M1179323</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;How to verify that the Subroutine gets invoke and way to print the values of a and&amp;nbsp; b.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Jan 2012 11:44:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-15T11:44:18Z</dc:date>
    <item>
      <title>How to Sub routine</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Sub-routine/m-p/277311#M1179323</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;How to verify that the Subroutine gets invoke and way to print the values of a and&amp;nbsp; b.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jan 2012 11:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Sub-routine/m-p/277311#M1179323</guid>
      <dc:creator />
      <dc:date>2012-01-15T11:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sub routine</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Sub-routine/m-p/277312#M1179324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the TRACE statement - this will write a message to the log.  In its&lt;/P&gt;&lt;P&gt;simplest form, you can put this on the line after the SUB inc(a,b)&lt;/P&gt;&lt;P&gt;statement:&lt;/P&gt;&lt;P&gt;    TRACE Entered the subroutine;&lt;/P&gt;&lt;P&gt;To show the value of a variable, use something like this:&lt;/P&gt;&lt;P&gt;    TRACE a=$(a);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 00:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Sub-routine/m-p/277312#M1179324</guid>
      <dc:creator>gussfish</dc:creator>
      <dc:date>2012-01-16T00:29:39Z</dc:date>
    </item>
  </channel>
</rss>

