<?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: Date formatting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-formatting/m-p/1015541#M641993</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your listbox is showing multiple dates because you have changed the displayed value of the date to hide the time portion of the datetime value but the actual data values still include the time so a value is displayed for each timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As suggested by Sunny and Bill,&amp;nbsp; use floor() to change the number to an integer, then the date will be correct and only show once is your listbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 17:41:23 GMT</pubDate>
    <dc:creator>Colin-Albert</dc:creator>
    <dc:date>2016-01-29T17:41:23Z</dc:date>
    <item>
      <title>Date formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Date-formatting/m-p/1015538#M641990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a few issues from the picture in the attachment.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;First, creation_date in the top table is being loaded in a very odd format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, I can create list boxes of crea&lt;SPAN style="font-size: 13.3333px;"&gt;tion_dt and change the number format. I made one with 'timestamp' number format and one with 'date' format. I am seeing duplicate date records, due to the timestamps. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help please 1. reformatting the creation_dt field and 2. having the dates only load once. I assume these go hand in hand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 16:37:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-formatting/m-p/1015538#M641990</guid>
      <dc:creator />
      <dc:date>2016-01-29T16:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Date-formatting/m-p/1015539#M641991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these while loading&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD TimeStamp(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;creation_date) as creation_timestamp,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Floor(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;creation_date)) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;creation_date&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;FROM Source&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 17:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-formatting/m-p/1015539#M641991</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-29T17:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Date-formatting/m-p/1015540#M641992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(floor(yourdate))&lt;/STRONG&gt;&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&lt;EM&gt;&lt;STRONG&gt; floor()&lt;/STRONG&gt;&lt;/EM&gt; will truncate the seconds off the underlying numeric value, leaving just the pure date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 17:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-formatting/m-p/1015540#M641992</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-29T17:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Date formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Date-formatting/m-p/1015541#M641993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your listbox is showing multiple dates because you have changed the displayed value of the date to hide the time portion of the datetime value but the actual data values still include the time so a value is displayed for each timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As suggested by Sunny and Bill,&amp;nbsp; use floor() to change the number to an integer, then the date will be correct and only show once is your listbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 17:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-formatting/m-p/1015541#M641993</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-01-29T17:41:23Z</dc:date>
    </item>
  </channel>
</rss>

