<?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 Max value issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-value-issue/m-p/1034004#M348800</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I have struck in one place please give me some suggestion to come out from this.&lt;/P&gt;&lt;P&gt;In my data base i have one date it has following fields like Date,Scheme,Plan,amount.&lt;/P&gt;&lt;P&gt;Here my requirement is i have to show the chart scheme and plan wise Amount.&lt;/P&gt;&lt;P&gt;To get amount one condition is there that i have to take Max date value like &lt;/P&gt;&lt;P&gt;--&amp;gt; for example we have scheme AB, under AB scheme we have two plans like (0A,0B) ,here 0A plan has two times , here as per the condition i have to max date plan amount like wise for all the scheme i have to display the chart, but here the problem is i wrote the set analysis like below &lt;/P&gt;&lt;P&gt;sum({&amp;lt;Date={"$(=max(Date))"}&amp;gt;}amount)&amp;nbsp;&amp;nbsp; , but it is giving max date value as per the date filed not for the scheme wise and plan wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me some suggestion how to get the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached documents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Apr 2016 08:56:16 GMT</pubDate>
    <dc:creator>ravindraa</dc:creator>
    <dc:date>2016-04-01T08:56:16Z</dc:date>
    <item>
      <title>Max value issue</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-issue/m-p/1034004#M348800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I have struck in one place please give me some suggestion to come out from this.&lt;/P&gt;&lt;P&gt;In my data base i have one date it has following fields like Date,Scheme,Plan,amount.&lt;/P&gt;&lt;P&gt;Here my requirement is i have to show the chart scheme and plan wise Amount.&lt;/P&gt;&lt;P&gt;To get amount one condition is there that i have to take Max date value like &lt;/P&gt;&lt;P&gt;--&amp;gt; for example we have scheme AB, under AB scheme we have two plans like (0A,0B) ,here 0A plan has two times , here as per the condition i have to max date plan amount like wise for all the scheme i have to display the chart, but here the problem is i wrote the set analysis like below &lt;/P&gt;&lt;P&gt;sum({&amp;lt;Date={"$(=max(Date))"}&amp;gt;}amount)&amp;nbsp;&amp;nbsp; , but it is giving max date value as per the date filed not for the scheme wise and plan wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me some suggestion how to get the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached documents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 08:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-issue/m-p/1034004#M348800</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2016-04-01T08:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Max value issue</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-issue/m-p/1034005#M348801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you are looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="120173" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120173_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions&lt;/P&gt;&lt;P&gt;1) &lt;STRONG&gt;Scheme&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2) &lt;STRONG&gt;plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expressions&lt;/P&gt;&lt;P&gt;1) &lt;STRONG&gt;Date(Max(Date))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2) &lt;STRONG&gt;FirstSortedValue(amount, -Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 08:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-issue/m-p/1034005#M348801</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-01T08:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Max value issue</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-issue/m-p/1034006#M348802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thank you very much for giving suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 04:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-issue/m-p/1034006#M348802</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2016-04-08T04:55:43Z</dc:date>
    </item>
  </channel>
</rss>

