<?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: How to get ScriptErrorDetail in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-ScriptErrorDetail/m-p/1219174#M848092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check log file of the document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Settings--&amp;gt;Document Properties--&amp;gt;General Tab --&amp;gt;Right hand side you can see&amp;nbsp; a Check box&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Generate Log File&amp;nbsp; &lt;/STRONG&gt;from top 2 option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you check this automatically you can see the entire log file in a .txt format just you can open the log and find your issue easily&lt;/P&gt;&lt;P&gt;--&amp;gt;By default it's un-checked&lt;/P&gt;&lt;P&gt;--&amp;gt;.txt file will create where is your .qvw file is there(Same location)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you feel you got solution for your issue,please close the thread by clicking "&lt;STRONG&gt;Correct Answer"&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Mar 2017 09:16:58 GMT</pubDate>
    <dc:creator>ramasaisaksoft</dc:creator>
    <dc:date>2017-03-16T09:16:58Z</dc:date>
    <item>
      <title>How to get ScriptErrorDetail</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-ScriptErrorDetail/m-p/1219171#M848089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hello Qlik community,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I'm having an issue on how to get ScriptErrorDetail. I know that it dissappear when i don't get it right after the error and here is my case :&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I'm loading data from a file as shown below :&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;---------------------&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;&lt;EM&gt;$(vDIM_SPECIALITES_INFRA)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; :&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;/SPAN&gt;AGENT_EMPLOI_REPERE&lt;SPAN class="s2"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;INFRA_EMPLOI_REPERE_LIB&lt;SPAN class="s2"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;AGENT_EMPLOI_REPERE_CODE_LIB&lt;SPAN class="s2"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;INFRA_MATRICE_BUDGETAIRE&lt;SPAN class="s2"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;INFRA_SPECIALITE_LIB&lt;SPAN class="s2"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;INFRA_PRODUCTIONe&lt;SPAN class="s2"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;FROM&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;/SPAN&gt;[$(vFileSourcePath)$(vDIM_SPECIALITES_INFRA)]&lt;SPAN class="s2"&gt; (&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;qvd&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s2"&gt;----------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s2"&gt;After that i'm having this condition :&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;---------------------&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;if&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;(&lt;/SPAN&gt;ScriptError&lt;SPAN class="s2"&gt; &amp;lt;&amp;gt; 0) &lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;then&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;BR /&gt;&lt;STRONG&gt;// some code to store loadingStart/end, source file name, number of loaded rows AND &lt;SPAN style="color: #993300;"&gt;the ErrorScriptDetails.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;ELSE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;// some other code&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;ENDIF;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;--------------------&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;I need to keep the if condition to make condition if there is an error during loading and i also want to get the $(ErrorScriptDetails)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s1"&gt;to store it into a log file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s1"&gt;Note that i'm having about 31 loads like the code shown above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s1"&gt;If anyone could helps it would be awesome.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s1"&gt;ManyThanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1" style="font-size: 13.3333px;"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-ScriptErrorDetail/m-p/1219171#M848089</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get ScriptErrorDetail</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-ScriptErrorDetail/m-p/1219172#M848090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do this immediately after the LOAD:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Let vScriptError = ScriptError;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Let vScriptErrorDetails&amp;nbsp; = ScriptErrorDetails;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the variables for further processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-ScriptErrorDetail/m-p/1219172#M848090</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-03-16T09:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get ScriptErrorDetail</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-ScriptErrorDetail/m-p/1219173#M848091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;Thanks for answering. Actually, if i declare those two variables : &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Let vScriptError = ScriptError;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Let vScriptErrorDetails&amp;nbsp; = ScriptErrorDetails;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;I'll not get any value in vScriptErrorDetails because it should be declared right after the load. In my case i need to get those two values.&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-ScriptErrorDetail/m-p/1219173#M848091</guid>
      <dc:creator />
      <dc:date>2017-03-16T09:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get ScriptErrorDetail</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-ScriptErrorDetail/m-p/1219174#M848092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check log file of the document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Settings--&amp;gt;Document Properties--&amp;gt;General Tab --&amp;gt;Right hand side you can see&amp;nbsp; a Check box&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Generate Log File&amp;nbsp; &lt;/STRONG&gt;from top 2 option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you check this automatically you can see the entire log file in a .txt format just you can open the log and find your issue easily&lt;/P&gt;&lt;P&gt;--&amp;gt;By default it's un-checked&lt;/P&gt;&lt;P&gt;--&amp;gt;.txt file will create where is your .qvw file is there(Same location)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you feel you got solution for your issue,please close the thread by clicking "&lt;STRONG&gt;Correct Answer"&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-ScriptErrorDetail/m-p/1219174#M848092</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2017-03-16T09:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get ScriptErrorDetail</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-ScriptErrorDetail/m-p/1219175#M848093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rama,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing your knowledge. Actually, i need to personnalize the logging file that's why am not using the default one. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-ScriptErrorDetail/m-p/1219175#M848093</guid>
      <dc:creator />
      <dc:date>2017-03-16T09:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get ScriptErrorDetail</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-ScriptErrorDetail/m-p/1219176#M848094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I resolved my issue by doing this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;$(vDIM_SPECIALITES_INFRA)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; :&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s3" style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;AGENT_EMPLOI_REPERE&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;INFRA_EMPLOI_REPERE_LIB&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;AGENT_EMPLOI_REPERE_CODE_LIB&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;INFRA_MATRICE_BUDGETAIRE&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;INFRA_SPECIALITE_LIB&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;INFRA_PRODUCTIONe&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s3" style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;[$(vFileSourcePath)$(vDIM_SPECIALITES_INFRA)]&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; (&lt;/SPAN&gt;&lt;SPAN class="s3" style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;erreur:&lt;BR /&gt; &lt;SPAN class="s1"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt; * &lt;SPAN class="s1"&gt;Inline&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;['ScriptError','ScriptErrorDetails'&lt;BR /&gt; $(ScriptError), $(ScriptErrorDetails)]&lt;/SPAN&gt;;&lt;BR /&gt; &lt;SPAN class="s1"&gt;&lt;STRONG&gt;Let&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;&lt;STRONG&gt;&lt;EM&gt;vErreur&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; = &lt;SPAN class="s1"&gt;peek&lt;/SPAN&gt;('ScriptError',0,'erreur');&lt;BR /&gt; &lt;SPAN class="s1"&gt;&lt;STRONG&gt;Let&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;&lt;STRONG&gt;&lt;EM&gt;vMessage&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; = &lt;SPAN class="s1"&gt;peek&lt;/SPAN&gt;('ScriptErrorDetails',0,'erreur'); &lt;/P&gt;&lt;P class="p1"&gt;And then i used my if condition.&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;Thanks everyone for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 10:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-ScriptErrorDetail/m-p/1219176#M848094</guid>
      <dc:creator />
      <dc:date>2017-03-16T10:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get ScriptErrorDetail</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-ScriptErrorDetail/m-p/2528189#M1226637</link>
      <description>&lt;P&gt;Thank you!.&lt;/P&gt;&lt;P&gt;I had a similiar issue and this helped me to get to a solution. In my case I'm parsing a json response that contains bad characters like {}, so I was getting a 'unexpected token error'.&lt;/P&gt;&lt;P&gt;If it helps anyone, I found a workaround by concatenating both values into a variable right after loading the Rest table.&lt;/P&gt;&lt;P&gt;RestConnectorMasterTable:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;errorConcat = PurgeChar($(#ScriptError)&amp;amp;'|$(ScriptErrorDetails)', '"'';,[]{}():&amp;lt;&amp;gt;');&lt;/P&gt;&lt;P&gt;errorCode = SubField('$(errorConcat)', '|', 1);&lt;/P&gt;&lt;P&gt;errorDetails = SubField('$(errorConcat)', '|', 2);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If $(errorCode) = x Then&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If WildMatch($(errorDetails), '*error message to look*') Then&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 20:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-ScriptErrorDetail/m-p/2528189#M1226637</guid>
      <dc:creator>pedrohenriqueperna</dc:creator>
      <dc:date>2025-08-22T20:34:40Z</dc:date>
    </item>
  </channel>
</rss>

