<?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: Field not found &amp;gt; error in where condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-not-found-gt-error-in-where-condition/m-p/21806#M608483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as there are many files, try to see which one is in error (see the log)&lt;/P&gt;&lt;P&gt;maybe the field is missing in one of the files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2018 14:16:23 GMT</pubDate>
    <dc:creator>olivierrobin</dc:creator>
    <dc:date>2018-03-28T14:16:23Z</dc:date>
    <item>
      <title>Field not found &gt; error in where condition</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-gt-error-in-where-condition/m-p/21803#M608480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Below is the screenshot of my code where Qlikview is throwing error of field not found for the operator '&amp;gt;'. I am trying to apply incremental load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\Source Files\Dfiat-report-*.csv]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq, filters(&lt;/P&gt;&lt;P&gt;Replace(9, top, StrCnd(null))&lt;/P&gt;&lt;P&gt;)) where [Assessment last modified] &amp;gt; $(LastUpdatedDate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 01:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-gt-error-in-where-condition/m-p/21803#M608480</guid>
      <dc:creator>archire2102</dc:creator>
      <dc:date>2018-03-28T01:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found &gt; error in where condition</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-gt-error-in-where-condition/m-p/21804#M608481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I observed that if there are multiple files with the name using report-*, then the incremental load will not work. So we should have only the latest file in the source folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 03:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-gt-error-in-where-condition/m-p/21804#M608481</guid>
      <dc:creator>archire2102</dc:creator>
      <dc:date>2018-03-28T03:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found &gt; error in where condition</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-gt-error-in-where-condition/m-p/21805#M608482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this field&amp;nbsp; [Assessment last modified] coming from your csv file? May be try like&lt;/P&gt;&lt;P&gt;Look for any spaces in your field name just in case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&amp;nbsp; &lt;/P&gt;&lt;P&gt;[..\Source Files\Dfiat-report-*.csv]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq, filters(&lt;/P&gt;&lt;P&gt;Replace(9, top, StrCnd(null))&lt;/P&gt;&lt;P&gt;)) where "Assessment last modified" &amp;gt; '$(LastUpdatedDate)' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;WHERE [Assessment last modified] &amp;gt; $(LastUpdatedDate) ;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&amp;nbsp; &lt;/P&gt;&lt;P&gt;[..\Source Files\Dfiat-report-*.csv]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq, filters(&lt;/P&gt;&lt;P&gt;Replace(9, top, StrCnd(null))&lt;/P&gt;&lt;P&gt;)) ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 13:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-gt-error-in-where-condition/m-p/21805#M608482</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-03-28T13:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found &gt; error in where condition</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-gt-error-in-where-condition/m-p/21806#M608483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as there are many files, try to see which one is in error (see the log)&lt;/P&gt;&lt;P&gt;maybe the field is missing in one of the files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 14:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-gt-error-in-where-condition/m-p/21806#M608483</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-03-28T14:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found &gt; error in where condition</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-gt-error-in-where-condition/m-p/21807#M608484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishwa,&lt;/P&gt;&lt;P&gt;Below code worked for me. The variable need to be in single quotes.&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;where "Assessment last modified" &amp;gt; '$(LastUpdatedDate)' ;&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-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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks a lot. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 23:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-gt-error-in-where-condition/m-p/21807#M608484</guid>
      <dc:creator>archire2102</dc:creator>
      <dc:date>2018-03-28T23:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found &gt; error in where condition</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-gt-error-in-where-condition/m-p/21808#M608485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌glad it worked&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 02:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-gt-error-in-where-condition/m-p/21808#M608485</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-03-29T02:34:29Z</dc:date>
    </item>
  </channel>
</rss>

