<?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 Error : The value '4000007276' could not be converted to type integer(4-bytes) in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Error-The-value-4000007276-could-not-be-converted-to-type/m-p/1695679#M5095</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'm writing two My SQL queries whose query and association are same&amp;nbsp; except that i'm using&amp;nbsp; a different timestamp condition like&amp;nbsp; "&lt;STRONG&gt;&amp;gt; '2020-04-21 00:00:00'&lt;/STRONG&gt; "&amp;nbsp; in&amp;nbsp; where condition .&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The first one executes without any error.&amp;nbsp;&lt;BR /&gt;The second query gives me " Error : The value '4000007276' could not be converted to type integer(4-bytes)."&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm not sure what is happening, as the queries and association are exactly same,&amp;nbsp; just the timestamp in where condition is different.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Query 1 :&lt;BR /&gt;&amp;nbsp;[Bin_Inventory_Transactions]:&lt;BR /&gt;Load *;&lt;BR /&gt;SQL&lt;BR /&gt;select&amp;nbsp; *&lt;BR /&gt;from bin_inventory_transactions as bits&lt;BR /&gt;WHERE bits.`created_at` between '2020-04-14 00:00:00' and '2020-04-17 00:00:00';&lt;BR /&gt;&lt;BR /&gt;Query 2 :&amp;nbsp;&lt;BR /&gt;[Bin_Inventory_Transactions_2]:&lt;BR /&gt;SQL&lt;BR /&gt;select&amp;nbsp; *&lt;BR /&gt;from bin_inventory_transactions as bits&lt;BR /&gt;WHERE bits.`created_at` between '2020-04-17 00:00:01' and '2020-04-21 00:00:00'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tried Using&lt;/P&gt;&lt;P&gt;1. WHERE date(created_at) = '2020-04-21'&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; CONVERT(DATETIME, '2020-04-21', 102)&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Let Last_Update_time = Date(Peek('MaxDateTime',0,'Last_Update_time'), 'DD:MM:YYYY') and '$(Last_Update_time)';&lt;/P&gt;&lt;P&gt;4. CAST('2020-04-21' AS DATETIME)&lt;/P&gt;&lt;P&gt;5.&amp;nbsp; timestamp(current_date)&lt;BR /&gt;&lt;BR /&gt;Everything, but no help.&amp;nbsp; Please guide me through and what is happening.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6622"&gt;@hic&lt;/a&gt;&amp;nbsp;If you can help.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Dec 2021 18:56:29 GMT</pubDate>
    <dc:creator>sujanbwkf</dc:creator>
    <dc:date>2021-12-23T18:56:29Z</dc:date>
    <item>
      <title>Error : The value '4000007276' could not be converted to type integer(4-bytes)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Error-The-value-4000007276-could-not-be-converted-to-type/m-p/1695679#M5095</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'm writing two My SQL queries whose query and association are same&amp;nbsp; except that i'm using&amp;nbsp; a different timestamp condition like&amp;nbsp; "&lt;STRONG&gt;&amp;gt; '2020-04-21 00:00:00'&lt;/STRONG&gt; "&amp;nbsp; in&amp;nbsp; where condition .&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The first one executes without any error.&amp;nbsp;&lt;BR /&gt;The second query gives me " Error : The value '4000007276' could not be converted to type integer(4-bytes)."&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm not sure what is happening, as the queries and association are exactly same,&amp;nbsp; just the timestamp in where condition is different.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Query 1 :&lt;BR /&gt;&amp;nbsp;[Bin_Inventory_Transactions]:&lt;BR /&gt;Load *;&lt;BR /&gt;SQL&lt;BR /&gt;select&amp;nbsp; *&lt;BR /&gt;from bin_inventory_transactions as bits&lt;BR /&gt;WHERE bits.`created_at` between '2020-04-14 00:00:00' and '2020-04-17 00:00:00';&lt;BR /&gt;&lt;BR /&gt;Query 2 :&amp;nbsp;&lt;BR /&gt;[Bin_Inventory_Transactions_2]:&lt;BR /&gt;SQL&lt;BR /&gt;select&amp;nbsp; *&lt;BR /&gt;from bin_inventory_transactions as bits&lt;BR /&gt;WHERE bits.`created_at` between '2020-04-17 00:00:01' and '2020-04-21 00:00:00'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tried Using&lt;/P&gt;&lt;P&gt;1. WHERE date(created_at) = '2020-04-21'&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; CONVERT(DATETIME, '2020-04-21', 102)&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Let Last_Update_time = Date(Peek('MaxDateTime',0,'Last_Update_time'), 'DD:MM:YYYY') and '$(Last_Update_time)';&lt;/P&gt;&lt;P&gt;4. CAST('2020-04-21' AS DATETIME)&lt;/P&gt;&lt;P&gt;5.&amp;nbsp; timestamp(current_date)&lt;BR /&gt;&lt;BR /&gt;Everything, but no help.&amp;nbsp; Please guide me through and what is happening.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6622"&gt;@hic&lt;/a&gt;&amp;nbsp;If you can help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 18:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Error-The-value-4000007276-could-not-be-converted-to-type/m-p/1695679#M5095</guid>
      <dc:creator>sujanbwkf</dc:creator>
      <dc:date>2021-12-23T18:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error : The value '4000007276' could not be converted to type integer(4-bytes)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Error-The-value-4000007276-could-not-be-converted-to-type/m-p/1695704#M5096</link>
      <description>&lt;P&gt;Hi, I'm not sure if the problem is with between dates, can you try retrieving only created_at field instead of *.&lt;/P&gt;&lt;P&gt;If it works it means that the issue is any of the fields retrieved from the table, not in dates filtered.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 11:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Error-The-value-4000007276-could-not-be-converted-to-type/m-p/1695704#M5096</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-04-22T11:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error : The value '4000007276' could not be converted to type integer(4-bytes)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Error-The-value-4000007276-could-not-be-converted-to-type/m-p/1695725#M5097</link>
      <description>&lt;P&gt;Bang on.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot rubenmarin,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Yes, there was a int column which was causing the issue.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;any workaround to still bring it in? As it is an important data point.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 12:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Error-The-value-4000007276-could-not-be-converted-to-type/m-p/1695725#M5097</guid>
      <dc:creator>sujanbwkf</dc:creator>
      <dc:date>2020-04-22T12:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error : The value '4000007276' could not be converted to type integer(4-bytes)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Error-The-value-4000007276-could-not-be-converted-to-type/m-p/1695749#M5098</link>
      <description>&lt;P&gt;Hi, maybe with&lt;/P&gt;&lt;P&gt;CAST(CONV('FieldName',16,10) AS UNSIGNED INTEGER)&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 13:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Error-The-value-4000007276-could-not-be-converted-to-type/m-p/1695749#M5098</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-04-22T13:10:55Z</dc:date>
    </item>
  </channel>
</rss>

