<?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: Duplicate dates in date field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Duplicate-dates-in-date-field/m-p/863091#M1009573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think my syntax is in correct for this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;date&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;WeekEnd&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: #0000ff; font-size: 8pt;"&gt;Lookup&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Delivery_Date', 'Delivery_ID', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Delivery No.]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'Delivery_Date'),'MM/DD/YYYY')), 0, 2),'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;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;'ActionDate' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Do you know what i'm doing wrong here?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2015 11:28:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-08T11:28:20Z</dc:date>
    <item>
      <title>Duplicate dates in date field</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-dates-in-date-field/m-p/863089#M1009568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I avoid displaying duplicate dates in a date field? This field has been constructed from multiple different tables and the same date is displaying more than once both in a list box and a chart I have. Field is normalized to just show the date so time isn't causing the issue. Appreciate the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 12:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-dates-in-date-field/m-p/863089#M1009568</guid>
      <dc:creator />
      <dc:date>2015-05-01T12:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate dates in date field</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-dates-in-date-field/m-p/863090#M1009571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You probably have timestamps among your dates. 01/01/2015 00:00:00 and 01/01/2015 07:32 have the same date, but not same value. You can cut off the time part by using the floor function: date(floor(MyDate),'MM/DD/YYYY') as MyDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 15:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-dates-in-date-field/m-p/863090#M1009571</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-01T15:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate dates in date field</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-dates-in-date-field/m-p/863091#M1009573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think my syntax is in correct for this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;date&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;WeekEnd&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: #0000ff; font-size: 8pt;"&gt;Lookup&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Delivery_Date', 'Delivery_ID', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Delivery No.]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'Delivery_Date'),'MM/DD/YYYY')), 0, 2),'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;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;'ActionDate' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Do you know what i'm doing wrong here?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 11:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-dates-in-date-field/m-p/863091#M1009573</guid>
      <dc:creator />
      <dc:date>2015-05-08T11:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate dates in date field</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-dates-in-date-field/m-p/863092#M1009575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, for one thing you can't use 0 as base for the floor function. Perhaps you meant 0 and 2 as parameters for the weekend function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(floor(WeekEnd(date#(Lookup('Delivery_Date', 'Delivery_ID', [Delivery No.], 'Delivery_Date'),'MM/DD/YYYY'), 0, 2)),'MM/DD/YYYY') as 'ActionDate'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than that, no idea. I have no idea in how many tables the ActionDate field exists.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 11:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-dates-in-date-field/m-p/863092#M1009575</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-08T11:41:57Z</dc:date>
    </item>
  </channel>
</rss>

