<?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 Convert Dates in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-Dates-in-set-analysis/m-p/739505#M1026652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get the date based on selection criteria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i want to get Max date based on select criteria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used below syntax&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;=($(=Max(OutDate)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;but it return numaric value like 0.00074441687344913&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i want it as 3/2/2015. please tell me how to do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2015 06:41:31 GMT</pubDate>
    <dc:creator>anuradhaa</dc:creator>
    <dc:date>2015-03-04T06:41:31Z</dc:date>
    <item>
      <title>Convert Dates in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Dates-in-set-analysis/m-p/739505#M1026652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get the date based on selection criteria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i want to get Max date based on select criteria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used below syntax&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;=($(=Max(OutDate)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;but it return numaric value like 0.00074441687344913&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i want it as 3/2/2015. please tell me how to do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 06:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Dates-in-set-analysis/m-p/739505#M1026652</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2015-03-04T06:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Dates in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Dates-in-set-analysis/m-p/739506#M1026653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;date(($(=Max(OutDate))),'DD/MM/YYYY') or change the Number format to Date in the Properties&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 06:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Dates-in-set-analysis/m-p/739506#M1026653</guid>
      <dc:creator />
      <dc:date>2015-03-04T06:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Dates in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Dates-in-set-analysis/m-p/739507#M1026654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it should return a date somewhere around 40000, not sure why you are getting this number, anyway try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Max(OutDate), 'M/D/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 07:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Dates-in-set-analysis/m-p/739507#M1026654</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-03-04T07:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Dates in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Dates-in-set-analysis/m-p/739508#M1026655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Max(OutDate), 'DD&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;/MM/YYYY') &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; line-height: 1.5em;"&gt;if its not giving date then send your date sample . something is wrong.&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; line-height: 1.5em;"&gt;may be your OutDate is in text format so that max is not working properly.&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; line-height: 1.5em;"&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; line-height: 1.5em;"&gt;Regards&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; line-height: 1.5em;"&gt;Vimlesh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 07:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Dates-in-set-analysis/m-p/739508#M1026655</guid>
      <dc:creator />
      <dc:date>2015-03-04T07:29:04Z</dc:date>
    </item>
  </channel>
</rss>

