<?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 distinct date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/distinct-date/m-p/262432#M1203966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have date column of format MM/DD/YYYY HH:MM:SS AM/PM (EX: - 6/16/2010 10:46:15 PM).&lt;/P&gt;&lt;P&gt;I want to add multiple box for Date column to allow user to select a date. But the issue is I have multiple rows with same date with difference in time. How do I ignore time and show distinct date in multiple box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jun 2010 15:56:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-16T15:56:12Z</dc:date>
    <item>
      <title>distinct date</title>
      <link>https://community.qlik.com/t5/QlikView/distinct-date/m-p/262432#M1203966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have date column of format MM/DD/YYYY HH:MM:SS AM/PM (EX: - 6/16/2010 10:46:15 PM).&lt;/P&gt;&lt;P&gt;I want to add multiple box for Date column to allow user to select a date. But the issue is I have multiple rows with same date with difference in time. How do I ignore time and show distinct date in multiple box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 15:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/distinct-date/m-p/262432#M1203966</guid>
      <dc:creator />
      <dc:date>2010-06-16T15:56:12Z</dc:date>
    </item>
    <item>
      <title>distinct date</title>
      <link>https://community.qlik.com/t5/QlikView/distinct-date/m-p/262433#M1203968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hours and minutes are fractions of days. You should convert your date to a numeric value, round it then convert it again with a date format. Something like: date(floor(num(DATE)),'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 16:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/distinct-date/m-p/262433#M1203968</guid>
      <dc:creator>fernandotoledo</dc:creator>
      <dc:date>2010-06-16T16:04:22Z</dc:date>
    </item>
    <item>
      <title>distinct date</title>
      <link>https://community.qlik.com/t5/QlikView/distinct-date/m-p/262434#M1203970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton for the reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 16:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/distinct-date/m-p/262434#M1203970</guid>
      <dc:creator />
      <dc:date>2010-06-16T16:09:19Z</dc:date>
    </item>
    <item>
      <title>distinct date</title>
      <link>https://community.qlik.com/t5/QlikView/distinct-date/m-p/262435#M1203972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Handling as a numeric works fine, but I find that using the daystart function is a bit more readable:&lt;/P&gt;&lt;P&gt;DayStart(CreatedAt) as CreatedDate,&lt;/P&gt;&lt;P&gt;There are also functions for MonthStart and YearStart, which can also be useful if you want to aggregate down a bit, but still have the value as a date that can be compared to other date values.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 22:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/distinct-date/m-p/262435#M1203972</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2010-06-16T22:50:25Z</dc:date>
    </item>
  </channel>
</rss>

