<?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: Date stamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037442#M638785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;&amp;nbsp; datefield,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(Floor(Date#(datefield, 'M/D/YYYY h:mm:ss tt')), 'MM-DD-YYYY') as datefieldnew&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;inline [&lt;/P&gt;&lt;P&gt;datefield&lt;/P&gt;&lt;P&gt;3/8/2016 8:00:00 AM&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Mar 2016 14:11:29 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2016-03-21T14:11:29Z</dc:date>
    <item>
      <title>Date stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037440#M638783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the source data is a date stamp given like: 3/8/2016 8:00:00 AM&lt;/P&gt;&lt;P&gt;This has to be transform to only the date 08-03-2016 so I can use it in a chart.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Caution by a date 3/16/2016 is an extra character.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The transformation has to be done in the script.&lt;/P&gt;&lt;P&gt;Can you help me with the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Ralph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 13:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037440#M638783</guid>
      <dc:creator />
      <dc:date>2016-03-21T13:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037441#M638784</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;&lt;STRONG&gt;Date(Floor(TimeStamp#(DateField, 'M/D/YYYY h:mm:ss TT')), 'DD-MM-YYYY') as DateField&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 14:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037441#M638784</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-21T14:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Date stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037442#M638785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;&amp;nbsp; datefield,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(Floor(Date#(datefield, 'M/D/YYYY h:mm:ss tt')), 'MM-DD-YYYY') as datefieldnew&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;inline [&lt;/P&gt;&lt;P&gt;datefield&lt;/P&gt;&lt;P&gt;3/8/2016 8:00:00 AM&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 14:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037442#M638785</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-03-21T14:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Date stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037443#M638786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny T,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for you're reaction.&lt;/P&gt;&lt;P&gt;Sorry but it doesn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 14:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037443#M638786</guid>
      <dc:creator />
      <dc:date>2016-03-21T14:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Date stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037444#M638787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to be working here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118818_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&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 *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Date(Floor(TimeStamp#(DateField, '&lt;SPAN style="color: #ff0000;"&gt;M/D/YYYY h:mm:ss TT&lt;/SPAN&gt;')), 'DD-MM-YYYY') as NewDateField;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DateField&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3/8/2016 8:00:00 AM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you have more than one space between the date and time? You will have to adjust the highlighted part of the expression to match your current timestamp format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 14:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037444#M638787</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-21T14:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037445#M638790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello maxgro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, but it won't work. Can you help me further, below the script.&lt;/P&gt;&lt;P&gt;Value Timestamp is the date i.e. [3/25/2016 8:10:25 AM ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Data:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Technical Designation]&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;[User Designation]&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;[System Description]&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;Parameter&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;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Unit&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;Status&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;[Value Timestamp]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; [Data\Legionella\Installatie Status PX *.xls]&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;biff&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;header&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 19 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;lines&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; [Installatie Status PX Tapwater$]);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Value Timestamp]&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;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Value Timestamp]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'M/D/YYYY hh:mm:ss tt')), '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;Date2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Value Timestamp]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 14:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037445#M638790</guid>
      <dc:creator />
      <dc:date>2016-03-21T14:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037446#M638792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Try it like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;&lt;STRONG&gt;Data:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Floor(TimeStamp#([Value Timestamp], '&lt;SPAN style="font-style: inherit;"&gt;M/D/YYYY h:mm:ss TT&lt;/SPAN&gt;')), 'DD-MM-YYYY') as [Value Date];&lt;BR /&gt;LOAD [Technical Designation], &lt;BR /&gt;[User Designation], &lt;BR /&gt;[System Description], &lt;BR /&gt;Parameter, &lt;BR /&gt;Value, &lt;BR /&gt;Unit, &lt;BR /&gt;Status, &lt;BR /&gt;[Value Timestamp]&lt;BR /&gt;FROM&lt;BR /&gt;[Data\Legionella\Installatie Status PX *.xls]&lt;BR /&gt;(biff, embedded labels, header is 19 lines, table is&lt;/STRONG&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt; [Installatie Status PX Tapwater$]);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 14:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037446#M638792</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-21T14:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037447#M638794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&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;('3/8/2016 8:00:00 AM', 'M/D/YYYY h:mm:ss TT')), 'DD-MM-YYYY') &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 14:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037447#M638794</guid>
      <dc:creator>pooja_sn</dc:creator>
      <dc:date>2016-03-21T14:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037448#M638796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're attachment works also by me but in the file it doesn't.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will attach the qwv file and database&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 15:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037448#M638796</guid>
      <dc:creator />
      <dc:date>2016-03-21T15:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Date stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037449#M638798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your timestamp did not have seconds:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Floor(TimeStamp#([Value Timestamp], '&lt;SPAN style="color: #ff0000;"&gt;M/D/YYYY h:mm TT'&lt;/SPAN&gt;)), 'DD-MM-YYYY') as [Value Date];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Technical Designation], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[User Designation], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[System Description], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Parameter, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Value, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Unit, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Status, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Value Timestamp]&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;Database.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, header is 19 lines, table is [Installatie Status PX Tapwater]);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 15:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037449#M638798</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-21T15:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Date stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037450#M638799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works for one database but I get every week a database with a new date. So I can create a trend.&lt;/P&gt;&lt;P&gt;I drop them into a map and load them with "&lt;EM&gt;databasenaam&lt;/EM&gt; *".&lt;/P&gt;&lt;P&gt;When I load all the databases it doesn't work anymore. I don't get it.&lt;/P&gt;&lt;P&gt;I attached a few databases.&lt;/P&gt;&lt;P&gt;Can you pls help me again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry for the miscommunication.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 20:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037450#M638799</guid>
      <dc:creator />
      <dc:date>2016-03-21T20:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037451#M638800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what the difference is between the dates, they all look the same. See the attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Technical Designation], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [User Designation], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [System Description], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Parameter, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Value, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Unit, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Status, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [Value Timestamp],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Date(Floor(TimeStamp#([Value Timestamp], 'M/D/YYYY h:mm TT')), 'DD-MM-YYYY') as [Value 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;Database*.xls&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(biff, embedded labels, header is 19 lines, table is [Installatie Status PX Tapwater$]);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118870_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 20:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037451#M638800</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-21T20:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Date stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037452#M638801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you again! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 20:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037452#M638801</guid>
      <dc:creator />
      <dc:date>2016-03-21T20:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Date stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037453#M638802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem my friend &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2016 20:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-stamp/m-p/1037453#M638802</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-21T20:43:52Z</dc:date>
    </item>
  </channel>
</rss>

