<?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: Differents Date and Time format in the same field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Differents-Date-and-Time-format-in-the-same-field/m-p/1589819#M443466</link>
    <description>&lt;P&gt;I have tried this before&lt;/P&gt;&lt;P&gt;TIMESTAMP(TIMESTAMP#(TimeStamp, 'M/DD/YYYY h:mm:ss')&amp;nbsp; AS NEW_DATE,&lt;/P&gt;&lt;P&gt;It doesn't work for all the lines, just those in this format not the others&lt;/P&gt;&lt;P&gt;And when I use what you suggest, the field is empty, it doesn't show up&lt;/P&gt;&lt;P&gt;Any other suggestion?&lt;/P&gt;&lt;P&gt;Thank you, best regards&lt;/P&gt;</description>
    <pubDate>Sun, 09 Jun 2019 20:36:35 GMT</pubDate>
    <dc:creator>YD</dc:creator>
    <dc:date>2019-06-09T20:36:35Z</dc:date>
    <item>
      <title>Differents Date and Time format in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Differents-Date-and-Time-format-in-the-same-field/m-p/1589761#M443455</link>
      <description>&lt;P&gt;I am still a new user of QV and here is another issue I am dealing with since 5 days&lt;/P&gt;&lt;P&gt;I have 2 differents date and time format in the same field and I would to convert it into an unique one&lt;/P&gt;&lt;P&gt;There is a format with AM and PM, this one the month it is in one number format (example May = 5 and not 05) this one got secondes (ss) and another format, there is no seconds&lt;/P&gt;&lt;P&gt;I have these formats:&lt;/P&gt;&lt;P&gt;M/DD/YYYY hh:mm:ss&lt;/P&gt;&lt;P&gt;MM/DD/YYYY hh:mm&lt;/P&gt;&lt;P&gt;And here is the output format I would like to get DD/MM/YYYY hh:mm:ss&lt;/P&gt;&lt;P&gt;I should get at the end 860 lines....&lt;/P&gt;&lt;P&gt;Could you help me please&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jun 2019 21:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Differents-Date-and-Time-format-in-the-same-field/m-p/1589761#M443455</guid>
      <dc:creator>YD</dc:creator>
      <dc:date>2019-06-08T21:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Differents Date and Time format in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Differents-Date-and-Time-format-in-the-same-field/m-p/1589762#M443456</link>
      <description>&lt;P&gt;Just use timestamp() function and and that should do the magic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD Uuid,&lt;BR /&gt;timestamp(TimeStamp) as TimeStamp_New,&lt;BR /&gt;TimeStamp&lt;BR /&gt;FROM&lt;BR /&gt;[Classeur1.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Feuil1);&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jun 2019 23:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Differents-Date-and-Time-format-in-the-same-field/m-p/1589762#M443456</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2019-06-08T23:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Differents Date and Time format in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Differents-Date-and-Time-format-in-the-same-field/m-p/1589819#M443466</link>
      <description>&lt;P&gt;I have tried this before&lt;/P&gt;&lt;P&gt;TIMESTAMP(TIMESTAMP#(TimeStamp, 'M/DD/YYYY h:mm:ss')&amp;nbsp; AS NEW_DATE,&lt;/P&gt;&lt;P&gt;It doesn't work for all the lines, just those in this format not the others&lt;/P&gt;&lt;P&gt;And when I use what you suggest, the field is empty, it doesn't show up&lt;/P&gt;&lt;P&gt;Any other suggestion?&lt;/P&gt;&lt;P&gt;Thank you, best regards&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2019 20:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Differents-Date-and-Time-format-in-the-same-field/m-p/1589819#M443466</guid>
      <dc:creator>YD</dc:creator>
      <dc:date>2019-06-09T20:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Differents Date and Time format in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Differents-Date-and-Time-format-in-the-same-field/m-p/1589824#M443467</link>
      <description>&lt;P&gt;I finally found a solution myself, here it is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ALT(TIMESTAMP(TIMESTAMP#(TimeStamp, 'M/DD/YYYY h:mm:ss TT'), 'DD/MM/YYYY hh:mm:ss'), DATE(DATE#(TimeStamp, 'MM/DD/YYYY hh:mm'), 'DD/MM/YYYY hh:mm:ss')) AS %DATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jun 2019 22:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Differents-Date-and-Time-format-in-the-same-field/m-p/1589824#M443467</guid>
      <dc:creator>YD</dc:creator>
      <dc:date>2019-06-09T22:08:59Z</dc:date>
    </item>
  </channel>
</rss>

