<?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: SQL DateTime conversion failing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-DateTime-conversion-failing/m-p/607477#M1118135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid it was even more confusing with one column &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Can you upload the document?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2014 17:00:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-04T17:00:07Z</dc:date>
    <item>
      <title>SQL DateTime conversion failing</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-DateTime-conversion-failing/m-p/607474#M1118132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;In the following DateTime (SDate) from SQL I get 2 digits of the year part cutted:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;InputTable:&lt;/P&gt;&lt;P&gt;SQL SELECT "Snapshot_Date"&lt;/P&gt;&lt;P&gt;from dbo."IN_Contracts"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generic Load Timestamp(Snapshot_Date,'YYYY-MM-DD HH:MM:SS.FFF') as SDate Resident InputTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This works:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load Timestamp(Snapshot_Date,'YYYY-MM-DD HH:MM:SS.FFF') as SDate Resident InputTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems to be a problem with the generic load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 16:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-DateTime-conversion-failing/m-p/607474#M1118132</guid>
      <dc:creator />
      <dc:date>2014-02-04T16:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: SQL DateTime conversion failing</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-DateTime-conversion-failing/m-p/607475#M1118133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you trying to achieve loading one column with generic load? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lukasz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 16:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-DateTime-conversion-failing/m-p/607475#M1118133</guid>
      <dc:creator />
      <dc:date>2014-02-04T16:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: SQL DateTime conversion failing</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-DateTime-conversion-failing/m-p/607476#M1118134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I'm loading more columns, I just cut the code to the essential to not confuse people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I'm in the process of converting a generic database to a concrete one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 16:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-DateTime-conversion-failing/m-p/607476#M1118134</guid>
      <dc:creator />
      <dc:date>2014-02-04T16:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: SQL DateTime conversion failing</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-DateTime-conversion-failing/m-p/607477#M1118135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid it was even more confusing with one column &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Can you upload the document?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 17:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-DateTime-conversion-failing/m-p/607477#M1118135</guid>
      <dc:creator />
      <dc:date>2014-02-04T17:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: SQL DateTime conversion failing</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-DateTime-conversion-failing/m-p/607478#M1118136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;Load Timestamp(Snapshot_Date,'YYYY-MM-DD HH:MM:SS[.FFF]') as SDate&lt;/P&gt;&lt;P&gt;i think thi swill help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 17:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-DateTime-conversion-failing/m-p/607478#M1118136</guid>
      <dc:creator>santharubban</dc:creator>
      <dc:date>2014-02-04T17:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: SQL DateTime conversion failing</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-DateTime-conversion-failing/m-p/607479#M1118137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems to me you're missing some other colums in generic load&lt;/P&gt;&lt;P&gt;Adding 2 other columns your generic load works (or at least there are no syntax errors)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 18:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-DateTime-conversion-failing/m-p/607479#M1118137</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-02-04T18:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: SQL DateTime conversion failing</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-DateTime-conversion-failing/m-p/607480#M1118138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Here's attached my file. Now it doesn't show up any data!!!!&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Maybe I'll do another example with an inline table since you guys cannot have access to my sql database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 11:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-DateTime-conversion-failing/m-p/607480#M1118138</guid>
      <dc:creator />
      <dc:date>2014-02-05T11:10:50Z</dc:date>
    </item>
  </channel>
</rss>

