<?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 interpretation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-interpretation/m-p/1377551#M814462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Date try this,&lt;/P&gt;&lt;P&gt;Date(timestamp#(Ac_Start_Time,'M/D/YYYY hh:mm:ss TT'),'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pratik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Sep 2017 07:16:31 GMT</pubDate>
    <dc:creator>mostwanted123</dc:creator>
    <dc:date>2017-09-20T07:16:31Z</dc:date>
    <item>
      <title>Date interpretation</title>
      <link>https://community.qlik.com/t5/QlikView/Date-interpretation/m-p/1377550#M814461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;From my transaction table i am storing data in QVD first.&lt;BR /&gt;Now in my QVD i have few date fields and they are in &lt;BR /&gt;MM/DD/YYYY hh:mm:ss TT format ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="177122" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177122_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Now I changed one As_At_Date as (As_At_Date field is in 'DD/MMM/YYYY' format)&lt;BR /&gt;DATE(Date#(As_At_Date,'YYYY-MM-DD'),'DD-MMM-YY') AS Date, to get the desired Date field .&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="177123" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/177123_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;after these code , all the date fields are showing me in numeric value such as&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="177124" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/177124_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my problem is if i want to interpret and display dates in 'DD/MM/YYYY' format with &lt;BR /&gt;the following code&lt;/P&gt;&lt;P&gt;Time(Frac(Timestamp#( Ac_Start_Time, 'MM/DD/YYYY hh:mm:ss TT')),'MM/DD/YYYY') as CreatedDate&lt;BR /&gt;or&lt;BR /&gt;Timestamp#( Ac_Start_Time, 'MM/DD/YYYY hh:mm:ss TT') as CreatedTimestamp,&lt;/P&gt;&lt;P&gt;I am not getting any value in the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me how to display it right in 'DD/MM/YYY' format , because I need to display these field in few places.&lt;/P&gt;&lt;P&gt;Following is my script for your reference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;ExceptionDataFeedRun:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;As_At_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;As_At_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'YYYY-MM-DD'),'DD-MMM-YY') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Rec_Source_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Start_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Rec_Start_Time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Rec_End_Time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Rec_Status_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Ac_Start_Time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Frac&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Ac_Start_Time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'MM/DD/YYYY hh:mm:ss TT')),'MM/DD/YYYY') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CreatedDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Ac_End_Time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Ac_Status_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ModifiedDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ModifiedUser&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[..\xxx.qvd]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Ashis&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/Date-interpretation/m-p/1377550#M814461</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date interpretation</title>
      <link>https://community.qlik.com/t5/QlikView/Date-interpretation/m-p/1377551#M814462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Date try this,&lt;/P&gt;&lt;P&gt;Date(timestamp#(Ac_Start_Time,'M/D/YYYY hh:mm:ss TT'),'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pratik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 07:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-interpretation/m-p/1377551#M814462</guid>
      <dc:creator>mostwanted123</dc:creator>
      <dc:date>2017-09-20T07:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Date interpretation</title>
      <link>https://community.qlik.com/t5/QlikView/Date-interpretation/m-p/1377552#M814463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you getting when you use this simple?&lt;/P&gt;&lt;P&gt;Date(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;Start_Date) as &lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;Start_Date&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 07:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-interpretation/m-p/1377552#M814463</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-20T07:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date interpretation</title>
      <link>https://community.qlik.com/t5/QlikView/Date-interpretation/m-p/1377553#M814464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No value I am getting. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 07:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-interpretation/m-p/1377553#M814464</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2017-09-20T07:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Date interpretation</title>
      <link>https://community.qlik.com/t5/QlikView/Date-interpretation/m-p/1377554#M814465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share one or two samples of your date field so that it will be easy to identify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 07:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-interpretation/m-p/1377554#M814465</guid>
      <dc:creator>hari8088</dc:creator>
      <dc:date>2017-09-20T07:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Date interpretation</title>
      <link>https://community.qlik.com/t5/QlikView/Date-interpretation/m-p/1377555#M814466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Anil, it is giving me correct output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177129_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;now I can use the desire format with the following syntax&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Ac_Start_Time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'DD/MM/YYYY hh:mm:ss') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Ac_Start_Time &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Than you for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 07:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-interpretation/m-p/1377555#M814466</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2017-09-20T07:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date interpretation</title>
      <link>https://community.qlik.com/t5/QlikView/Date-interpretation/m-p/1377556#M814467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, You can mark it as correct answer to close this thread &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 07:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-interpretation/m-p/1377556#M814467</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-20T07:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Date interpretation</title>
      <link>https://community.qlik.com/t5/QlikView/Date-interpretation/m-p/1377557#M814468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Start_Date is in timestamp format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get DATE from that field use,&lt;/P&gt;&lt;P&gt;Date(Timestamp(Timestamp#(Start_Date,'M/D/YYYY hh:mm:ss TT'),'DD/MM/YYYY hh:mm:ss TT'),'DD/MM/YYYY') as NewDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pratik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 07:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-interpretation/m-p/1377557#M814468</guid>
      <dc:creator>mostwanted123</dc:creator>
      <dc:date>2017-09-20T07:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Date interpretation</title>
      <link>https://community.qlik.com/t5/QlikView/Date-interpretation/m-p/1377558#M814469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, I will do it , currently it is not showing in my browser.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 08:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-interpretation/m-p/1377558#M814469</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2017-09-20T08:05:27Z</dc:date>
    </item>
  </channel>
</rss>

