<?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 Creating a Time Stamp Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-Time-Stamp-Field/m-p/837601#M660493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have data that I am pulling daily but doesn't have a date or timestamp or anything associated with it. I'm trying to create a field that has the date for the day it is loaded - but I can't seem to get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I have:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3366ff;"&gt;Date&lt;/SPAN&gt;(&lt;SPAN style="color: #3366ff;"&gt;MakeDate&lt;/SPAN&gt;(&lt;SPAN style="color: #3366ff;"&gt;Today&lt;/SPAN&gt;())) &lt;SPAN style="color: #3366ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #993366;"&gt;InventoryDate;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But instead of giving me one form of a date or another - this is what that pulls:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Snip.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/82710_Snip.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions on how I can either modify my existing script or create this field with another function? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2015 14:56:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-01T14:56:35Z</dc:date>
    <item>
      <title>Creating a Time Stamp Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Time-Stamp-Field/m-p/837601#M660493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have data that I am pulling daily but doesn't have a date or timestamp or anything associated with it. I'm trying to create a field that has the date for the day it is loaded - but I can't seem to get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I have:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3366ff;"&gt;Date&lt;/SPAN&gt;(&lt;SPAN style="color: #3366ff;"&gt;MakeDate&lt;/SPAN&gt;(&lt;SPAN style="color: #3366ff;"&gt;Today&lt;/SPAN&gt;())) &lt;SPAN style="color: #3366ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #993366;"&gt;InventoryDate;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But instead of giving me one form of a date or another - this is what that pulls:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Snip.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/82710_Snip.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions on how I can either modify my existing script or create this field with another function? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 14:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Time-Stamp-Field/m-p/837601#M660493</guid>
      <dc:creator />
      <dc:date>2015-04-01T14:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Time Stamp Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Time-Stamp-Field/m-p/837602#M660494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea, just:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Today&lt;/SPAN&gt;() &lt;SPAN style="color: #3366ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #993366;"&gt;InventoryDate;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993366;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Date&lt;/SPAN&gt;(&lt;SPAN style="color: #3366ff;"&gt;Today&lt;/SPAN&gt;(), 'DateFormatYouWant') &lt;SPAN style="color: #3366ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #993366;"&gt;InventoryDate;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 15:00:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Time-Stamp-Field/m-p/837602#M660494</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-04-01T15:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Time Stamp Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Time-Stamp-Field/m-p/837603#M660495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! I was over-complicating it! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 15:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Time-Stamp-Field/m-p/837603#M660495</guid>
      <dc:creator />
      <dc:date>2015-04-01T15:04:03Z</dc:date>
    </item>
  </channel>
</rss>

