<?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: Help with date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296167#M404563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attached excel file to the initial post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Mar 2017 18:46:56 GMT</pubDate>
    <dc:creator>qvqfqlik</dc:creator>
    <dc:date>2017-03-28T18:46:56Z</dc:date>
    <item>
      <title>Help with date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296158#M404554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to read date values from excel file which is in format of Jan 31 2017&amp;nbsp; 7:00:41:000AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to change the date format in excel, but how to read and change the date format in Qlikview ?&lt;/P&gt;&lt;P&gt;Please suggest all possible ways of reading and changing the format of this in Qlikview&lt;/P&gt;&lt;P&gt;Read just the date . timestamp is not necessary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 17:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296158#M404554</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-03-28T17:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help with date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296159#M404555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Floor(TimeStamp#(DateField, 'MMM DD YYYY&amp;nbsp; h:mm:ss:fffTT'))) as Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 17:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296159#M404555</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-28T17:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296160#M404556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After loading the data from excel file in qlikview, if your Date field is in timestamp format, then just use below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(floor(DateField)) as Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 17:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296160#M404556</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-03-28T17:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296161#M404557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried both , but I couldn't values into Date1, Date2 fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Dates: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&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;OriginalDateformat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TimeStamp#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'MMM DD YYYY h:mm:ss:fffTT'))) &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;Date1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'MMM DD YYYY'))&amp;nbsp; &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;Date2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 18:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296161#M404557</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-03-28T18:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help with date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296162#M404558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Second one would be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Floor(Date&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;)&lt;/SPAN&gt;, 'MMM DD YYYY')&amp;nbsp; as Date2&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 18:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296162#M404558</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-28T18:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help with date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296163#M404559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, it still has no data in those fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 18:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296163#M404559</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-03-28T18:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help with date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296164#M404560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the format in excel is not a date format. I tried this as well, abut still not values in this field&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 3) &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Mid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 4, 2) &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 4)) &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;Date3 &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 18:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296164#M404560</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-03-28T18:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help with date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296165#M404561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post the excel with few rows&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 18:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296165#M404561</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-03-28T18:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help with date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296166#M404562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Massimo... would you be able to post a sample file to test this out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 18:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296166#M404562</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-28T18:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help with date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296167#M404563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attached excel file to the initial post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 18:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296167#M404563</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-03-28T18:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help with date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296168#M404564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My first response worked (with two spaces between Year and Time....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Date(Floor(TimeStamp#(DateField, 'MMM DD YYYY&amp;nbsp; h:mm:ss:fffTT'))) as Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 18:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296168#M404564</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-28T18:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help with date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296169#M404565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny! But for few dates it seems not converting.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="c1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/157975_c1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 19:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296169#M404565</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-03-28T19:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help with date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296170#M404566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date as Old_Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Date(Floor(TimeStamp#(Replace(Date, '&amp;nbsp; ', ' '), 'MMM D YYYY h:mm:ss:fffTT'))) as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\..\Downloads\Dates.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 19:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296170#M404566</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-28T19:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help with date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296171#M404567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Sunny. It worked awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 19:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-date/m-p/1296171#M404567</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2017-03-28T19:11:51Z</dc:date>
    </item>
  </channel>
</rss>

