<?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 How do you modify date display in Current Selections Box? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-you-modify-date-display-in-Current-Selections-Box/m-p/211431#M65695</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;I'm having problems modifying my Date field in the current selections box. it's displaying the TIME as well as the DATE and i'm only interested in viewing the DATE. Below is a screen shot of what it looks like. Anybody know how to fix this? I think it's an easy fix but I can't seem to figure it out.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3525_sourceID:3525" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Feb 2011 17:43:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-10T17:43:54Z</dc:date>
    <item>
      <title>How do you modify date display in Current Selections Box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-modify-date-display-in-Current-Selections-Box/m-p/211431#M65695</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;I'm having problems modifying my Date field in the current selections box. it's displaying the TIME as well as the DATE and i'm only interested in viewing the DATE. Below is a screen shot of what it looks like. Anybody know how to fix this? I think it's an easy fix but I can't seem to figure it out.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3525_sourceID:3525" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 17:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-modify-date-display-in-Current-Selections-Box/m-p/211431#M65695</guid>
      <dc:creator />
      <dc:date>2011-02-10T17:43:54Z</dc:date>
    </item>
    <item>
      <title>How do you modify date display in Current Selections Box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-modify-date-display-in-Current-Selections-Box/m-p/211432#M65696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go on Document Properties and on the sheet "Number" select SaleDate and set the format DATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 17:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-modify-date-display-in-Current-Selections-Box/m-p/211432#M65696</guid>
      <dc:creator>lucas4bi</dc:creator>
      <dc:date>2011-02-10T17:51:16Z</dc:date>
    </item>
    <item>
      <title>How do you modify date display in Current Selections Box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-modify-date-display-in-Current-Selections-Box/m-p/211433#M65697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm assuming that it's related to how the actual field itself is formatted as I have the below basic Current Selections Box where I haven't had to do any additional formatting / tweaking to get it to where you need:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/5353.CurrentSelections.PNG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/5353.CurrentSelections.PNG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So to get to that point simply add a date(SalesDate,'dd/mm/yyyy') as SalesDate in your load script.&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 17:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-modify-date-display-in-Current-Selections-Box/m-p/211433#M65697</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2011-02-10T17:52:30Z</dc:date>
    </item>
    <item>
      <title>How do you modify date display in Current Selections Box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-modify-date-display-in-Current-Selections-Box/m-p/211434#M65698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mike,&lt;/P&gt;&lt;P&gt;You have to do this at the data level I beleive. In the Load statement where you have (YourDateField) do a Date(your fieldname), 'MM DD YYYY') as NewDate and then do a reload. This way it picks up only the mentioned dates and you can use them the way across the application. As I have read it and if you want the time in some charts for some reason then you have to do it a different way as this removes the time away for good..&lt;/P&gt;&lt;P&gt;ANDY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 17:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-modify-date-display-in-Current-Selections-Box/m-p/211434#M65698</guid>
      <dc:creator />
      <dc:date>2011-02-10T17:52:53Z</dc:date>
    </item>
    <item>
      <title>How do you modify date display in Current Selections Box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-modify-date-display-in-Current-Selections-Box/m-p/211435#M65699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luca. this was the quickest and easiest solution offered. It works and thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 18:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-modify-date-display-in-Current-Selections-Box/m-p/211435#M65699</guid>
      <dc:creator />
      <dc:date>2011-02-10T18:12:05Z</dc:date>
    </item>
  </channel>
</rss>

