<?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: MySQL connection: Date/Time column hay wired. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MySQL-connection-Date-Time-column-hay-wired/m-p/583388#M1242250</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use like Date(floor(d_create_time),'DD/MM/YYYY') it will work.&lt;/P&gt;&lt;P&gt;if not please post the sample data with QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 06:21:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-16T06:21:29Z</dc:date>
    <item>
      <title>MySQL connection: Date/Time column hay wired.</title>
      <link>https://community.qlik.com/t5/QlikView/MySQL-connection-Date-Time-column-hay-wired/m-p/583385#M1242244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Created a connection to a MySQL server and extracted a fact table. After doing so, stored the table into a .qvd file. What happen next - is that the &lt;STRONG&gt;d_created_time &lt;/STRONG&gt;dimension which original structure is &lt;STRONG&gt;'DD-MM-YYYY HH24:MM:SS' &lt;/STRONG&gt;somehow transformed into (please view the image below):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TimeStampProb2.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/57385_TimeStampProb2.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Any ways to fix this problem? Please advise. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MySQL-connection-Date-Time-column-hay-wired/m-p/583385#M1242244</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL connection: Date/Time column hay wired.</title>
      <link>https://community.qlik.com/t5/QlikView/MySQL-connection-Date-Time-column-hay-wired/m-p/583386#M1242246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post few lines of data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 04:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MySQL-connection-Date-Time-column-hay-wired/m-p/583386#M1242246</guid>
      <dc:creator />
      <dc:date>2014-04-16T04:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL connection: Date/Time column hay wired.</title>
      <link>https://community.qlik.com/t5/QlikView/MySQL-connection-Date-Time-column-hay-wired/m-p/583387#M1242248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Connection to DB&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO [Server DB] (XUserId is userid, XPassword is userpass);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Extract fact table data&lt;/P&gt;&lt;P&gt;DigiFF_MT_Fact:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; i_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp; c_shortcode,&lt;/P&gt;&lt;P&gt;&amp;nbsp; v_target_msisdn,&lt;/P&gt;&lt;P&gt;&amp;nbsp; i_bill_price,&lt;/P&gt;&lt;P&gt;&amp;nbsp; d_create_time;&lt;/P&gt;&lt;P&gt;SQL select i_id, c_shortcode, v_target_msisdn, i_bill_price,&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; d_create_time from digiff.mt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to extract the data as it is, storing it into a .qvd file for optimization purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 06:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MySQL-connection-Date-Time-column-hay-wired/m-p/583387#M1242248</guid>
      <dc:creator />
      <dc:date>2014-04-16T06:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL connection: Date/Time column hay wired.</title>
      <link>https://community.qlik.com/t5/QlikView/MySQL-connection-Date-Time-column-hay-wired/m-p/583388#M1242250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use like Date(floor(d_create_time),'DD/MM/YYYY') it will work.&lt;/P&gt;&lt;P&gt;if not please post the sample data with QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 06:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MySQL-connection-Date-Time-column-hay-wired/m-p/583388#M1242250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-16T06:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL connection: Date/Time column hay wired.</title>
      <link>https://community.qlik.com/t5/QlikView/MySQL-connection-Date-Time-column-hay-wired/m-p/583389#M1242255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah it did work out finally. Cheers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 06:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MySQL-connection-Date-Time-column-hay-wired/m-p/583389#M1242255</guid>
      <dc:creator />
      <dc:date>2014-04-16T06:42:29Z</dc:date>
    </item>
  </channel>
</rss>

