<?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: Exit Script not working in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79531#M5290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need to use a ; at the end of a control statement like EXIT SCRIPT. It doesn't do any - but it is unnecessary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Jun 2018 19:16:08 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2018-06-09T19:16:08Z</dc:date>
    <item>
      <title>Exit Script not working</title>
      <link>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79526#M5285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Techies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written one application which has three nested loops, two FOR loop and one DO WHILE then exit script and there are another tabs which have some old code. I executed below code two or three times in my script is was executed fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Temp_0:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;*&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Inline&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FIELD_CATEGORY&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ABC/&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CDE/&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;EFG/&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;](delimiter is '/'); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Let c=1;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FOR c = 1 to&amp;nbsp; NoOfRows('Temp_0')-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TEMP:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;*&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;inline&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FIELD&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ABC&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DEF&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GHI&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;]; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let a=1;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FOR a = 1 to NoOfRows('TEMP')-1&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let Var=FieldValue('FIELD',$(a));&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let vCountry = SubField(Var,'|',2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;////////Weekly Loop///////&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;let vToday = num(now())-14;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let b= '42442';&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Do while b &amp;lt;= vToday&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;let vmessage='';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;let b=b+7;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Loop&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NEXT a&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Next c&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;exit script&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//old code//&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;but suddenly it was started through error which is :&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: 'Courier New'; color: #595959; background-color: rgba(255, 38, 38, 0.2);"&gt;The control statement is not correctly matched with its corresponding start statement&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: 'Courier New'; color: #595959; background-color: rgba(255, 38, 38, 0.2);"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Next a&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: 'Courier New'; color: #595959; background-color: rgba(255, 38, 38, 0.2);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: 'Courier New'; color: #595959; background-color: rgba(255, 38, 38, 0.2);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then I deleted the tables after EXIT SCRIPT and script is started running fine.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;My problem is why script is not working if there is old code after exit script ?&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks in Advance!&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2018 09:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79526#M5285</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2018-06-09T09:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Exit Script not working</title>
      <link>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79527#M5286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The statements after EXIT SCRIPT are still parsed to catch any pre-execution detectable syntax errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that is the reason. I would rather use a block comment with /* and have the */ at the very end of the script - that way you don't need to figure out the problem with your old code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2018 11:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79527#M5286</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-06-09T11:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Exit Script not working</title>
      <link>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79528#M5287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use exit script at the end of script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and don't forget to use ; at the end of statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2018 11:37:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79528#M5287</guid>
      <dc:creator>arvind1494</dc:creator>
      <dc:date>2018-06-09T11:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exit Script not working</title>
      <link>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79529#M5288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is very sad to know code executes even after EXIT SCRIPT;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2018 12:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79529#M5288</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2018-06-09T12:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Exit Script not working</title>
      <link>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79530#M5289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code is not executing - it is being parsed - validated that it has correct syntax. Parsing and executing are two very different things.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2018 19:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79530#M5289</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-06-09T19:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Exit Script not working</title>
      <link>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79531#M5290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need to use a ; at the end of a control statement like EXIT SCRIPT. It doesn't do any - but it is unnecessary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2018 19:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79531#M5290</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-06-09T19:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Exit Script not working</title>
      <link>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79532#M5291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Parsing is a good thing to be able to catch any errors as soon as possible. The disadvantages are minor ... the only thing is that you will have to use commenting instead of just EXIT SCRIPT. Why don't you correct the syntax errors? Then you can continue to use EXIT SCRIPT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2018 19:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79532#M5291</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-06-09T19:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exit Script not working</title>
      <link>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79533#M5292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got your point. Parsing means it looks for any syntax error. If it is not executing it will not load any script outcome data to application, it will just tell me that post exit script there is any error or not. like in my case, why my loop before exit script is failing because loop start from a=1 and post script there is a value 15 in variable a ,&amp;nbsp; so all time it was saying starting of loop condition won't work. I tried to set variable a definition before exit script or before any loop code but it was taking the value of variable post exit script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Petter. from now will use /* instead of exit script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 04:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79533#M5292</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2018-06-11T04:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Exit Script not working</title>
      <link>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79534#M5293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome. Please mark this question as answered so the thread gets closed and marked as such.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 04:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79534#M5293</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-06-11T04:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exit Script not working</title>
      <link>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79535#M5294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe there are some exceptions to the general rule hinted from Petter. At least in QV 10 the in this release undocumented feature of &lt;STRONG&gt;must&lt;/STRONG&gt;-include was executed after an exit script statement. I don't know if this had now changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 07:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/79535#M5294</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-06-11T07:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Exit Script not working</title>
      <link>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/1666655#M50210</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Do not hesitate to vote for this idea &lt;A href="https://community.qlik.com/t5/Qlik-Sense-Ideas/Make-quot-exit-script-quot-exiting-script-For-real/idi-p/1666654" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Qlik-Sense-Ideas/Make-quot-exit-script-quot-exiting-script-For-real/idi-p/1666654&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-message-read"&gt;Make "exit script;" exiting script !&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Simon&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 09:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exit-Script-not-working/m-p/1666655#M50210</guid>
      <dc:creator>simonaubert</dc:creator>
      <dc:date>2020-01-17T09:55:49Z</dc:date>
    </item>
  </channel>
</rss>

