<?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: unable to understand the code in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/unable-to-understand-the-code/m-p/1808640#M1212367</link>
    <description>&lt;P&gt;Not finding per ctrl + F a&amp;nbsp;certain key-word within the script could mean that this key-word is loaded from an include-variable or might be created from any (variable) logic. If so it's hard to detect it and requires often to use the debugger and going carefully through every part of the script. A shortcut for many scenarios (not all) would be not to search within the script else within the document-log because there the variable-values will be mostly expanded.&lt;/P&gt;&lt;P&gt;Beside this I think the suggestion from&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5930" target="_blank"&gt;jwjackso&lt;/A&gt;&amp;nbsp;is right and it's an intentionally failure to break the execution without storing the application and sent the error-message.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Tue, 18 May 2021 10:42:39 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2021-05-18T10:42:39Z</dc:date>
    <item>
      <title>unable to understand the code</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-understand-the-code/m-p/1808391#M1212344</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I have below code in my application:-&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1621257573095.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55124iAB5A90E44D00D319/image-size/large?v=v2&amp;amp;px=999" role="button" title="Aspiring_Developer_0-1621257573095.png" alt="Aspiring_Developer_0-1621257573095.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to understand the variables declaration, trace functionality&amp;nbsp; and loops. However, their is one statement :-&lt;/P&gt;&lt;P&gt;Load * from&amp;nbsp;Allez_en_erreur; // --------'Allez_en_erreur' means&amp;nbsp; 'Go to error' .&lt;/P&gt;&lt;P&gt;I searched for a keyword or tablename&amp;nbsp; 'Allez_en_erreur' in the script, i did not find anything. I am unable to understand what is it ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also the reload task of this application is failed because of the error "&lt;/P&gt;&lt;P&gt;Error: Cannot open file: '\\...\QlikView\Sources\..\..\TOP \Reporting\Allez_en_erreur'&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am unable to understand and rectify the error. Can anyone please help me ?&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 13:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-understand-the-code/m-p/1808391#M1212344</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2021-05-17T13:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: unable to understand the code</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-understand-the-code/m-p/1808394#M1212345</link>
      <description>&lt;P&gt;Is it being used to force the script to fail?&amp;nbsp;&lt;/P&gt;&lt;P&gt;We use similar logic when a database has not been refreshed and our loop exceeds the maximum number of retries.&amp;nbsp; We will try to open a non-existent file to force the script to fail and require manual intervention.&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 13:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-understand-the-code/m-p/1808394#M1212345</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2021-05-17T13:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: unable to understand the code</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-understand-the-code/m-p/1808403#M1212346</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5930"&gt;@jwjackso&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the clarity.&lt;/P&gt;&lt;P&gt;I am not sure about force script failure part in the script.&lt;/P&gt;&lt;P&gt;It was not failing earlier and now the reload task is in failed state at qlikview qmc .&lt;/P&gt;&lt;P&gt;How should I resolve it ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 13:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-understand-the-code/m-p/1808403#M1212346</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2021-05-17T13:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: unable to understand the code</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-understand-the-code/m-p/1808412#M1212349</link>
      <description>&lt;P&gt;If&amp;nbsp; the variables and the&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/today.htm" target="_self"&gt;Today()&lt;/A&gt;&amp;nbsp; function allow the IF test to reach the "load * from ", you may want to change the Today() function parameter.&amp;nbsp; Today() returns last finished data load, Today(1) returns the day of the function call.&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 14:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-understand-the-code/m-p/1808412#M1212349</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2021-05-17T14:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: unable to understand the code</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-understand-the-code/m-p/1808640#M1212367</link>
      <description>&lt;P&gt;Not finding per ctrl + F a&amp;nbsp;certain key-word within the script could mean that this key-word is loaded from an include-variable or might be created from any (variable) logic. If so it's hard to detect it and requires often to use the debugger and going carefully through every part of the script. A shortcut for many scenarios (not all) would be not to search within the script else within the document-log because there the variable-values will be mostly expanded.&lt;/P&gt;&lt;P&gt;Beside this I think the suggestion from&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5930" target="_blank"&gt;jwjackso&lt;/A&gt;&amp;nbsp;is right and it's an intentionally failure to break the execution without storing the application and sent the error-message.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 10:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-understand-the-code/m-p/1808640#M1212367</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-05-18T10:42:39Z</dc:date>
    </item>
  </channel>
</rss>

