<?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 Date Conversion Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Issue/m-p/480506#M1128989</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;&lt;/P&gt;&lt;P&gt;Yesterday I had posted a discussion thread, the link of which was as follows :&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-thread-small" data-containerid="2003" data-containertype="14" data-objectid="101730" data-objecttype="1" href="http://community.qlik.com/thread/101730"&gt;http://community.qlik.com/thread/101730&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To this, Swuehi had given correct answer also.&lt;/P&gt;&lt;P&gt;Now my problem is that although the solution given was right, but when I am writing expression like given below in a textbox object :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Firstsortedvalue(Date,LME)&lt;/STRONG&gt;, it is giving me figure say 41365. Now I am modifying the expression as given below:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date#(Firstsortedvalue(Date,LME),'DD-MM-YY')&lt;/STRONG&gt;. It still shows the same result, instead of converting it to Date format.&lt;/P&gt;&lt;P&gt;The format in my date column is same, i.e. DD-MM-YY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What may be the problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Dec 2013 03:02:28 GMT</pubDate>
    <dc:creator>manpri7078</dc:creator>
    <dc:date>2013-12-13T03:02:28Z</dc:date>
    <item>
      <title>Date Conversion Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Issue/m-p/480506#M1128989</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;&lt;/P&gt;&lt;P&gt;Yesterday I had posted a discussion thread, the link of which was as follows :&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-thread-small" data-containerid="2003" data-containertype="14" data-objectid="101730" data-objecttype="1" href="http://community.qlik.com/thread/101730"&gt;http://community.qlik.com/thread/101730&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To this, Swuehi had given correct answer also.&lt;/P&gt;&lt;P&gt;Now my problem is that although the solution given was right, but when I am writing expression like given below in a textbox object :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Firstsortedvalue(Date,LME)&lt;/STRONG&gt;, it is giving me figure say 41365. Now I am modifying the expression as given below:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date#(Firstsortedvalue(Date,LME),'DD-MM-YY')&lt;/STRONG&gt;. It still shows the same result, instead of converting it to Date format.&lt;/P&gt;&lt;P&gt;The format in my date column is same, i.e. DD-MM-YY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What may be the problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 03:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Issue/m-p/480506#M1128989</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2013-12-13T03:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Issue/m-p/480507#M1128990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't use Date#, use simply Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 03:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Issue/m-p/480507#M1128990</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2013-12-13T03:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Date Conversion Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Conversion-Issue/m-p/480508#M1128991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date#() will parse the date from the given format and returns as numerice date, if you want Date then use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Date(Firstsortedvalue(Date,LME))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 03:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Conversion-Issue/m-p/480508#M1128991</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-12-13T03:48:30Z</dc:date>
    </item>
  </channel>
</rss>

