<?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 &amp;quot;where&amp;quot; function syntax/data load error message - help in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/quot-where-quot-function-syntax-data-load-error-message-help/m-p/1373876#M2935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me what the below error message means?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The following error occurred:&lt;/P&gt;&lt;P class="edc_error" style="padding: 0 10px; background: rgba(255, 38, 38, 0.2); color: #595959; font-family: 'Courier New'; font-size: 13px;"&gt;Connector reply error: SQL##f - SqlState: HY000, ErrorCode: 7200, ErrorMsg: [iAnywhere Solutions][Advantage SQL][ASA] Error 7200: AQE Error: State = S0000; NativeError = 2124; [iAnywhere Solutions][Advantage SQL Engine]Invalid operand for operator: &amp;gt;= -- Location of error in the SQL statement is: 105 (line: 4 column: 48)&lt;/P&gt;&lt;P class="headline edc_error" style="padding: 0 10px; background: rgba(255, 38, 38, 0.2); font-weight: bolder; color: #595959; font-family: 'Courier New'; font-size: 13px;"&gt;The error occurred here:&lt;/P&gt;&lt;P class="edc_error" style="padding: 0 10px; background: rgba(255, 38, 38, 0.2); color: #595959; font-family: 'Courier New'; font-size: 13px;"&gt;?&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this line of code and am only trying to load data from 1/1/2015 onward -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD "ITEM_NBR",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "TRANS_DATE",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ACTIVITY_DATE";&lt;/P&gt;&lt;P&gt;SQL SELECT "ITEM_NBR",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "TRANS_DATE",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ACTIVITY_DATE"&lt;/P&gt;&lt;P&gt;FROM "\\server4v\ADaM\AdvData"."IC_AHST" &lt;STRONG&gt;WHERE ACTIVITY_DATE &amp;gt;= 1/1/2015;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The data loads properly without the "WHERE" function, so I am wondering if i have an issue with syntax or if my data tables are messed up and causing an issue? I am using the correct data format too. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Dec 2017 14:41:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-08T14:41:21Z</dc:date>
    <item>
      <title>"where" function syntax/data load error message - help</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/quot-where-quot-function-syntax-data-load-error-message-help/m-p/1373876#M2935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me what the below error message means?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The following error occurred:&lt;/P&gt;&lt;P class="edc_error" style="padding: 0 10px; background: rgba(255, 38, 38, 0.2); color: #595959; font-family: 'Courier New'; font-size: 13px;"&gt;Connector reply error: SQL##f - SqlState: HY000, ErrorCode: 7200, ErrorMsg: [iAnywhere Solutions][Advantage SQL][ASA] Error 7200: AQE Error: State = S0000; NativeError = 2124; [iAnywhere Solutions][Advantage SQL Engine]Invalid operand for operator: &amp;gt;= -- Location of error in the SQL statement is: 105 (line: 4 column: 48)&lt;/P&gt;&lt;P class="headline edc_error" style="padding: 0 10px; background: rgba(255, 38, 38, 0.2); font-weight: bolder; color: #595959; font-family: 'Courier New'; font-size: 13px;"&gt;The error occurred here:&lt;/P&gt;&lt;P class="edc_error" style="padding: 0 10px; background: rgba(255, 38, 38, 0.2); color: #595959; font-family: 'Courier New'; font-size: 13px;"&gt;?&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this line of code and am only trying to load data from 1/1/2015 onward -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD "ITEM_NBR",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "TRANS_DATE",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ACTIVITY_DATE";&lt;/P&gt;&lt;P&gt;SQL SELECT "ITEM_NBR",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "TRANS_DATE",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ACTIVITY_DATE"&lt;/P&gt;&lt;P&gt;FROM "\\server4v\ADaM\AdvData"."IC_AHST" &lt;STRONG&gt;WHERE ACTIVITY_DATE &amp;gt;= 1/1/2015;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The data loads properly without the "WHERE" function, so I am wondering if i have an issue with syntax or if my data tables are messed up and causing an issue? I am using the correct data format too. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 14:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/quot-where-quot-function-syntax-data-load-error-message-help/m-p/1373876#M2935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-08T14:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: "where" function syntax/data load error message - help</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/quot-where-quot-function-syntax-data-load-error-message-help/m-p/1373877#M2936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try enclosing date in single quotes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE ACTIVITY_DATE &amp;gt;= '1/1/2015'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 17:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/quot-where-quot-function-syntax-data-load-error-message-help/m-p/1373877#M2936</guid>
      <dc:creator>sri_c003</dc:creator>
      <dc:date>2017-12-08T17:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: "where" function syntax/data load error message - help</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/quot-where-quot-function-syntax-data-load-error-message-help/m-p/1373878#M2937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it worked, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 18:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/quot-where-quot-function-syntax-data-load-error-message-help/m-p/1373878#M2937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-08T18:30:07Z</dc:date>
    </item>
  </channel>
</rss>

