<?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: Script error help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031028#M638295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And what is GetShortName() doing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; SQL SELECT $(vSQLFields)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; FROM &lt;STRONG&gt;$(file)&lt;/STRONG&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;And are you loading any other table files from the same path with the same ODBC connection? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2016 16:23:11 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-03-08T16:23:11Z</dc:date>
    <item>
      <title>Script error help</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031023#M638284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting a script error which i am having trouble resolving. i dont get this error on server A but we have just moved to a brand new server and i am now getting this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;08/03/2016 14:52:55: 0090&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATE(SCADAFile)&lt;/P&gt;&lt;P&gt;08/03/2016 14:52:55: 0091&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD 'E:\VeoliaData\SCADA Data\MacDuff\DLGLOG\bankhead ps\2016 01 01 0000 (Wide).DBF' as [SCADA File Loaded],&lt;/P&gt;&lt;P&gt;08/03/2016 14:52:55: 0092&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num(Date)+num(Time) as DateTime_Raw,&lt;/P&gt;&lt;P&gt;08/03/2016 14:52:55: 0093&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num(Date)+num(Time) as DateTime_Raw1,&lt;/P&gt;&lt;P&gt;08/03/2016 14:52:55: 0094&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [0] as [1]&lt;/P&gt;&lt;P&gt;08/03/2016 14:52:55: 0095&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL SELECT Date,Time,`0`&lt;/P&gt;&lt;P&gt;08/03/2016 14:52:55: 0096&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM `..\..\..\VeoliaData\SCADA Data\MacDuff\DLGLOG\bankhead ps`\`2016 01 01 0000 (Wide).DBF`&lt;/P&gt;&lt;P&gt;08/03/2016 14:52:56:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error: SQL##f - SqlState: S0002, ErrorCode: 4294965991, ErrorMsg: [Microsoft][ODBC dBASE Driver] The Microsoft Access database engine could not find the object '2016 01 01 0000 [Wide].DBF'. Make sure the object exists and that you spell its name and the path name correctly. If '2016 01 01 0000 [Wide].DBF' is not a local object, check your network connection or contact the server administrator.&lt;/P&gt;&lt;P&gt;08/03/2016 14:52:56: 0098&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DISCONNECT&lt;/P&gt;&lt;P&gt;08/03/2016 14:52:56: 0099&amp;nbsp;&amp;nbsp;&amp;nbsp; NEXT file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it says that the file doesnt exist but when looking in the folder i can see the file. what i have noticed is that on line 0091 the file is loaded in and the file itself is &lt;SPAN style="font-size: 13.3333px;"&gt;2016 01 01 0000 (Wide).DBF but the error message has the file name as &lt;SPAN style="font-size: 13.3333px;"&gt;2016 01 01 0000 [Wide].DBF - it has square brackets, so i assume this is the problem. i just dont understand why its correct when loaded in (0091) but incorrect in the error. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;can anyone help?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my script is.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;LET Data = chr(96) &amp;amp; '$(vDirectory)' &amp;amp; chr(96) &amp;amp; '\' &amp;amp; chr(96) &amp;amp; Subfield(GetShortName('$(file)'),'\',-1) &amp;amp; chr(96);&lt;/TD&gt;&lt;TD&gt;// use short name to get around ODBC driver issue&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT32 TO [DBF Driver];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; // Load required fields from DBF file&lt;/P&gt;&lt;P&gt;&amp;nbsp; CONCATENATE(SCADAFile)&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD '$(file)' as [SCADA File Loaded],&lt;/P&gt;&lt;P&gt;&amp;nbsp; num(Date)+num(Time) as DateTime_Raw,&lt;/P&gt;&lt;P&gt;&amp;nbsp; num(Date)+num(Time) as DateTime_Raw1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(vFieldAlias);&lt;/P&gt;&lt;P&gt;&amp;nbsp; SQL SELECT $(vSQLFields)&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM $(Data);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; DISCONNECT;&lt;/P&gt;&lt;P&gt;&amp;nbsp; NEXT file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 15:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031023#M638284</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2016-03-08T15:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Script error help</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031024#M638286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this makes a difference, but why do you add additional grave accents around the last \ ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;...ad ps&lt;STRONG&gt;`\`&lt;/STRONG&gt;2016 ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LET Data = chr(96) &amp;amp; '$(vDirectory)' &amp;amp;&lt;STRONG&gt; chr(96) &amp;amp; '\' &amp;amp; chr(96)&lt;/STRONG&gt; &amp;amp; Subfield(GetShortName('$(file)'),'\',-1) &amp;amp; chr(96);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 15:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031024#M638286</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-08T15:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Script error help</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031025#M638289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan, thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wondered this also ( i didnt create this script). &lt;/P&gt;&lt;P&gt;i tried removing them but still get an error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Error: SQL##f - SqlState: 37000, ErrorCode: 4294966294, ErrorMsg: [Microsoft][ODBC dBASE Driver] '..\..\..\VeoliaData\SCADA Data\MacDuff\DLGLOG\bankhead ps\2016 01 01 0000 [Wide].DBF' is not a valid name. Make sure that it does not include invalid characters or punctuation and that it is not too long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;again, the fielname contains [Wide] where it should be (Wide) but im unsure if this is relevant. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 15:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031025#M638289</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2016-03-08T15:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Script error help</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031026#M638291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;your file is in folder E:\&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;VeoliaData\(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;..\&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;VeoliaData\)&lt;/SPAN&gt; or '...\..\..\&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;VeoliaData\'.(E:\xxx\xxx\&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;VeoliaData)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 15:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031026#M638291</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2016-03-08T15:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Script error help</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031027#M638293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the files are in E:\VeoliaData which is ..\..\..\VeoliaData when using relative paths&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 16:17:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031027#M638293</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2016-03-08T16:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Script error help</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031028#M638295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And what is GetShortName() doing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; SQL SELECT $(vSQLFields)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; FROM &lt;STRONG&gt;$(file)&lt;/STRONG&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;And are you loading any other table files from the same path with the same ODBC connection? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 16:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031028#M638295</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-08T16:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Script error help</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031029#M638296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the GetShortName() gets the windows short name as long file names in .DBF files cause errors with the ODBC connection. &lt;/P&gt;&lt;P&gt;see&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/15760940/dbf-file-name-truncated" title="http://stackoverflow.com/questions/15760940/dbf-file-name-truncated"&gt;http://stackoverflow.com/questions/15760940/dbf-file-name-truncated&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reading from $(file) doesn't work because the filename is over 8 characters and causes the above odbc error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the ODBC connection disconnects after every file then re connects at the start of the next file. there are multiple DBF files in the directory. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 16:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031029#M638296</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2016-03-08T16:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Script error help</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031030#M638298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this is what you expect from GetShortName()?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;`2016 01 01 0000 (Wide).DBF`&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 16:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031030#M638298</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-08T16:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Script error help</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031031#M638300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well as the link i gave earlier says the maximum file name size cant be more than 8&amp;nbsp; characters i assumed the actual file name would be shortened but it doesnt look like GetShortName is doing anything as the file name is the same!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i do get a different error though when trying to use FROM $(file).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont understand why the brackets change to the square brackets though in the error message&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 17:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031031#M638300</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2016-03-08T17:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Script error help</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031032#M638302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have just looked at the 'working' server and i can see that the GetShortName returns the following&lt;/P&gt;&lt;P&gt;..\..\..\VeoliaData\SCADA Data\MacDuff\DLGLOG\bankhead ps`\`20A398~1.DBF&lt;/P&gt;&lt;P&gt;for the following file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..\..\..\VeoliaData\SCADA Data\MacDuff\DLGLOG\bankhead ps' &amp;amp; chr(96) &amp;amp; '\' &amp;amp; chr(96) &amp;amp; Subfield(GetShortName('C:\VeoliaData\SCADA Data\MacDuff\DLGLOG\bankhead ps\2016 01 05 0000 (Wide).DBF'),'\',-1) &amp;amp; chr(96)&lt;/P&gt;&lt;P&gt;this isnt working on the new server, but the new server is 2012&amp;nbsp; and the old server is 2008 so im wondering if that is what is stopping it from working. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 10:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031032#M638302</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2016-03-09T10:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Script error help</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031033#M638304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I would definitely look into this direction next, i.e. check why the macro is not returning the short name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe someone followed&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.itnotes.eu/?p=2322" title="http://www.itnotes.eu/?p=2322"&gt;Server 2012: Best Practice – Disable short file name creation | IT-Notes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest that you get together with the server admin to see how you can resolve the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 12:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031033#M638304</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-09T12:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Script error help</title>
      <link>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031034#M638305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh ok, i didnt realize you could disable that. &lt;/P&gt;&lt;P&gt;thats my next step then &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 12:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-error-help/m-p/1031034#M638305</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2016-03-09T12:08:07Z</dc:date>
    </item>
  </channel>
</rss>

