<?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: Dt in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1385131#M812559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes sure it convert your date into pure date with Date function after using slice and dice on the Date fields. Of coursers it works for you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Oct 2017 09:57:57 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2017-10-03T09:57:57Z</dc:date>
    <item>
      <title>Dt</title>
      <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1385121#M812544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;I have date formate like below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;01-MAY-17 12:45:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam using below script to get like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;01-05-2017 ( wanted to remove the time ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But after reloading this dont show any value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#(BillingDate,'DD-MMM-YY hh.mm.ss'),'DD-MM-YYYY')as BDT,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to rectyfy this &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, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dt/m-p/1385121#M812544</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dt</title>
      <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1385122#M812545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe adjust the time spearator from . to : and use floor()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date(&lt;STRONG&gt;Floor&lt;/STRONG&gt;(Date#(BillingDate,'DD-MMM-YY hh&lt;STRONG&gt;:&lt;/STRONG&gt;mm&lt;STRONG&gt;:&lt;/STRONG&gt;ss')),'DD-MM-YYYY') as BDT,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 09:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dt/m-p/1385122#M812545</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-03T09:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dt</title>
      <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1385123#M812546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be&lt;/P&gt;&lt;P&gt;Date(Date#(BillingDate,'DD-MMM-YY hh&lt;STRONG style="color: #ff0000;"&gt;:&lt;/STRONG&gt;mm&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;:&lt;/STRONG&gt;&lt;/SPAN&gt;ss'),'DD-MM-YYYY')as BDT,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 09:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dt/m-p/1385123#M812546</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-10-03T09:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dt</title>
      <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1385124#M812549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio &lt;/P&gt;&lt;P&gt;This is not giving any output &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 09:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dt/m-p/1385124#M812549</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-10-03T09:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dt</title>
      <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1385125#M812552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date(Date#(BillingDate,'DD-MMM-YY hh&lt;STRONG style="font-size: 12pt;"&gt;:&lt;/STRONG&gt;mm&lt;STRONG style="font-size: 12pt;"&gt;:&lt;/STRONG&gt;ss'),'DD-MM-YYYY') as BDT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;//Because in your date format is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;01-MAY-17 12:45:00&lt;/SPAN&gt;&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;Or&lt;/SPAN&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date(TimeStamp#(BillingDate,'DD-MMM-YY hh&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 12pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;:&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;mm&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 12pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;:&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ss'),'DD-MM-YYYY') as BDT&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 09:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dt/m-p/1385125#M812552</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-03T09:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dt</title>
      <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1385126#M812554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#(BillingDate,'DD-MMM-YY hh:mm:ss'),'DD-MM-YYYY') as BDT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 09:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dt/m-p/1385126#M812554</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-10-03T09:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dt</title>
      <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1385127#M812555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan ,&lt;/P&gt;&lt;P&gt;THis is working for me , But i dont know if this is the right way please suggest &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Timestamp(Timestamp#(left(BillingDate,18),'DD-MMM-YYYY hh.mm.ss'),'DD-MM-YYYY') as BDT,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 09:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dt/m-p/1385127#M812555</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-10-03T09:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dt</title>
      <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1385128#M812556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 09:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dt/m-p/1385128#M812556</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-03T09:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dt</title>
      <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1385129#M812557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried all the expression that were suggested but none gives any output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ONly this is working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Timestamp(Timestamp#(left(BillingDate,18),'DD-MMM-YYYY hh.mm.ss'),'DD-MM-YYYY') as BDT,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Should&amp;nbsp; I go ahead with this &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 09:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dt/m-p/1385129#M812557</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-10-03T09:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dt</title>
      <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1385130#M812558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way with the Left function and then convert to pure date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Date(Date#(Left(DStr,9),'DD-MMM-YY'),'DD-MM-YYYY') as NewDStr&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 09:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dt/m-p/1385130#M812558</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-03T09:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dt</title>
      <link>https://community.qlik.com/t5/QlikView/Dt/m-p/1385131#M812559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes sure it convert your date into pure date with Date function after using slice and dice on the Date fields. Of coursers it works for you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 09:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dt/m-p/1385131#M812559</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-03T09:57:57Z</dc:date>
    </item>
  </channel>
</rss>

