<?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 Load DateTimeStamp as Date only in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-DateTimeStamp-as-Date-only/m-p/523067#M1135191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to load only the date portion of a Timestamp.&amp;nbsp; I tried using 'DayStart(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DTSTAMP&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;T_Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, but it comes across with 12:00:00 AM.&amp;nbsp; I want it to show as MM/DD/YYYY only.&amp;nbsp; When I tried the date# interpretation, it came across as text (I assume since the values were left-justified when shown in a list box).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Oct 2013 17:28:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-24T17:28:09Z</dc:date>
    <item>
      <title>Load DateTimeStamp as Date only</title>
      <link>https://community.qlik.com/t5/QlikView/Load-DateTimeStamp-as-Date-only/m-p/523067#M1135191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to load only the date portion of a Timestamp.&amp;nbsp; I tried using 'DayStart(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DTSTAMP&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;T_Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, but it comes across with 12:00:00 AM.&amp;nbsp; I want it to show as MM/DD/YYYY only.&amp;nbsp; When I tried the date# interpretation, it came across as text (I assume since the values were left-justified when shown in a list box).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 17:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-DateTimeStamp-as-Date-only/m-p/523067#M1135191</guid>
      <dc:creator />
      <dc:date>2013-10-24T17:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Load DateTimeStamp as Date only</title>
      <link>https://community.qlik.com/t5/QlikView/Load-DateTimeStamp-as-Date-only/m-p/523068#M1135192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try Date(Floor(DTSSTAMP), 'MM/DD/YYYY')&amp;nbsp; AS [MyDateTimeStamp]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 17:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-DateTimeStamp-as-Date-only/m-p/523068#M1135192</guid>
      <dc:creator />
      <dc:date>2013-10-24T17:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load DateTimeStamp as Date only</title>
      <link>https://community.qlik.com/t5/QlikView/Load-DateTimeStamp-as-Date-only/m-p/523069#M1135193</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;DTSTAMP&lt;/SPAN&gt;, 'MM/DD/YYY hh:mm:ss TT'),'MM/DD/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;DTSTAMP&lt;/SPAN&gt;, 'MM/DD/YYY hh:mm:ss TT'),'MM/DD/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note :'MM/DD/YYY hh:mm:ss TT' must matches your timestamp format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 17:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-DateTimeStamp-as-Date-only/m-p/523069#M1135193</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-10-24T17:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Load DateTimeStamp as Date only</title>
      <link>https://community.qlik.com/t5/QlikView/Load-DateTimeStamp-as-Date-only/m-p/523070#M1135194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All correct, just adding one more:&lt;/P&gt;&lt;P&gt;date(DayStart(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DTSTAMP&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), 'MM/DD/YYYY') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;T_Day&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 17:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-DateTimeStamp-as-Date-only/m-p/523070#M1135194</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-24T17:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Load DateTimeStamp as Date only</title>
      <link>https://community.qlik.com/t5/QlikView/Load-DateTimeStamp-as-Date-only/m-p/523071#M1135195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to use these but my qlik app kept coming up with a blank where I wanted an MM-YY list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eventually I had to separate out the MM/DD/YYYY text string inside of the Timestamp generated by my ERP, and use the DATE syntax. I did it with a left search formula which worked great &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Monthstart(Left([inDateAdded],10)),'MM-YY') as Month_Scraped, //Default date format is MM/DD/YYYY hh:mm:ss.ffff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2018 17:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-DateTimeStamp-as-Date-only/m-p/523071#M1135195</guid>
      <dc:creator>gareth_muir</dc:creator>
      <dc:date>2018-05-03T17:26:27Z</dc:date>
    </item>
  </channel>
</rss>

