<?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 Date format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/219209#M72255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I have tried the TIMESTAMP function. But because the dateformat of the original field isn't interpreted as a datefield this function can't reformat it to the desired format. The original field is YYYY/MM/DD:HH:MM:SS TT, how do I tell QlikView this is a datefield? I am loading from a flat .csv file so I think QlikView interpretes this as a text string or something..&lt;/P&gt;&lt;P&gt;Hope to hear from you..&lt;/P&gt;&lt;P&gt;Regards, Sander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2009 16:16:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-19T16:16:17Z</dc:date>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/219206#M72252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I've got a datefield formatted like 2009/09/01:12:00:29 AM (YYYY/MM/DD:HH:MM:SS TT). I want this to be dateformatted like 01-09-2009 12:00:29.&lt;/P&gt;&lt;P&gt;Can you help me?&lt;/P&gt;&lt;P&gt;Regards, Sander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 15:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/219206#M72252</guid>
      <dc:creator />
      <dc:date>2009-10-19T15:00:02Z</dc:date>
    </item>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/219207#M72253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sander,&lt;/P&gt;&lt;P&gt;your code are:&lt;/P&gt;&lt;P&gt;TimeStamp(Date, 'DD-MM-YYYY hh:mm:ss') as NewTimeFormat&lt;/P&gt;&lt;P&gt;Please see also QV help and time functions like Timestamp, Day, Year and so on ...&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 15:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/219207#M72253</guid>
      <dc:creator />
      <dc:date>2009-10-19T15:16:26Z</dc:date>
    </item>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/219208#M72254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=TimeStamp(date,'DD-MM-YYY HH:MM:SS') ?&lt;/P&gt;&lt;P&gt;--Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 15:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/219208#M72254</guid>
      <dc:creator />
      <dc:date>2009-10-19T15:17:41Z</dc:date>
    </item>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/219209#M72255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I have tried the TIMESTAMP function. But because the dateformat of the original field isn't interpreted as a datefield this function can't reformat it to the desired format. The original field is YYYY/MM/DD:HH:MM:SS TT, how do I tell QlikView this is a datefield? I am loading from a flat .csv file so I think QlikView interpretes this as a text string or something..&lt;/P&gt;&lt;P&gt;Hope to hear from you..&lt;/P&gt;&lt;P&gt;Regards, Sander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 16:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/219209#M72255</guid>
      <dc:creator />
      <dc:date>2009-10-19T16:16:17Z</dc:date>
    </item>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/219210#M72256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sander,&lt;/P&gt;&lt;P&gt;if it is a text field than write:&lt;/P&gt;&lt;P&gt;TimeStamp(TimeStamp#(Date, 'YYYY/MM/DD hh:mm:ss tt'), 'DD-MM-YYYY hh:mm:ss)&lt;/P&gt;&lt;P&gt;TimeStamp# is for interpretation and TimeStamp to format your data.&lt;/P&gt;&lt;P&gt;If it doesn´t work please provide some data as example.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 16:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/219210#M72256</guid>
      <dc:creator />
      <dc:date>2009-10-19T16:31:07Z</dc:date>
    </item>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/219211#M72257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;date(date#(datefield,'YYYY/MM/DD:hh:mm:ss tt'),'DD-MM-YYYY hh:mm:ss')&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 16:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/219211#M72257</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-10-19T16:36:20Z</dc:date>
    </item>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/219212#M72258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;Both Rainers as Joachim's expressions did the trick. The Timestamp# or Date# functions did the trick, I didn't knew the exact function of adding the #.. That's clear now. I have marked Rainers expression as the solution because the TIMESTAMP function seems to perform better than the DATE function.&lt;/P&gt;&lt;P&gt;Thanks for your time!&lt;/P&gt;&lt;P&gt;Regards, Sander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 16:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/219212#M72258</guid>
      <dc:creator />
      <dc:date>2009-10-19T16:46:47Z</dc:date>
    </item>
  </channel>
</rss>

