<?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: How to Select multiple Max(Date) for different products? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243546#M863221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set analysis is not sensitive to the dimensions of the chart. But it seems like you're making this way more complicated than it needs to be unless I've misunderstood the requirement. It seems to me your expression in the sample file should just be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;max([Latest Flag])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could definitely have misunderstood what you're after, of course.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Dec 2016 21:03:31 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2016-12-28T21:03:31Z</dc:date>
    <item>
      <title>How to Select multiple Max(Date) for different products?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243541#M863216</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;I have Different products&amp;nbsp; as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product&amp;nbsp;&amp;nbsp; Date&lt;/P&gt;&lt;P&gt;----------&amp;nbsp;&amp;nbsp; --------------------&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/28/2016&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/27/2016&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/28/2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;taking straight table implemented expression with set analysis , now my concern is if i select product A in list box it is showing (max(Date)), when i am selecting A and B same time it return '&lt;SPAN style="font-size: 13.3333px;"&gt;12/28/2016&lt;/SPAN&gt;' only i want to display product A and B Dates individually&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagesh&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/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243541#M863216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Select multiple Max(Date) for different products?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243542#M863217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may describe more, For me it is working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select A&amp;amp;B from list box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got like below, Can you describe more the part of Set Analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147777_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 09:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243542#M863217</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-12-28T09:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to Select multiple Max(Date) for different products?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243543#M863218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have multiple dates for your each product then use the below steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Take straight table add Product&lt;/P&gt;&lt;P&gt;2. Add calculated dimension in that use Max(Date)&lt;/P&gt;&lt;P&gt;3. Use your expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 09:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243543#M863218</guid>
      <dc:creator />
      <dc:date>2016-12-28T09:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Select multiple Max(Date) for different products?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243544#M863219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look into sample.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; If i select both products i need to display both dates but i was able to display only max date between two products&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 09:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243544#M863219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-28T09:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Select multiple Max(Date) for different products?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243545#M863220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please look into sample.qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 09:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243545#M863220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-28T09:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Select multiple Max(Date) for different products?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243546#M863221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set analysis is not sensitive to the dimensions of the chart. But it seems like you're making this way more complicated than it needs to be unless I've misunderstood the requirement. It seems to me your expression in the sample file should just be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;max([Latest Flag])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could definitely have misunderstood what you're after, of course.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 21:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243546#M863221</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-12-28T21:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Select multiple Max(Date) for different products?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243547#M863222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur reply, my condition is &lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;[Latest Flag]&lt;/SPAN&gt;=&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;max([Latest Flag])&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 03:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243547#M863222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-29T03:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Select multiple Max(Date) for different products?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243548#M863223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove total &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=only(&amp;nbsp; {&amp;lt;[Latest Flag]={"=[Latest Flag]=timestamp(max(&amp;nbsp; ([Latest Flag])))"}&amp;gt;}&amp;nbsp; [Latest Flag]&amp;nbsp; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 04:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243548#M863223</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-12-29T04:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to Select multiple Max(Date) for different products?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243549#M863224</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;If I Remove total Count is miss matching .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 08:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243549#M863224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-29T08:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Select multiple Max(Date) for different products?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243550#M863225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shared sample app has no count???..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share sufficient data with required output to resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;amp; your current expression set analysis is not correct&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;"&gt;=only(&amp;nbsp; {&amp;lt;[Latest Flag]={"&lt;STRONG&gt;=[Latest Flag]&lt;/STRONG&gt;=timestamp(max(&amp;nbsp; ([Latest Flag])))"}&amp;gt;}&amp;nbsp; [Latest Flag]&amp;nbsp; )&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;"&gt;no need to write &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Latest Flag]&lt;/SPAN&gt; twice.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 09:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243550#M863225</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-12-29T09:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to Select multiple Max(Date) for different products?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243551#M863226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try below expression:&lt;/P&gt;&lt;P&gt;Aggr(Max(Date), Product)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 09:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243551#M863226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-29T09:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Select multiple Max(Date) for different products?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243552#M863227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your Data only two products are there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just use simple this &lt;STRONG&gt;=only([Latest Flag])&lt;/STRONG&gt; and then Select from List box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 09:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243552#M863227</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-12-29T09:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Select multiple Max(Date) for different products?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243553#M863228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333399; font-family: 'trebuchet ms', geneva;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #333399;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #333399;"&gt;Use below expression to find out max date by Product wise.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #333399;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #333399;"&gt;=Date(Aggr(Max(Date),Product),'MM/DD/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #333399;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #333399;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #333399;"&gt;Warm regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;&lt;SPAN style="color: #333399; font-family: 'trebuchet ms', geneva;"&gt;Venkata Sreekanth&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 09:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Select-multiple-Max-Date-for-different-products/m-p/1243553#M863228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-29T09:25:24Z</dc:date>
    </item>
  </channel>
</rss>

