<?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: Expression ....  Show me the date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Show-me-the-date/m-p/1072495#M641372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Next Publish Date '&amp;amp;Date(min(aggr(if(fabs(Publish_Date-date(vToday)) = vMinDate,Publish_Date), Publish_Date)),'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2016 14:43:25 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2016-03-02T14:43:25Z</dc:date>
    <item>
      <title>Expression ....  Show me the date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Show-me-the-date/m-p/1072494#M641371</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 have an expression that I am putting in a text box, but it shows the number not the date.&amp;nbsp; The expression is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=min(aggr(if(fabs(Publish_Date-date(vToday)) = vMinDate,Publish_Date), Publish_Date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It currently outputs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next publish date is : 42430.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I get it to show&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;The next publish date is : 01/03/2016&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;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I have attached the example.&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;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Many thanks&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;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&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;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Phil&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 14:41:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Show-me-the-date/m-p/1072494#M641371</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-02T14:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Expression ....  Show me the date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Show-me-the-date/m-p/1072495#M641372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Next Publish Date '&amp;amp;Date(min(aggr(if(fabs(Publish_Date-date(vToday)) = vMinDate,Publish_Date), Publish_Date)),'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 14:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Show-me-the-date/m-p/1072495#M641372</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2016-03-02T14:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Expression ....  Show me the date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Show-me-the-date/m-p/1072496#M641373</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;STRONG&gt;='Next Publish Date '&amp;amp; Date(min(aggr(if(fabs(Publish_Date-date(vToday)) = vMinDate,Publish_Date), Publish_Date)), 'DD/MM/YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 14:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Show-me-the-date/m-p/1072496#M641373</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-02T14:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Expression ....  Show me the date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Show-me-the-date/m-p/1072497#M641374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 14:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Show-me-the-date/m-p/1072497#M641374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-02T14:44:36Z</dc:date>
    </item>
  </channel>
</rss>

