<?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: Problem with date values not matching (decimals) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-date-values-not-matching-decimals/m-p/583074#M680784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QuarterEnd returns the last millisecond in the Quarter, meaning 23:59:59.999 at the last day in the quarter.&lt;/P&gt;&lt;P&gt;The suggested floor function cuts off the decimal places of the corresponding numerical value, meaning 00:00:00.000 at the last day in the quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Mar 2014 22:18:27 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-03-31T22:18:27Z</dc:date>
    <item>
      <title>Problem with date values not matching (decimals)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-values-not-matching-decimals/m-p/583072#M680782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I have this variable in the load script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff;"&gt;&lt;STRONG style="color: #0000ff;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Let &lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;vLoadDate &lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;= &lt;SPAN style="color: #0000ff;"&gt;Date&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Now&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(),'M/D/YYYY'); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;In a table expression I'm trying to compare &lt;EM&gt;vLoadDate&lt;/EM&gt; to &lt;SPAN style="color: #3366ff;"&gt;QuarterEnd&lt;/SPAN&gt;(&lt;EM&gt;vLoadDate&lt;/EM&gt;).&amp;nbsp; However, when comparing them today, March 31 (end of quarter), it says they are not equal.&amp;nbsp; When I look at the values (as a date), they both show 3/31/14.&amp;nbsp; However, when I look as numbers, one shows 41729.370659722 and the other is 41729.99999988.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;How can I get them as absolutes so they'll match?&amp;nbsp; I tried using the fabs function, but either it didn't work or I didn't use it correctly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks,&amp;nbsp;&amp;nbsp; Dan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 20:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-values-not-matching-decimals/m-p/583072#M680782</guid>
      <dc:creator />
      <dc:date>2014-03-31T20:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with date values not matching (decimals)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-values-not-matching-decimals/m-p/583073#M680783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use floor function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56274_1.png" style="width: 620px; height: 190px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 20:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-values-not-matching-decimals/m-p/583073#M680783</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-31T20:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with date values not matching (decimals)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-values-not-matching-decimals/m-p/583074#M680784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QuarterEnd returns the last millisecond in the Quarter, meaning 23:59:59.999 at the last day in the quarter.&lt;/P&gt;&lt;P&gt;The suggested floor function cuts off the decimal places of the corresponding numerical value, meaning 00:00:00.000 at the last day in the quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 22:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-values-not-matching-decimals/m-p/583074#M680784</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-03-31T22:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with date values not matching (decimals)</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-date-values-not-matching-decimals/m-p/583075#M680785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that worked great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 22:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-date-values-not-matching-decimals/m-p/583075#M680785</guid>
      <dc:creator />
      <dc:date>2014-03-31T22:21:43Z</dc:date>
    </item>
  </channel>
</rss>

