<?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 script error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/script-error/m-p/188673#M51833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE style="margin:0px;"&gt;Hello,&lt;BR /&gt;I'm not sure but can you try this&lt;BR /&gt;&lt;BR /&gt;SQL select MBLNR ,MJAHR ,CPUDT, AEDAT, BUDAT, BLDAT from MKPF&lt;BR /&gt;WHERE MJAHR &amp;gt;= 2010 and&lt;BR /&gt;CPUDT &amp;gt; fieldvalue('MAXCPUDT',1) //gets the incremental data&lt;BR /&gt;or AEDAT &amp;gt; fieldvalue('MAXAEDAT',1) //gets the updated data&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope it can helps&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jan 2011 15:26:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-27T15:26:07Z</dc:date>
    <item>
      <title>script error</title>
      <link>https://community.qlik.com/t5/QlikView/script-error/m-p/188672#M51832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;Directory;&lt;BR /&gt; trace 'Finding maximum and minimum modify and create times.';&lt;BR /&gt;maxtimes:&lt;BR /&gt;LOAD&lt;BR /&gt; date(max(CPUDT)) as MAXCPUDT,&lt;BR /&gt; date(max(AEDAT)) as MAXAEDAT&lt;BR /&gt;FROM&lt;BR /&gt;List.qvd&lt;BR /&gt;(qvd);&lt;BR /&gt;&lt;BR /&gt;/*&lt;BR /&gt;The code below loads the delta data from Database&lt;BR /&gt;*/&lt;BR /&gt;Directory;&lt;BR /&gt; trace 'Loading the delta data...';&lt;BR /&gt;List:&lt;BR /&gt;LOAD Mid(MBLNR, FindOneOf(MBLNR, '123456789AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTyUuVvWwXxYyZz')) as [Material doc],&lt;BR /&gt; MJAHR as [Mat doc year],&lt;BR /&gt; date(CPUDT) as CPUDT,&lt;BR /&gt; date(AEDAT) as AEDAT,&lt;BR /&gt; date(BUDAT) as BUDAT,&lt;BR /&gt; date(BLDAT) as BLDAT&lt;BR /&gt; ;&lt;BR /&gt;SQL select MBLNR MJAHR CPUDT AEDAT BUDAT BLDAT from MKPF&lt;BR /&gt;WHERE MJAHR &amp;gt;= 2010 and&lt;BR /&gt;CPUDT &amp;gt; fieldvalue('MAXCPUDT',1) //gets the incremental data&lt;BR /&gt;or AEDAT &amp;gt; fieldvalue('MAXAEDAT',1) //gets the updated data&lt;BR /&gt;;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know where I am doing wrong but here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt; WHERE MJAHR &amp;gt;= 2010 and&lt;BR /&gt;CPUDT &amp;gt; fieldvalue('MAXCPUDT',1) //gets the incremental data&lt;BR /&gt;or AEDAT &amp;gt; fieldvalue('MAXAEDAT',1) //gets the updated data&lt;BR /&gt;;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I am getting the following error. Can anyone know how to change so that no error comes?&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3391_sourceID:3391" /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 14:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-error/m-p/188672#M51832</guid>
      <dc:creator />
      <dc:date>2011-01-27T14:53:14Z</dc:date>
    </item>
    <item>
      <title>script error</title>
      <link>https://community.qlik.com/t5/QlikView/script-error/m-p/188673#M51833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE style="margin:0px;"&gt;Hello,&lt;BR /&gt;I'm not sure but can you try this&lt;BR /&gt;&lt;BR /&gt;SQL select MBLNR ,MJAHR ,CPUDT, AEDAT, BUDAT, BLDAT from MKPF&lt;BR /&gt;WHERE MJAHR &amp;gt;= 2010 and&lt;BR /&gt;CPUDT &amp;gt; fieldvalue('MAXCPUDT',1) //gets the incremental data&lt;BR /&gt;or AEDAT &amp;gt; fieldvalue('MAXAEDAT',1) //gets the updated data&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope it can helps&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 15:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-error/m-p/188673#M51833</guid>
      <dc:creator />
      <dc:date>2011-01-27T15:26:07Z</dc:date>
    </item>
    <item>
      <title>script error</title>
      <link>https://community.qlik.com/t5/QlikView/script-error/m-p/188674#M51834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yamaz,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This I already tried. It is not working. Thanks anyway..May be somebody has other idea..&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 15:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-error/m-p/188674#M51834</guid>
      <dc:creator />
      <dc:date>2011-01-27T15:39:00Z</dc:date>
    </item>
    <item>
      <title>script error</title>
      <link>https://community.qlik.com/t5/QlikView/script-error/m-p/188675#M51835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys Any Idea? Stuck with this and could not go further!&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 17:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-error/m-p/188675#M51835</guid>
      <dc:creator />
      <dc:date>2011-01-27T17:16:04Z</dc:date>
    </item>
  </channel>
</rss>

