<?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: Change DateTime to Time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416775#M695657</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;&lt;STRONG&gt;Format or Value ! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This 2 anwsers are corrects but the restult is different. You need to understand the difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Er.mohit&lt;/EM&gt; give you a solution to change your field format. QlikView will present you a Date format but the value will still be a timestamp (date &amp;amp; time).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Gysbert Wassenaar&lt;/EM&gt; change your field value from a timestamp to a date (no more time).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 May 2013 10:15:13 GMT</pubDate>
    <dc:creator>vivientexier</dc:creator>
    <dc:date>2013-05-01T10:15:13Z</dc:date>
    <item>
      <title>Change DateTime to Time</title>
      <link>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416771#M695653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm newish to QV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've loaded in data via Sql 2008 and QVD files.&amp;nbsp; One column has the datetime data type (im not allowed to change anything in the SQL DWH) i need to change it ro just Date in the QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the best and easiest way to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you guys in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 09:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416771#M695653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-01T09:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Change DateTime to Time</title>
      <link>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416772#M695654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;date(Datetime,'DD-MM-YYYY') as Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time(Datetime,'hh:mm:ss') as time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 10:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416772#M695654</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-05-01T10:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Change DateTime to Time</title>
      <link>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416773#M695655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the floor function to cut of the time part: &lt;EM&gt;floor(MyTimestamp) as MyDate&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 10:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416773#M695655</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-01T10:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change DateTime to Time</title>
      <link>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416774#M695656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you change the format of date field, then try this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;date(datetime,'DD/MM/YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;now if you want to change its name then,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;datetime as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 10:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416774#M695656</guid>
      <dc:creator />
      <dc:date>2013-05-01T10:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change DateTime to Time</title>
      <link>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416775#M695657</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;&lt;STRONG&gt;Format or Value ! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This 2 anwsers are corrects but the restult is different. You need to understand the difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Er.mohit&lt;/EM&gt; give you a solution to change your field format. QlikView will present you a Date format but the value will still be a timestamp (date &amp;amp; time).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Gysbert Wassenaar&lt;/EM&gt; change your field value from a timestamp to a date (no more time).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 10:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416775#M695657</guid>
      <dc:creator>vivientexier</dc:creator>
      <dc:date>2013-05-01T10:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change DateTime to Time</title>
      <link>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416776#M695658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do i add this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(Datetime,'DD-MM-YYYY) as Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT column_that_needs_changing(Datetime,'DD-MM-YYYY) as Date,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, nearly there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 10:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416776#M695658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-01T10:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change DateTime to Time</title>
      <link>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416777#M695659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your script&lt;/P&gt;&lt;P&gt;where your clumn name present&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;load a,&lt;/P&gt;&lt;P&gt;b,&lt;/P&gt;&lt;P&gt;date(Datetime,'DD-MM-YYYY) as Date&lt;/P&gt;&lt;P&gt;from..&lt;/P&gt;&lt;P&gt;write this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 10:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416777#M695659</guid>
      <dc:creator />
      <dc:date>2013-05-01T10:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change DateTime to Time</title>
      <link>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416778#M695660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 10:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416778#M695660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-01T10:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change DateTime to Time</title>
      <link>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416779#M695661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your problem is resolved then you have to mark it either correct or helpful answer to closed this thread.so that it might be helpful for other developer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 10:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-DateTime-to-Time/m-p/416779#M695661</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-05-01T10:45:59Z</dc:date>
    </item>
  </channel>
</rss>

