<?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: Resolving A Script Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428831#M430030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script is not showing any more errors however it is not loading the transformed files.&amp;nbsp; When I load the script it runs w/out any errors but I get an "execution of script failed" error at the end.&amp;nbsp;&amp;nbsp;&amp;nbsp; I've attached a copy of my updated file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/2310"&gt;troyansky&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Aug 2017 12:03:38 GMT</pubDate>
    <dc:creator>jworthulf</dc:creator>
    <dc:date>2017-08-28T12:03:38Z</dc:date>
    <item>
      <title>Resolving A Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428825#M430024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I'm new to Qlikview and I've been reading a book "QlikView Your Business".&amp;nbsp;&amp;nbsp;&amp;nbsp; I've inserted a script text file into a QVW I'm working on and I've run into a script error that I haven't been able to fix.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If you go to the script &amp;amp; run the debugging program (Animate) the first error shows up on line 317.&amp;nbsp;&amp;nbsp; The script file is referenced in the main tab and was downloaded with the book I'm readying.&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm not familiar with the Qlik syntax &amp;amp; I haven't been able to find a solution to the error(s) that pop up starting with line 317.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Looking for a little help.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;JW&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;A href="https://community.qlik.com/qlik-users/2310"&gt;troyansky&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 19:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428825#M430024</guid>
      <dc:creator>jworthulf</dc:creator>
      <dc:date>2017-08-18T19:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Resolving A Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428826#M430025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John&lt;/P&gt;&lt;P&gt;I guess you forgot to name a table, the table Shipto on the dimensions tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Ship To ID], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Customer ID], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Address 1], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Address 2], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Address 3], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; City, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; State, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ZIP Code], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ShipTo Start Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ShipTo End Date]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And should be named to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ShipTo&lt;/SPAN&gt;:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD [Ship To ID], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Customer ID], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Address 1], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Address 2], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Address 3], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; City, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; State, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ZIP Code], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ShipTo Start Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ShipTo End Date]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that when you do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN &lt;/P&gt;&lt;P&gt;(Fact) &lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Ship To ID],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ShipTo Start Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ShipTo End Date]&lt;/P&gt;&lt;P&gt;Resident&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ShipTo&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it finds the table (probably the message error your getting is Qlik can't find the table ShipTo on the resident load).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Felipe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 19:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428826#M430025</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-08-18T19:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Resolving A Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428827#M430026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felipe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for stepping in and answering the question while I was away... Good catch, too!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John, if this solution doesn't solve all the problems, please respond, and we will dig deeper.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2017 13:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428827#M430026</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2017-08-20T13:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Resolving A Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428828#M430027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Felipe &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help your response resolved the error.&amp;nbsp;&amp;nbsp;&amp;nbsp; I ran the script this morning with the update &amp;amp; I have one more error popping up in the Master Calendar Tab line 32.&amp;nbsp;&amp;nbsp;&amp;nbsp; I've attached the updated script and I hoping you&amp;nbsp; or Oleg can help with this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/2310"&gt;troyansky&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 14:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428828#M430027</guid>
      <dc:creator>jworthulf</dc:creator>
      <dc:date>2017-08-21T14:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Resolving A Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428829#M430028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the issue is that you don't have a field named Date in the Fact table. Hence, the LOAD statement must be failing with the error "Field Not Found". You can find the correct script in the solution file "10.10c Sales Transformation Script.QVW" in the folder \Solutions QlikView\. In this folder, you can find solutions for each and every exercise in the book (isn't it great?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice the addition of the field Date in the Sales tab of the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone who is interested in learning advanced Qlik techniques using a detailed hands-on tutorial, check out my book &lt;A href="https://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=098202df27917ab9836332cf063c51f5"&gt;QlikView Your Business: An Expert Guide to Business Discovery with QlikView and Qlik Sense&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 20:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428829#M430028</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2017-08-22T20:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Resolving A Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428830#M430029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for identifying the issue I reloaded the data &amp;amp; it worked!&amp;nbsp;&amp;nbsp; The solutions file ....I missed that somewhere in the book so I haven't been using it....going forward it's going to be a big help thanks for pointing this out and for all of your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 16:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428830#M430029</guid>
      <dc:creator>jworthulf</dc:creator>
      <dc:date>2017-08-24T16:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Resolving A Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428831#M430030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script is not showing any more errors however it is not loading the transformed files.&amp;nbsp; When I load the script it runs w/out any errors but I get an "execution of script failed" error at the end.&amp;nbsp;&amp;nbsp;&amp;nbsp; I've attached a copy of my updated file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/2310"&gt;troyansky&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 12:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428831#M430030</guid>
      <dc:creator>jworthulf</dc:creator>
      <dc:date>2017-08-28T12:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Resolving A Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428832#M430031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the problem is in the incorrectly specified path for the folders:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vQVDPath= '..Data\QVDs\';&lt;/P&gt;&lt;P&gt;Let vTransformedQVDPath= '..Data\Transformed QVDs\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you follow the same set of folders as suggested in the book, the correct path should look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vQVDPath= '..&lt;STRONG&gt;\&lt;/STRONG&gt;Data\QVDs\';&lt;/P&gt;&lt;P&gt;Let vTransformedQVDPath= '..\Data\Transformed QVDs\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you get stuck again, I suggest to copy the corresponding solution file from the foder \Solutions QlikView\ and move along.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;Upgrade your Qlik skills with my book &lt;A href="https://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=098202df27917ab9836332cf063c51f5"&gt;QlikView Your Business: An Expert Guide to Business Discovery with QlikView and Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 17:52:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428832#M430031</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2017-08-30T17:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Resolving A Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428833#M430032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Oleg,&lt;/P&gt;&lt;P&gt;could be some path that isn't right,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've seen that you commented the code for the sub StoreAllTablesIntoQVDs and on line 18 of the "Generate QVDs" you're calling the sub.&lt;/P&gt;&lt;P&gt;Try commenting the sub also, could be the problem that you're making a call to a sub Qlik doesn't know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Felipe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 17:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-A-Script-Error/m-p/1428833#M430032</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-08-30T17:57:41Z</dc:date>
    </item>
  </channel>
</rss>

