<?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 v10 ODBC date/time bug? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/v10-ODBC-date-time-bug/m-p/226951#M79106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tyler,&lt;/P&gt;&lt;P&gt;I'm not sure that upgrading to v9 first will make any difference. I upgraded from v9 SR2 to v10 and it was only then that I experienced the problem. In the end, I used the floor method described above but it did require a full reload of all historical qvds.&lt;/P&gt;&lt;P&gt;Perhaps QlikTech are aware of this and have fixed it in v10 SR2 but I don't know.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;APS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Feb 2011 11:14:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-08T11:14:53Z</dc:date>
    <item>
      <title>v10 ODBC date/time bug?</title>
      <link>https://community.qlik.com/t5/QlikView/v10-ODBC-date-time-bug/m-p/226947#M79102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I've just upgraded to v10 and have experienced a problem with a date &amp;amp; time field. It only seems to happen when connecting to source data via ODBC. My date &amp;amp; time field &lt;EM&gt;Timestamp&lt;/EM&gt; is in the format YYYY-MM-DD hh:mm:ss.&lt;/P&gt;&lt;P&gt;In v9 SR5, I used date(left(Timestamp, 10), 'DD/MM/YYYY') to extract the date part with no decimals. But in v10, this doesn't work. Timestamp is formatted as DD/MM/YYYY but the decimals are not excluded so multiple instances of the date appear.&lt;/P&gt;&lt;P&gt;There are a number of other options e.g. date(floor(Timestamp), 'DD/MM/YYYY') so I have overcome the problem but it does seem like strange behaviour to me.&lt;/P&gt;&lt;P&gt;Has anyone else experienced this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 15:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/v10-ODBC-date-time-bug/m-p/226947#M79102</guid>
      <dc:creator />
      <dc:date>2010-12-17T15:30:32Z</dc:date>
    </item>
    <item>
      <title>v10 ODBC date/time bug?</title>
      <link>https://community.qlik.com/t5/QlikView/v10-ODBC-date-time-bug/m-p/226948#M79103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;APS,&lt;/P&gt;&lt;P&gt;I'm experiencing a similar issue coming from v 8.5 to v10 when I create a concatenated key from an ODBC source (DB2).&lt;/P&gt;&lt;P&gt;v8.5 handles the date fields on the ODBC source as strings -- so '2010-10-01' on the database is stored in QlikView as 2010-10-01.&lt;/P&gt;&lt;P&gt;v10 appears to interpret the date on the ODBC source as a number: 2010-10-01 on the database is stored/handled by QV as 40452.&lt;/P&gt;&lt;P&gt;this is serious issue with the 50+ incremental load scripts we employ because, as we load the daily incremental data we concatenate to that incremental data the historical QVD using WHERE NOT EXISTS (Concat_Key_Field). This Concat_Key_Field in the historical QVD (created over the years with v8.5) has dates as strings (e.g. 123_456_2010-10-01) whereas the incremental data being loaded by v10 has numeric dates (e.g. 123_456_40452). This means that, if I had to fix some historical data and wanted to re-pull a few dates' worth of data from DB2, I cannot use the incremental logic WHERE NOT EXISTS because I will have two distinct Concat_Key_Field values for the same record.&lt;/P&gt;&lt;P&gt;I am not sure what to do about this short of reprocessing all of our historical data files to have numeric dates. PAINFUL and Risky!&lt;/P&gt;&lt;P&gt;Any ideas on how to work around this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Tyler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 18:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/v10-ODBC-date-time-bug/m-p/226948#M79103</guid>
      <dc:creator />
      <dc:date>2011-02-04T18:03:22Z</dc:date>
    </item>
    <item>
      <title>v10 ODBC date/time bug?</title>
      <link>https://community.qlik.com/t5/QlikView/v10-ODBC-date-time-bug/m-p/226949#M79104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I dont remembre where I read this, but I think when you try to upgrade from 8.5 to 10 directly, then there are a lot of other problems to and QT hence suggests to upgrade first to 9 and then to V10 and I think its good. When you have a license for 10 I think you can even use 9 or you may have to contact QT mail and check what they have to say. Personally I never worked on any upgrade projects but I am really looking forward to in the future....&lt;/P&gt;&lt;P&gt;Mama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 18:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/v10-ODBC-date-time-bug/m-p/226949#M79104</guid>
      <dc:creator />
      <dc:date>2011-02-04T18:33:18Z</dc:date>
    </item>
    <item>
      <title>v10 ODBC date/time bug?</title>
      <link>https://community.qlik.com/t5/QlikView/v10-ODBC-date-time-bug/m-p/226950#M79105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would not be too excited to upgrade.&lt;/P&gt;&lt;P&gt;Can you tell me where you read in the documentation about specific issues which will arise when upgrading from v85?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 20:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/v10-ODBC-date-time-bug/m-p/226950#M79105</guid>
      <dc:creator />
      <dc:date>2011-02-04T20:31:06Z</dc:date>
    </item>
    <item>
      <title>v10 ODBC date/time bug?</title>
      <link>https://community.qlik.com/t5/QlikView/v10-ODBC-date-time-bug/m-p/226951#M79106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tyler,&lt;/P&gt;&lt;P&gt;I'm not sure that upgrading to v9 first will make any difference. I upgraded from v9 SR2 to v10 and it was only then that I experienced the problem. In the end, I used the floor method described above but it did require a full reload of all historical qvds.&lt;/P&gt;&lt;P&gt;Perhaps QlikTech are aware of this and have fixed it in v10 SR2 but I don't know.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;APS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 11:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/v10-ODBC-date-time-bug/m-p/226951#M79106</guid>
      <dc:creator />
      <dc:date>2011-02-08T11:14:53Z</dc:date>
    </item>
  </channel>
</rss>

