<?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: Set analysis max value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848716#M297791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're better off manipulating the source table.&lt;/P&gt;&lt;P&gt;I derived the max version for each year and drop rows not related to max year:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;data:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; key, version, value, oder&lt;BR /&gt; 20130102, 4, 7, oredr4&lt;BR /&gt; 20110101, 3, 3, order1&lt;BR /&gt; 20120201, 3, 76, order3&lt;BR /&gt; 20130102, 3, 1, oredr4&lt;BR /&gt; 20110101, 2, 11, order1&lt;BR /&gt; 20120201, 2, 65, oder2&lt;BR /&gt; 20130101, 2, 5, oder3&lt;BR /&gt; 20130102, 2, 2, oredr4&lt;BR /&gt; 20110101, 1, 12, order1&lt;BR /&gt; 20120201, 1, 34, order1&lt;BR /&gt; 20130101, 1, 6, oder3&lt;BR /&gt; 20130102, 1, 4, order3&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; tab:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Join&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;version&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MaxVersion&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; data&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; data1: &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;version&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;oder&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MaxVersion&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; data&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;version&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MaxVersion&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; data;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2015 11:38:45 GMT</pubDate>
    <dc:creator>jpenuliar</dc:creator>
    <dc:date>2015-05-13T11:38:45Z</dc:date>
    <item>
      <title>Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848703#M297778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;i have 3 columns..&lt;/P&gt;&lt;P&gt;By default i need a bar chart ,if u&amp;nbsp; select a key there is some max version for that key..i need the value of that version for all keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have attached a sample for u..plz refer to that !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 05:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848703#M297778</guid>
      <dc:creator>help4qv123</dc:creator>
      <dc:date>2015-05-13T05:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848704#M297779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are using Sum(value), instead try max(value).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 05:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848704#M297779</guid>
      <dc:creator />
      <dc:date>2015-05-13T05:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848705#M297780</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=FirstSortedValue(value , - version)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 05:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848705#M297780</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-05-13T05:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848706#M297781</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;but i have an expression like count(value)...where max cant be applied&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 05:31:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848706#M297781</guid>
      <dc:creator>help4qv123</dc:creator>
      <dc:date>2015-05-13T05:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848707#M297782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you. but here in my sample it is value which picks max value..but i have order column..i need the count of order for each key with max version.&lt;/P&gt;&lt;P&gt;my expression is count(ordr)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 05:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848707#M297782</guid>
      <dc:creator>help4qv123</dc:creator>
      <dc:date>2015-05-13T05:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848708#M297783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think &lt;A href="https://community.qlik.com/qlik-users/88778"&gt;MayilVahanan&lt;/A&gt;‌ had given correct solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 05:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848708#M297783</guid>
      <dc:creator />
      <dc:date>2015-05-13T05:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848709#M297784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes its right, but it doesnt work in count...suppose my expression is count(ordr)...which need to pick the max version. then what wil be the expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 05:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848709#M297784</guid>
      <dc:creator>help4qv123</dc:creator>
      <dc:date>2015-05-13T05:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848710#M297785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;something like this may be:&lt;/P&gt;&lt;P&gt;FirstSortedValue(aggr(count(value),version),-version)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 06:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848710#M297785</guid>
      <dc:creator />
      <dc:date>2015-05-13T06:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848711#M297786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no bro its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 07:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848711#M297786</guid>
      <dc:creator>help4qv123</dc:creator>
      <dc:date>2015-05-13T07:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848712#M297787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;version&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'=Max(version)'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 10:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848712#M297787</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-05-13T10:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848713#M297788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;almost&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 10:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848713#M297788</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-05-13T10:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848714#M297789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no bro..the expression which u have sent is for max value...i need the count of oder count(oder) for each key with its max version,,,for eg: for key 20130101 max version is 2 and count of oder is 3...i need dis for all keys... !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 10:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848714#M297789</guid>
      <dc:creator>help4qv123</dc:creator>
      <dc:date>2015-05-13T10:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848715#M297790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bro any output on my post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 11:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848715#M297790</guid>
      <dc:creator>help4qv123</dc:creator>
      <dc:date>2015-05-13T11:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848716#M297791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're better off manipulating the source table.&lt;/P&gt;&lt;P&gt;I derived the max version for each year and drop rows not related to max year:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;data:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; key, version, value, oder&lt;BR /&gt; 20130102, 4, 7, oredr4&lt;BR /&gt; 20110101, 3, 3, order1&lt;BR /&gt; 20120201, 3, 76, order3&lt;BR /&gt; 20130102, 3, 1, oredr4&lt;BR /&gt; 20110101, 2, 11, order1&lt;BR /&gt; 20120201, 2, 65, oder2&lt;BR /&gt; 20130101, 2, 5, oder3&lt;BR /&gt; 20130102, 2, 2, oredr4&lt;BR /&gt; 20110101, 1, 12, order1&lt;BR /&gt; 20120201, 1, 34, order1&lt;BR /&gt; 20130101, 1, 6, oder3&lt;BR /&gt; 20130102, 1, 4, order3&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; tab:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Join&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;version&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MaxVersion&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; data&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; data1: &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;version&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;oder&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MaxVersion&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; data&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;version&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MaxVersion&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; data;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 11:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848716#M297791</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-05-13T11:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848717#M297792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;resulting table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86421_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 11:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848717#M297792</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-05-13T11:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848718#M297793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose this app is a KPI thing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 11:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848718#M297793</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-05-13T11:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848719#M297794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not resolve that with a set expression, since you are trying to alter the set row by row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example I think =max(aggr(only(value), key, value)) gives the result you have specified&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 11:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848719#M297794</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2015-05-13T11:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848720#M297795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it gives me the same values for the max version&lt;/P&gt;&lt;P&gt;i need the count(oder) with dimension as key...and for each key&amp;nbsp; there is max version...select max version for 1 key..then see there count of orders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 12:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848720#M297795</guid>
      <dc:creator>help4qv123</dc:creator>
      <dc:date>2015-05-13T12:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848721#M297796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you...lets c it could be done in front end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 12:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848721#M297796</guid>
      <dc:creator>help4qv123</dc:creator>
      <dc:date>2015-05-13T12:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis max value</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848722#M297797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add Flag to rows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; data1: &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;key&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;version&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;oder&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MaxVersion&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;version&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MaxVersion&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,1,0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MaxVersionValues&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; data&lt;BR /&gt; ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;so now you dont have to drop the non-related rows. table looks below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86440_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 13:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-max-value/m-p/848722#M297797</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-05-13T13:11:18Z</dc:date>
    </item>
  </channel>
</rss>

