<?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: Error in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-script/m-p/744616#M1024991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario, I didn't see any 'let' sentence here and I don't think it's part of vCustomersExtractionFile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you double-check if there is a previous tab and/or hidden script where this sentence appears?. Maybe it's betwwen the firsts SET sentences in the Main tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check if there is a hidden script you can check, insede the script--&amp;gt; file menu--&amp;gt; If the 'Edit hidden script...' option is active, there is a hidden script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2015 15:41:15 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2015-03-04T15:41:15Z</dc:date>
    <item>
      <title>Error in script</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-script/m-p/744613#M1024983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while i am running the script an error appear (Script line error: let vQA) please find attach file. If you can tell why&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 15:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-script/m-p/744613#M1024983</guid>
      <dc:creator>mario-sarkis</dc:creator>
      <dc:date>2015-03-04T15:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error in script</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-script/m-p/744614#M1024986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mario, is this the entire line in the script? "let vQA"?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most probably it's because you didn't end the previous sentence with a semicolon (;), otherwise must be something with that let sentence, if this is the case, I'll need to see the entire sentence in script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 15:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-script/m-p/744614#M1024986</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-03-04T15:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error in script</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-script/m-p/744615#M1024989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben;&lt;/P&gt;&lt;P&gt;Once i click Releod the error appears. When i click &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;ok&lt;/STRONG&gt;&lt;/SPAN&gt; the script run normaly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway this my script :&lt;/P&gt;&lt;P&gt;CustomerValidationName:&lt;BR /&gt; NoConcatenate&lt;BR /&gt; LOAD&lt;BR /&gt;&amp;nbsp; CIFID ,&lt;BR /&gt;&amp;nbsp; CIFTYPE,&lt;BR /&gt;&amp;nbsp; CIFTYPE2,&lt;BR /&gt;&amp;nbsp; CIFSHRTNM&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; From $(vCustomersExtractionFile).qvd(qvd);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;CustomerClas:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;LOAD&lt;BR /&gt; CIFID as [AccID],&lt;BR /&gt; CIFTYPE as [Customer Val Type],&lt;BR /&gt; CIFTYPE2 as [Customer Val Type2],&lt;BR /&gt; CIFSHRTNM as [Customer Val Name]&lt;/P&gt;&lt;P&gt;Resident CustomerValidationName;&lt;BR /&gt;drop Table CustomerValidationName;&lt;/P&gt;&lt;P&gt;Derscriprion:&lt;BR /&gt;Load &lt;BR /&gt; CDSLONCDE,&lt;BR /&gt; CDSLONELM,&lt;BR /&gt; CDSLONTAB,&lt;BR /&gt; trim(CDSLONDES1) as CDSLONDES1&lt;BR /&gt; Where (CDSLONCDE='CIF' and CDSLONTAB='SE')&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SQL SELECT&lt;BR /&gt; CDSLONCDE,&lt;BR /&gt; CDSLONELM,&lt;BR /&gt; CDSLONTAB,&lt;BR /&gt; CDSLONDES1&lt;BR /&gt; FROM IASP1.VBAUMF.VCDSLON;&lt;/P&gt;&lt;P&gt;CustomerSegmentation:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Load&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXCLSE,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXCOB,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXGIIN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXID,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXIN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(NOT ISNULL(CIFEXPEBA),CIFEXPEBA) AS CIFEXPEBA,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXPEBR,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXPOGCN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXPOMCN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXPOPCN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXPOSCN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXTFIL,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXUPBA;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXCLSE,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXCOB,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXGIIN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXID,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXIN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXPEBA,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXPEBR,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXPOGCN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXPOMCN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXPOPCN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXPOSCN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXTFIL,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CIFEXUPBA&lt;BR /&gt;FROM IASP1.VBKCIF.VCIFEXTPF;&lt;/P&gt;&lt;P&gt;CustomerSegmentation1:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Load&lt;BR /&gt;&amp;nbsp; CIFEXID as&amp;nbsp; [AccID],&lt;BR /&gt;&amp;nbsp; CIFEXCLSE,&lt;BR /&gt;&amp;nbsp; CIFEXPEBA,&lt;BR /&gt;&amp;nbsp; CIFEXPEBR&lt;BR /&gt;&amp;nbsp; resident CustomerSegmentation&lt;BR /&gt; where (CIFEXPEBR='023' or CIFEXPEBR='078');&lt;BR /&gt; drop table CustomerSegmentation;&lt;BR /&gt; rename table CustomerSegmentation1 to CustomerSegmentation;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;CS:&lt;BR /&gt;Load&lt;BR /&gt; [AccID],&lt;BR /&gt; CIFEXCLSE as CDSLONELM,&lt;BR /&gt; trim(CIFEXPEBA) as CIFEXPEBA,&lt;BR /&gt; CIFEXPEBR&lt;BR /&gt; Resident CustomerSegmentation;&lt;BR /&gt; Drop table CustomerSegmentation;&lt;BR /&gt; rename table CS to CustomerSegmentation;&lt;/P&gt;&lt;P&gt;left join(CustomerSegmentation)&lt;BR /&gt;Load CDSLONCDE,&lt;BR /&gt; CDSLONELM,&lt;BR /&gt; CDSLONTAB&lt;BR /&gt; Resident Derscriprion ;&lt;BR /&gt; Drop table Derscriprion;&lt;/P&gt;&lt;P&gt;left join(CustomerSegmentation)&lt;BR /&gt;LOAD * Resident CustomerClas;&lt;BR /&gt;drop table CustomerClas;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 15:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-script/m-p/744615#M1024989</guid>
      <dc:creator>mario-sarkis</dc:creator>
      <dc:date>2015-03-04T15:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error in script</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-script/m-p/744616#M1024991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario, I didn't see any 'let' sentence here and I don't think it's part of vCustomersExtractionFile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you double-check if there is a previous tab and/or hidden script where this sentence appears?. Maybe it's betwwen the firsts SET sentences in the Main tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check if there is a hidden script you can check, insede the script--&amp;gt; file menu--&amp;gt; If the 'Edit hidden script...' option is active, there is a hidden script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 15:41:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-script/m-p/744616#M1024991</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-03-04T15:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error in script</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-script/m-p/744617#M1024992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; color: #000000; font-size: 11pt; mso-hansi-theme-font: minor-latin; mso-ansi-language: EN-US; font-family: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-bidi-theme-font: minor-bidi;"&gt;Hi Ruben this is what i have in the MAIN First Tab , and i dont have any hidden script.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; color: #000000; font-size: 11pt; mso-hansi-theme-font: minor-latin; mso-ansi-language: EN-US; font-family: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-bidi-theme-font: minor-bidi;"&gt;SET ThousandSep=',';&lt;BR /&gt;SET DecimalSep='.';&lt;BR /&gt;SET MoneyThousandSep=',';&lt;BR /&gt;SET MoneyDecimalSep='.';&lt;BR /&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;BR /&gt;SET TimeFormat='h:mm:ss TT';&lt;BR /&gt;SET DateFormat='M/D/YYYY';&lt;BR /&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;BR /&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$(include=../includes/QVD_Paths.txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-language: AR-SA; mso-fareast-language: EN-US; mso-bidi-font-family: Arial; color: #000000; font-size: 11pt; mso-ansi-language: EN-US; mso-hansi-theme-font: minor-latin; mso-fareast-theme-font: minor-latin; mso-ascii-theme-font: minor-latin; font-family: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-theme-font: minor-bidi;"&gt;Thank you &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 15:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-script/m-p/744617#M1024992</guid>
      <dc:creator>mario-sarkis</dc:creator>
      <dc:date>2015-03-04T15:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error in script</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-script/m-p/744618#M1024994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check what's in the include file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 15:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-script/m-p/744618#M1024994</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-04T15:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error in script</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-script/m-p/744619#M1024995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, in ../includes/QVD_Paths.txt should exists that let, check if the previous sentence has his semicolon at the end or post the content of the file if vQA is calculated using previous variable values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 15:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-script/m-p/744619#M1024995</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-03-04T15:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error in script</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-script/m-p/744620#M1024997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ruben for Your help.&lt;/P&gt;&lt;P&gt;you were right had prob with ../includes/QVD_Paths.txt &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 08:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-script/m-p/744620#M1024997</guid>
      <dc:creator>mario-sarkis</dc:creator>
      <dc:date>2015-03-05T08:44:36Z</dc:date>
    </item>
  </channel>
</rss>

