<?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: Different date formats in the same field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Different-date-formats-in-the-same-field/m-p/1369109#M418661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it's difficult to handle like this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Apr 2017 09:38:59 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2017-04-10T09:38:59Z</dc:date>
    <item>
      <title>Different date formats in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Different-date-formats-in-the-same-field/m-p/1369104#M418656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;Hello, I have all these date formats in the same field and I wanted to know if anyone knows any way to format them in any way, whether it's just staying with day, month, year, no time, or including hours.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;01031760 0924: 49&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;01032017 09:10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;01032017 09:10:52 a&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;01032017 9:12 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;01032017 9:16&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;03/03/2017 8:55:03&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;2017-03-01 09: 00: 09.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;01032017&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;010320170906&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;Thank you very much!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 07:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-date-formats-in-the-same-field/m-p/1369104#M418656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-10T07:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Different date formats in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Different-date-formats-in-the-same-field/m-p/1369105#M418657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use Alt Function to handle multiple data and time formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; DateTime,&lt;/P&gt;&lt;P&gt;&amp;nbsp; TimeStamp(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Alt&lt;/P&gt;&lt;P&gt;&amp;nbsp; (&lt;/P&gt;&lt;P&gt;&amp;nbsp; TimeStamp#(DateTime,'DDMMYYYY hhmm: ss'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; TimeStamp#(DateTime,'DDMMYYYY hh:mm'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; TimeStamp#(DateTime,'DDMMYYYY h:mm'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; TimeStamp#(DateTime,'DDMMYYYY hh:mm tt'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; TimeStamp#(DateTime,'DDMMYYYY h:mm tt'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; TimeStamp#(DateTime,'DDMMYYYY h:mm:ss t'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; TimeStamp#(DateTime,'DDMMYYYY h:mm t'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; TimeStamp#(DateTime,'DD/MM/YYYY hh:mm:ss'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; TimeStamp#(DateTime,'DD/MM/YYYY h:mm:ss'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; TImeStamp#(DateTime,'DDMMYYYYhhmm'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date#(DateTime,'DDMMYYYY')&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; as NewDateTime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 07:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-date-formats-in-the-same-field/m-p/1369105#M418657</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-04-10T07:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Different date formats in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Different-date-formats-in-the-same-field/m-p/1369106#M418658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Thanks for your answer, but the problem I have is the date whose format includes a 60. There is no data for 1760, actually the correct date is 01/03/17, but I do not know what the 60 means. That's what I want Format as the rest.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 14.6667px; font-family: Calibri, sans-serif;"&gt;010317&lt;STRONG&gt;60&lt;/STRONG&gt; 0924: 49&amp;nbsp; --&amp;gt; 01/03/17&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;I hope you can help me, thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 08:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-date-formats-in-the-same-field/m-p/1369106#M418658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-10T08:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Different date formats in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Different-date-formats-in-the-same-field/m-p/1369107#M418659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you want only Date or DateTime as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 08:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-date-formats-in-the-same-field/m-p/1369107#M418659</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-04-10T08:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Different date formats in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Different-date-formats-in-the-same-field/m-p/1369108#M418660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Thank you very much for yuor help and your interest.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;I just want to show the date. The problem is that all dates appear with the year with four digits, but the one that shows me the 60, the year only has two digits and so it shows it as 1760, but that year does not exist in the database.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;SPAN lang="en"&gt;Many thanks again, see if we can finally get it out&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 09:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-date-formats-in-the-same-field/m-p/1369108#M418660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-10T09:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Different date formats in the same field</title>
      <link>https://community.qlik.com/t5/QlikView/Different-date-formats-in-the-same-field/m-p/1369109#M418661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it's difficult to handle like this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 09:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-date-formats-in-the-same-field/m-p/1369109#M418661</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-04-10T09:38:59Z</dc:date>
    </item>
  </channel>
</rss>

