<?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: conversion of decimal values to date format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/conversion-of-decimal-values-to-date-format/m-p/1428376#M429922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;date(floor(YourFieldName))&lt;/STRONG&gt;&amp;nbsp; will convert the decimal timestamp value to a date and removes the time component&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;time(frac(YourFieldName)) &lt;/STRONG&gt; will convert the decimal timestamp value to a time removing the date component&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;timestamp&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;(YourFieldName)&lt;/STRONG&gt; will convert the decimal value to a timestamp&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;It is better to split timestamp data into separate date &amp;amp; time fields in Qlik as this will reduce the number of unique data values, and so reduce the footprint of your application. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If you only need the date then just create a date field&amp;nbsp; - 1 value per day rather than storing potentially thousands of values to the millisecond!&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Dec 2017 11:35:02 GMT</pubDate>
    <dc:creator>Colin-Albert</dc:creator>
    <dc:date>2017-12-05T11:35:02Z</dc:date>
    <item>
      <title>conversion of decimal values to date format</title>
      <link>https://community.qlik.com/t5/QlikView/conversion-of-decimal-values-to-date-format/m-p/1428374#M429920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to convert conversion of decimal values to date format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 11:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conversion-of-decimal-values-to-date-format/m-p/1428374#M429920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-05T11:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: conversion of decimal values to date format</title>
      <link>https://community.qlik.com/t5/QlikView/conversion-of-decimal-values-to-date-format/m-p/1428375#M429921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TIMESTAMP(MyField) should do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 11:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conversion-of-decimal-values-to-date-format/m-p/1428375#M429921</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-12-05T11:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: conversion of decimal values to date format</title>
      <link>https://community.qlik.com/t5/QlikView/conversion-of-decimal-values-to-date-format/m-p/1428376#M429922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;date(floor(YourFieldName))&lt;/STRONG&gt;&amp;nbsp; will convert the decimal timestamp value to a date and removes the time component&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;time(frac(YourFieldName)) &lt;/STRONG&gt; will convert the decimal timestamp value to a time removing the date component&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;timestamp&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;(YourFieldName)&lt;/STRONG&gt; will convert the decimal value to a timestamp&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;It is better to split timestamp data into separate date &amp;amp; time fields in Qlik as this will reduce the number of unique data values, and so reduce the footprint of your application. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If you only need the date then just create a date field&amp;nbsp; - 1 value per day rather than storing potentially thousands of values to the millisecond!&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 11:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conversion-of-decimal-values-to-date-format/m-p/1428376#M429922</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-12-05T11:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: conversion of decimal values to date format</title>
      <link>https://community.qlik.com/t5/QlikView/conversion-of-decimal-values-to-date-format/m-p/1428377#M429923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thankyou,&lt;/P&gt;&lt;P&gt;am experiencing something very weird,&lt;/P&gt;&lt;P&gt;there is one qvd when am loading it as it is its showing me date in correct format ,&lt;/P&gt;&lt;P&gt;when am loading it in another qvw application,its showing incorrect format,&lt;/P&gt;&lt;P&gt;is there any settings in qlikview in this case&lt;/P&gt;&lt;P&gt;as both are the same files ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 13:04:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conversion-of-decimal-values-to-date-format/m-p/1428377#M429923</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-05T13:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: conversion of decimal values to date format</title>
      <link>https://community.qlik.com/t5/QlikView/conversion-of-decimal-values-to-date-format/m-p/1428378#M429924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post the sample data. we would be able to fix this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 13:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conversion-of-decimal-values-to-date-format/m-p/1428378#M429924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-05T13:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: conversion of decimal values to date format</title>
      <link>https://community.qlik.com/t5/QlikView/conversion-of-decimal-values-to-date-format/m-p/1428379#M429925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; color: #0f0f0f;"&gt;DATE(DATE#(Timestamp([YourField]), 'QVDDateFormat'), 'Current Format'&lt;/SPAN&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;doesn't matter if '&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;QVDDateFormat&lt;/SPAN&gt;' and '&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;Current Format&lt;/SPAN&gt;' are equals&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 13:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conversion-of-decimal-values-to-date-format/m-p/1428379#M429925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-05T13:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: conversion of decimal values to date format</title>
      <link>https://community.qlik.com/t5/QlikView/conversion-of-decimal-values-to-date-format/m-p/1428380#M429926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would check the date format settings in your load script. They may be different in the two applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 13:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conversion-of-decimal-values-to-date-format/m-p/1428380#M429926</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-12-05T13:26:35Z</dc:date>
    </item>
  </channel>
</rss>

