<?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 in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Field-not-found/m-p/1803355#M8898</link>
    <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;What is your source? From the syntax i think that this is some kind of sql. Check your query in sql client, maybe there you'll find what is wrong.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Apr 2021 06:28:30 GMT</pubDate>
    <dc:creator>mfchmielowski</dc:creator>
    <dc:date>2021-04-28T06:28:30Z</dc:date>
    <item>
      <title>Field not found</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Field-not-found/m-p/1803143#M8890</link>
      <description>&lt;P&gt;Hello everyone, I have the following problem:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[TABLE]:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD [DATE_FIELD];&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SELECT "DATE_FIELD"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FROM "..."."...";&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;is working, but if I change it to&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[TABLE]:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD [DATE_FIELD];&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SELECT "DATE_FIELD"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FROM "..."."..."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;WHERE YEAR(DATE_FIELD) = 2021;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the error "&lt;SPAN&gt;Field 'DATE_FIELD' not found"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what is going on and how I can fix it ?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 13:12:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Field-not-found/m-p/1803143#M8890</guid>
      <dc:creator>schuffe</dc:creator>
      <dc:date>2021-04-27T13:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Field-not-found/m-p/1803244#M8892</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Have you tried syntax:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WHERE YEAR([DATE_FIELD] ) = 2021;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 17:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Field-not-found/m-p/1803244#M8892</guid>
      <dc:creator>mfchmielowski</dc:creator>
      <dc:date>2021-04-27T17:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Field-not-found/m-p/1803258#M8893</link>
      <description>&lt;P&gt;Have you tried?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[TABLE]:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD [DATE_FIELD];&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;SQL&lt;/STRONG&gt; &lt;/FONT&gt;SELECT "DATE_FIELD"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FROM "..."."..."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;WHERE YEAR(DATE_FIELD) = 2021;&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 17:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Field-not-found/m-p/1803258#M8893</guid>
      <dc:creator>JuanGerardo</dc:creator>
      <dc:date>2021-04-27T17:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Field-not-found/m-p/1803353#M8897</link>
      <description>&lt;P&gt;Hi, thanks for your response.&lt;/P&gt;&lt;P&gt;I tried both versions but it still the same error.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 06:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Field-not-found/m-p/1803353#M8897</guid>
      <dc:creator>schuffe</dc:creator>
      <dc:date>2021-04-28T06:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Field-not-found/m-p/1803355#M8898</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;What is your source? From the syntax i think that this is some kind of sql. Check your query in sql client, maybe there you'll find what is wrong.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 06:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Field-not-found/m-p/1803355#M8898</guid>
      <dc:creator>mfchmielowski</dc:creator>
      <dc:date>2021-04-28T06:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Field-not-found/m-p/1803358#M8899</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try executing below syntax on a database. Year function must be used as per database.&amp;nbsp;&lt;/P&gt;&lt;P&gt;May be datefield has 'Text' data type. So you may need to use convert or other SQL functions.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECT "DATE_FIELD"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FROM "..."."..."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;WHERE YEAR(DATE_FIELD) = 2021;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 06:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Field-not-found/m-p/1803358#M8899</guid>
      <dc:creator>kiranmanoharrode</dc:creator>
      <dc:date>2021-04-28T06:38:29Z</dc:date>
    </item>
  </channel>
</rss>

