<?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: Get Max Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-Max-Value/m-p/1692991#M726989</link>
    <description>&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;A:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ID, Value, Cat&lt;BR /&gt;1, 32, A&lt;BR /&gt;1, 89, B&lt;BR /&gt;1, 45,C&lt;BR /&gt;2, 31,A1&lt;BR /&gt;2, 32,A2&lt;BR /&gt;3, 59,B1&lt;BR /&gt;4, 30,C1&lt;BR /&gt;4, -39,C2&lt;BR /&gt;5, 21,D1&lt;BR /&gt;5, 34,D2&lt;BR /&gt;5, 46,D3&lt;BR /&gt;6, -,D4&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Temp:&lt;BR /&gt;LOAD ID&amp;amp;Max(Value) as Key Resident A&lt;BR /&gt;Group By ID;&lt;/P&gt;&lt;P&gt;B:&lt;BR /&gt;Load *,If(Exists(Key,ID&amp;amp;Value),1,0) as MaxFlag Resident A;&lt;/P&gt;&lt;P&gt;Drop table A,Temp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Apr 2020 13:33:53 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2020-04-13T13:33:53Z</dc:date>
    <item>
      <title>Get Max Value</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Max-Value/m-p/1692980#M726988</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;Please take a look below script, It's working fine for Max Value..&lt;/P&gt;&lt;P&gt;A:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ID, Value, Cat&lt;BR /&gt;1, 32, A&lt;BR /&gt;1, 89, B&lt;BR /&gt;1, 45,C&lt;BR /&gt;2, 31,A1&lt;BR /&gt;2, 32,A2&lt;BR /&gt;3, 59,B1&lt;BR /&gt;4, 30,C1&lt;BR /&gt;4, -39,C2&lt;BR /&gt;5, 21,D1&lt;BR /&gt;5, 34,D2&lt;BR /&gt;5, 46,D3&lt;BR /&gt;6, -,D4&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;LOAD ID, Max(Values) as MaxValue Resident A&lt;BR /&gt;Group By ID;&lt;/P&gt;&lt;P&gt;OutPut showing below like, It's repeating the value - my scenario It should not be repeat the value !&lt;/P&gt;&lt;P&gt;Thanks In Advance!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Max-Value/m-p/1692980#M726988</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2024-11-16T00:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get Max Value</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Max-Value/m-p/1692991#M726989</link>
      <description>&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;A:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ID, Value, Cat&lt;BR /&gt;1, 32, A&lt;BR /&gt;1, 89, B&lt;BR /&gt;1, 45,C&lt;BR /&gt;2, 31,A1&lt;BR /&gt;2, 32,A2&lt;BR /&gt;3, 59,B1&lt;BR /&gt;4, 30,C1&lt;BR /&gt;4, -39,C2&lt;BR /&gt;5, 21,D1&lt;BR /&gt;5, 34,D2&lt;BR /&gt;5, 46,D3&lt;BR /&gt;6, -,D4&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Temp:&lt;BR /&gt;LOAD ID&amp;amp;Max(Value) as Key Resident A&lt;BR /&gt;Group By ID;&lt;/P&gt;&lt;P&gt;B:&lt;BR /&gt;Load *,If(Exists(Key,ID&amp;amp;Value),1,0) as MaxFlag Resident A;&lt;/P&gt;&lt;P&gt;Drop table A,Temp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 13:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Max-Value/m-p/1692991#M726989</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-04-13T13:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get Max Value</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Max-Value/m-p/1692996#M726990</link>
      <description>&lt;P&gt;Awesome Kaushik &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 13:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Max-Value/m-p/1692996#M726990</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2020-04-13T13:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get Max Value</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Max-Value/m-p/1692998#M726991</link>
      <description>&lt;P&gt;That's great.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 14:05:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Max-Value/m-p/1692998#M726991</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-04-13T14:05:52Z</dc:date>
    </item>
  </channel>
</rss>

