<?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 min date_created not showing correctly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/min-date-created-not-showing-correctly/m-p/85956#M761862</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;Please kindly assist&amp;nbsp; , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get the min date_created in the below dimension . I don't want the timestamp of the date_created .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="created.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209342_created.PNG" style="height: 93px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Currently I used this -&lt;/P&gt;&lt;P&gt;=Aggr(Min(TOTAL &amp;lt;batch_ref&amp;gt; (date_created) ), batch_ref, (date_created) )&lt;/P&gt;&lt;P&gt;But it showing me with timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if I used -&lt;/P&gt;&lt;P&gt;=Date (Aggr(Min(TOTAL &amp;lt;batch_ref&amp;gt; (date_created) ), batch_ref, (date_created) ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not showing the timestamp but coming in two different line .&lt;/P&gt;&lt;P&gt;My requirement is -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application Date should reflect 2018-07-14 in one line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>suvechha_b</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>min date_created not showing correctly</title>
      <link>https://community.qlik.com/t5/QlikView/min-date-created-not-showing-correctly/m-p/85956#M761862</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;Please kindly assist&amp;nbsp; , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get the min date_created in the below dimension . I don't want the timestamp of the date_created .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="created.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209342_created.PNG" style="height: 93px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Currently I used this -&lt;/P&gt;&lt;P&gt;=Aggr(Min(TOTAL &amp;lt;batch_ref&amp;gt; (date_created) ), batch_ref, (date_created) )&lt;/P&gt;&lt;P&gt;But it showing me with timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if I used -&lt;/P&gt;&lt;P&gt;=Date (Aggr(Min(TOTAL &amp;lt;batch_ref&amp;gt; (date_created) ), batch_ref, (date_created) ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not showing the timestamp but coming in two different line .&lt;/P&gt;&lt;P&gt;My requirement is -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application Date should reflect 2018-07-14 in one line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&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/min-date-created-not-showing-correctly/m-p/85956#M761862</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: min date_created not showing correctly</title>
      <link>https://community.qlik.com/t5/QlikView/min-date-created-not-showing-correctly/m-p/85957#M761863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhadra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use the&lt;STRONG&gt; floor function&lt;/STRONG&gt; before to &lt;STRONG&gt;Date function&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date (&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Floor(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Aggr(Min(TOTAL &amp;lt;batch_ref&amp;gt; (date_created) ), batch_ref, (date_created) ) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 07:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-date-created-not-showing-correctly/m-p/85957#M761863</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2018-07-31T07:17:29Z</dc:date>
    </item>
  </channel>
</rss>

