<?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 Need to retain the datetime in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-retain-the-datetime/m-p/563713#M1105336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My OTD_Actual_Leave_Date is 41720.427083333&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following code to convert back to a datetime.&lt;/P&gt;&lt;P&gt;&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: #800000; font-size: 8pt;"&gt;OTD_Actual_Leave_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;amp;'-'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OTD_Actual_Leave_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a more efficient way ?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2014 16:46:47 GMT</pubDate>
    <dc:creator>timsaddler</dc:creator>
    <dc:date>2014-03-26T16:46:47Z</dc:date>
    <item>
      <title>Need to retain the datetime</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-retain-the-datetime/m-p/563713#M1105336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My OTD_Actual_Leave_Date is 41720.427083333&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following code to convert back to a datetime.&lt;/P&gt;&lt;P&gt;&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: #800000; font-size: 8pt;"&gt;OTD_Actual_Leave_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;amp;'-'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OTD_Actual_Leave_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a more efficient way ?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 16:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-retain-the-datetime/m-p/563713#M1105336</guid>
      <dc:creator>timsaddler</dc:creator>
      <dc:date>2014-03-26T16:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need to retain the datetime</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-retain-the-datetime/m-p/563714#M1105337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe the timestamp function can convert that value into a date time format, so I would try timestamp(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OTD_Actual_Leave_Date&lt;/SPAN&gt;).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 16:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-retain-the-datetime/m-p/563714#M1105337</guid>
      <dc:creator />
      <dc:date>2014-03-26T16:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need to retain the datetime</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-retain-the-datetime/m-p/563715#M1105338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below in Text Box..&lt;/P&gt;&lt;P&gt;=Today()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Try below in Text Box..&lt;/P&gt;&lt;P&gt;=Timestamp(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;=Timestamp(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.399999618530273px;"&gt;OTD_Actual_Leave_Date&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 17:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-retain-the-datetime/m-p/563715#M1105338</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-26T17:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need to retain the datetime</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-retain-the-datetime/m-p/563716#M1105339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #8b8b8b; font-size: 12pt; background-color: #e6e6e6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Tim&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try This one also work,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=timestamp(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;OTD_Actual_Leave_Date&lt;/SPAN&gt;, 'YYYY-MM-DD hh:mm:ss' ) or&lt;/P&gt;&lt;P&gt;=date(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;OTD_Actual_Leave_Date&lt;/SPAN&gt;, 'YYYY-MM-DD hh:mm:ss' ) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 05:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-retain-the-datetime/m-p/563716#M1105339</guid>
      <dc:creator />
      <dc:date>2014-03-27T05:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need to retain the datetime</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-retain-the-datetime/m-p/563717#M1105340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;Use timestamp&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OTD_Actual_Leave_Date, 'YYYY-MM-DD hh:mm:ss'&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG alt="Timestamp.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/55975_Timestamp.PNG.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 05:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-retain-the-datetime/m-p/563717#M1105340</guid>
      <dc:creator />
      <dc:date>2014-03-27T05:50:41Z</dc:date>
    </item>
  </channel>
</rss>

