<?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 Strange - total malfunction ... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Strange-total-malfunction/m-p/856471#M657659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing an issue which leaves me totally clueless:&lt;/P&gt;&lt;P&gt;=&amp;gt; I have an app which contains one subroutine which contains another subroutine&lt;/P&gt;&lt;P&gt;=&amp;gt; That worked fine just yesterday, I tried it out several times&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; Today I edited something and now I am facing the issue that&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt; in the Debugger, when I go step-wise, before it has even completed both subroutines, the system just stops and the button "close" becomes active - just after the first &amp;gt; end sub &amp;lt;, with the second (outer) subroutine yet to parse (the calling part would of course come afterwards)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you make head or tail of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2015 09:59:12 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2015-04-30T09:59:12Z</dc:date>
    <item>
      <title>Strange - total malfunction ...</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-total-malfunction/m-p/856471#M657659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing an issue which leaves me totally clueless:&lt;/P&gt;&lt;P&gt;=&amp;gt; I have an app which contains one subroutine which contains another subroutine&lt;/P&gt;&lt;P&gt;=&amp;gt; That worked fine just yesterday, I tried it out several times&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; Today I edited something and now I am facing the issue that&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt; in the Debugger, when I go step-wise, before it has even completed both subroutines, the system just stops and the button "close" becomes active - just after the first &amp;gt; end sub &amp;lt;, with the second (outer) subroutine yet to parse (the calling part would of course come afterwards)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you make head or tail of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 09:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-total-malfunction/m-p/856471#M657659</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-04-30T09:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Strange - total malfunction ...</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-total-malfunction/m-p/856472#M657660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm in hot pursuit of the bug &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It seems that, as so often, the error is somewhere inside the subroutine, that causes the whole thing to crash.&lt;/P&gt;&lt;P&gt;There is one empty table and then I have a RESIDENT LOAD with a FIRST 1 from that table - that of course does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 10:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-total-malfunction/m-p/856472#M657660</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-04-30T10:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Strange - total malfunction ...</title>
      <link>https://community.qlik.com/t5/QlikView/Strange-total-malfunction/m-p/856473#M657661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that seems to have been it.&lt;/P&gt;&lt;P&gt;It's a bit irritating that, apparently, when there is some error inside a subroutine, that isn't even parsed in the Debugger - before reaching the calling part and executing it - so the script doesn't throw an error, but simply stops.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One has to dactivate the &amp;gt; sub &amp;lt; and &amp;gt; end sub &amp;lt; commands and rearrange things so that it's normal code to execute only once, then you can debug it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that will help others who face this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 10:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Strange-total-malfunction/m-p/856473#M657661</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-04-30T10:44:08Z</dc:date>
    </item>
  </channel>
</rss>

