<?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 in Numerical form in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-in-Numerical-form/m-p/1294720#M616817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello sir... Thanks for the assistance... &lt;/P&gt;&lt;P&gt;I used the script for the date in numeric format and I got my date field in DD/MM/YYYY&lt;/P&gt;&lt;P&gt;Date(Num#(Date)) as Date,...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the challenge is&amp;nbsp; on my chart title... I used this expression... ='Sales Figures as at max(Date)'... to get the latest date...&amp;nbsp; It's showing me numbers not date&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 May 2017 12:03:14 GMT</pubDate>
    <dc:creator>akpofureenughwu</dc:creator>
    <dc:date>2017-05-08T12:03:14Z</dc:date>
    <item>
      <title>Date in Numerical form</title>
      <link>https://community.qlik.com/t5/QlikView/Date-in-Numerical-form/m-p/1294718#M616815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set of data in excel..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My date field are in numbers......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like 01/01/2017 becomes 42736....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please how can I manipulate it back to DD/MM/YYYY in the qlik environment..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see attached for sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 14:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-in-Numerical-form/m-p/1294718#M616815</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-05-05T14:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date in Numerical form</title>
      <link>https://community.qlik.com/t5/QlikView/Date-in-Numerical-form/m-p/1294719#M616816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use &lt;STRONG style="font-size: 10pt;"&gt;Date(FieldName, 'DD/MM/YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 15:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-in-Numerical-form/m-p/1294719#M616816</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-05T15:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date in Numerical form</title>
      <link>https://community.qlik.com/t5/QlikView/Date-in-Numerical-form/m-p/1294720#M616817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello sir... Thanks for the assistance... &lt;/P&gt;&lt;P&gt;I used the script for the date in numeric format and I got my date field in DD/MM/YYYY&lt;/P&gt;&lt;P&gt;Date(Num#(Date)) as Date,...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the challenge is&amp;nbsp; on my chart title... I used this expression... ='Sales Figures as at max(Date)'... to get the latest date...&amp;nbsp; It's showing me numbers not date&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 12:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-in-Numerical-form/m-p/1294720#M616817</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-05-08T12:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date in Numerical form</title>
      <link>https://community.qlik.com/t5/QlikView/Date-in-Numerical-form/m-p/1294721#M616818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use: &lt;STRONG&gt;date&lt;/STRONG&gt;(max(Date)&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 12:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-in-Numerical-form/m-p/1294721#M616818</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-05-08T12:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Date in Numerical form</title>
      <link>https://community.qlik.com/t5/QlikView/Date-in-Numerical-form/m-p/1294722#M616819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because Max() only works on numbers, not on dates, it will always return the numerical value that underlies your date. You will have to format it into a date again, just like Marcus says.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 13:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-in-Numerical-form/m-p/1294722#M616819</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-05-08T13:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Date in Numerical form</title>
      <link>https://community.qlik.com/t5/QlikView/Date-in-Numerical-form/m-p/1294723#M616820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use MaxString(Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 13:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-in-Numerical-form/m-p/1294723#M616820</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-05-08T13:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date in Numerical form</title>
      <link>https://community.qlik.com/t5/QlikView/Date-in-Numerical-form/m-p/1294724#M616821</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-users/69783"&gt;antoniotiman&lt;/A&gt;‌ &lt;/P&gt;&lt;P&gt;Thank you Antonio....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 07:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-in-Numerical-form/m-p/1294724#M616821</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-05-09T07:30:20Z</dc:date>
    </item>
  </channel>
</rss>

