<?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: Datetime to just Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Datetime-to-just-Date/m-p/1516496#M749366</link>
    <description>&lt;P&gt;where are you doing the formatting? (script or table?)&amp;nbsp;&lt;/P&gt;&lt;P&gt;also check if "keep source formatting" in nprinting solves your pb.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Dec 2018 21:25:52 GMT</pubDate>
    <dc:creator>mikaelsc</dc:creator>
    <dc:date>2018-12-04T21:25:52Z</dc:date>
    <item>
      <title>Datetime to just Date</title>
      <link>https://community.qlik.com/t5/QlikView/Datetime-to-just-Date/m-p/1516477#M749365</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm very new to QV so please bear with me.&lt;/P&gt;&lt;P&gt;I have a datetime datatype coming in from an SQL table.&lt;/P&gt;&lt;P&gt;In the QV straight table it shows as dd-mm-yyyy; as I've used Date(floor(mydate)dd-mm-yyyy).... etc - So far so good.&lt;/P&gt;&lt;P&gt;When I export that table to excel or when I run my nprint task the date is coming in as a String.&lt;/P&gt;&lt;P&gt;How can I get just the dd-mm-yyyy to show in my export and nprint and have it as a date-type?&lt;/P&gt;&lt;P&gt;As I need to do further date related queries on it in an excel setting.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datetime-to-just-Date/m-p/1516477#M749365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Datetime to just Date</title>
      <link>https://community.qlik.com/t5/QlikView/Datetime-to-just-Date/m-p/1516496#M749366</link>
      <description>&lt;P&gt;where are you doing the formatting? (script or table?)&amp;nbsp;&lt;/P&gt;&lt;P&gt;also check if "keep source formatting" in nprinting solves your pb.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 21:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datetime-to-just-Date/m-p/1516496#M749366</guid>
      <dc:creator>mikaelsc</dc:creator>
      <dc:date>2018-12-04T21:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Datetime to just Date</title>
      <link>https://community.qlik.com/t5/QlikView/Datetime-to-just-Date/m-p/1516497#M749367</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;The dashboard I'm working on was not originally created by me.&lt;/P&gt;&lt;P&gt;There is alot of formatting going on in the script.&lt;/P&gt;&lt;P&gt;My current attempt (Date(Floor())) is done on the table.&lt;/P&gt;&lt;P&gt;The remaining conditional formatting is currently done on the nprint template.&lt;/P&gt;&lt;P&gt;I'll have a look for that "keep source formatting" when I'm in the office in the morning.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 21:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datetime-to-just-Date/m-p/1516497#M749367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-04T21:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Datetime to just Date</title>
      <link>https://community.qlik.com/t5/QlikView/Datetime-to-just-Date/m-p/1516501#M749368</link>
      <description>&lt;P&gt;I had the same issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I did&lt;/P&gt;&lt;P&gt;=Date(CalendarLink, 'MM/DD/YYYY')&lt;/P&gt;&lt;P&gt;=date(Date(CalendarLink))&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It worked for me&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 21:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datetime-to-just-Date/m-p/1516501#M749368</guid>
      <dc:creator>has75042</dc:creator>
      <dc:date>2018-12-04T21:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Datetime to just Date</title>
      <link>https://community.qlik.com/t5/QlikView/Datetime-to-just-Date/m-p/1516502#M749369</link>
      <description>Please forgive the basic question as I'm sort of learning on the job here, but...&lt;BR /&gt;I would on the Dimension in question in the table?</description>
      <pubDate>Tue, 04 Dec 2018 21:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datetime-to-just-Date/m-p/1516502#M749369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-04T21:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Datetime to just Date</title>
      <link>https://community.qlik.com/t5/QlikView/Datetime-to-just-Date/m-p/1517468#M749370</link>
      <description>&lt;P&gt;What I ended up doing to get a Date datatype being output was:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD ProjectID,&lt;BR /&gt;Date((Min (BenefitTargetDate)),'DD/MM/YYYY') as [BTargetDate]&lt;BR /&gt;GROUP By ProjectID;&lt;/P&gt;&lt;P&gt;SQL SELECT ProjectID,&lt;BR /&gt;BenefitTargetDate&lt;BR /&gt;FROM xxx.dbo.ProjectDetails;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 14:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datetime-to-just-Date/m-p/1517468#M749370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-06T14:46:48Z</dc:date>
    </item>
  </channel>
</rss>

