<?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: Two different time formats in one column. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Two-different-time-formats-in-one-column/m-p/939516#M324149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a another field as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;alt(timestamp(timestamp#(Date,'DD.MM.YYYY hh:mm'),'DD/MM/YYYY hh:mm:ss'),&lt;/P&gt;&lt;P&gt;timestamp(timestamp#(Date,'YYYY-MM-DD h:mm:ss[.fff]'),'DD/MM/YYYY hh:mm:ss')) as Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Aug 2015 12:16:58 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2015-08-31T12:16:58Z</dc:date>
    <item>
      <title>Two different time formats in one column.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-different-time-formats-in-one-column/m-p/939509#M324142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a csv-file with 2 different time formats in one column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;24.03.2014 12:57 and &lt;/P&gt;&lt;P&gt;2014-03-24 14:42:05.093&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I format it in one Format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 12:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-different-time-formats-in-one-column/m-p/939509#M324142</guid>
      <dc:creator>qlikconsultant</dc:creator>
      <dc:date>2015-08-31T12:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Two different time formats in one column.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-different-time-formats-in-one-column/m-p/939510#M324143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Number tab of properties you can set the data format whatever want...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 12:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-different-time-formats-in-one-column/m-p/939510#M324143</guid>
      <dc:creator>shair_abbas</dc:creator>
      <dc:date>2015-08-31T12:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Two different time formats in one column.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-different-time-formats-in-one-column/m-p/939511#M324144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97448_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/804032#804032" title="https://community.qlik.com/message/804032#804032"&gt;https://community.qlik.com/message/804032#804032&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 12:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-different-time-formats-in-one-column/m-p/939511#M324144</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-08-31T12:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Two different time formats in one column.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-different-time-formats-in-one-column/m-p/939512#M324145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;load &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; field,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp; date(alt(Date#(field,'DD.MM.YYYY hh:mm'), Date#(field,'YYYY-MM-DD hh:mm:ss.fff'))) as newfield &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;24.03.2014 12:57&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2014-03-24 14:42:05.093&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="97434" alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97434_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the same expression works in a chart&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;alt(Date#(field,'DD.MM.YYYY hh:mm'), Date#(field,'YYYY-MM-DD hh:mm:ss.fff'))&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 12:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-different-time-formats-in-one-column/m-p/939512#M324145</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-31T12:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Two different time formats in one column.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-different-time-formats-in-one-column/m-p/939513#M324146</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;use ALT()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check in Help menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 12:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-different-time-formats-in-one-column/m-p/939513#M324146</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-08-31T12:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Two different time formats in one column.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-different-time-formats-in-one-column/m-p/939514#M324147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i understand correctly you want to do it while loading? if yes&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;*,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; &lt;/STRONG&gt;Timestamp(alt(Date#(Date,'DD.MM.YYYY hh:mm'), Date#(Date,'YYYY-MM-DD hh:mm:ss.fff'))) as DateNew&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;inline [&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Date&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;24.03.2014 12:57&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;2014-03-24 14:42:05.093&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 12:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-different-time-formats-in-one-column/m-p/939514#M324147</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-08-31T12:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Two different time formats in one column.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-different-time-formats-in-one-column/m-p/939515#M324148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD dt,Timestamp(alt(Timestamp#(trim(dt),'DD.MM.YYYY hh:mm'),Timestamp#(trim(dt),'YYYY-MM-DD hh:mm:ss[.fff]'))) as newDT Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;dt&lt;/P&gt;&lt;P&gt;24.03.2014 12:57 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2014-03-24 14:42:05.093&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 12:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-different-time-formats-in-one-column/m-p/939515#M324148</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-31T12:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Two different time formats in one column.</title>
      <link>https://community.qlik.com/t5/QlikView/Two-different-time-formats-in-one-column/m-p/939516#M324149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a another field as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;alt(timestamp(timestamp#(Date,'DD.MM.YYYY hh:mm'),'DD/MM/YYYY hh:mm:ss'),&lt;/P&gt;&lt;P&gt;timestamp(timestamp#(Date,'YYYY-MM-DD h:mm:ss[.fff]'),'DD/MM/YYYY hh:mm:ss')) as Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 12:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-different-time-formats-in-one-column/m-p/939516#M324149</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-31T12:16:58Z</dc:date>
    </item>
  </channel>
</rss>

