<?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: Help with max and min date! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-max-and-min-date/m-p/1341019#M413103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Kushal , but the code dosn't work ! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Jun 2017 18:16:43 GMT</pubDate>
    <dc:creator>sal07</dc:creator>
    <dc:date>2017-06-24T18:16:43Z</dc:date>
    <item>
      <title>Help with max and min date!</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-max-and-min-date/m-p/1341017#M413101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Iam new here in this community, i want help to separate two values deepens on max and min date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the expression for max date: &lt;SPAN style="font-size: 10pt;"&gt;(if the date is max then count id)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=count(distinct(if(max(date), id)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the expression for min date: &lt;SPAN style="font-size: 10pt;"&gt;(if the date is min then count id)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=count(distinct(if(min(date), id)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx for help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 10:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-max-and-min-date/m-p/1341017#M413101</guid>
      <dc:creator>sal07</dc:creator>
      <dc:date>2017-06-22T10:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with max and min date!</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-max-and-min-date/m-p/1341018#M413102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=count({&amp;lt;Date={"$(=Date(max(Date)))"}&amp;gt;}ID)&amp;nbsp; -&amp;gt; For Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Date={"$(=Date(min(Date)))"}&amp;gt;}ID)&amp;nbsp; -&amp;gt; from Min&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 16:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-max-and-min-date/m-p/1341018#M413102</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-06-22T16:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help with max and min date!</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-max-and-min-date/m-p/1341019#M413103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Kushal , but the code dosn't work ! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jun 2017 18:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-max-and-min-date/m-p/1341019#M413103</guid>
      <dc:creator>sal07</dc:creator>
      <dc:date>2017-06-24T18:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help with max and min date!</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-max-and-min-date/m-p/1341020#M413104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be the reason date format? What is the date format from your Model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=count({&amp;lt;Date={"$(=Date(max(Date),'&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YourFormatHere&lt;/STRONG&gt;'))"}&amp;gt;}ID)&amp;nbsp; -&amp;gt; For Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=count({&amp;lt;Date={"$(=Date(min(Date),'&lt;STRONG&gt;YourFormatHere&lt;/STRONG&gt;'))"}&amp;gt;}ID)&amp;nbsp; -&amp;gt; from Min&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 01:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-max-and-min-date/m-p/1341020#M413104</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-26T01:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with max and min date!</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-max-and-min-date/m-p/1341021#M413105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=count({&amp;lt;Date={"$(=Date(max(Date),'&lt;STRONG&gt;DD/MM/YYYY&lt;/STRONG&gt;'))"}&amp;gt;}ID)&amp;nbsp; -&amp;gt; For Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=count({&amp;lt;Date={"$(=Date(min(Date),'&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DD/MM/YYYY&lt;/STRONG&gt;&lt;/STRONG&gt;'))"}&amp;gt;}ID)&amp;nbsp; -&amp;gt; from Min&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 04:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-max-and-min-date/m-p/1341021#M413105</guid>
      <dc:creator>ankur_abhishek</dc:creator>
      <dc:date>2017-06-26T04:33:00Z</dc:date>
    </item>
  </channel>
</rss>

