<?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: Max Date in table returns only values for the first row in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1296996#M828854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your Response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MaxDate for each article is indeed different. when used solely it works, but if used within the set Analysis, it only does return a value for the first row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i will Need to look into Aggr function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will reply as soon as I have it up and running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jun 2017 06:53:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-30T06:53:56Z</dc:date>
    <item>
      <title>Max Date in table returns only values for the first row</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1296994#M828852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you always have good ideas for solving a Problem, here is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data with an article number, testing date, a delivery quantity and the testing result (amount of failures)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; border-image: none; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;article number&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;testing date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;delivery quantity&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;amount of failures&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;505010111&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01.01.1990&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;505010111&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01.02.1990&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;505010112&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01.02.1990&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;150&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I created a table, that Shows the latest 3 testing results per article.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quality Quotient: 1 - (failures / delivery quantity)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when I use the max(date) formula the table will only return the correct value for the first line...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 -&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&gt; {&amp;lt; TestingDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(vPE1)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &amp;gt;}&lt;BR /&gt; AmountFailures&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; /&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&gt; {&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TestingDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(vPE1)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &amp;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;AmountFailures&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;with&amp;nbsp; vPE1 = "=max(TestingDate,1)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;If I only select one article, the calculation suddenly works...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thank you for your help,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Kevin&lt;/SPAN&gt;&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/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1296994#M828852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date in table returns only values for the first row</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1296995#M828853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be the MaxDate for each article is different? The issue is that set analysis is evaluated once per chart. What this means is that set analysis will use the max date across all your articles instead of looking at max date for each article. If that is not what you want, you will either have to use Aggr() function or try playing around with FirstSortedValue() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 16:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1296995#M828853</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-29T16:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date in table returns only values for the first row</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1296996#M828854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your Response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MaxDate for each article is indeed different. when used solely it works, but if used within the set Analysis, it only does return a value for the first row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i will Need to look into Aggr function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will reply as soon as I have it up and running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 06:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1296996#M828854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-30T06:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date in table returns only values for the first row</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1296997#M828855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great... if you run into any issues, please share some sample data and/or a sample app and we are more than willing to help you out here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 11:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1296997#M828855</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-30T11:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date in table returns only values for the first row</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1296998#M828856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is not exact clear to me, but check once date format of TestingDate and variableDate &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;TestingDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; = {&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;"$(vPE1)"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 11:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1296998#M828856</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2017-06-30T11:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date in table returns only values for the first row</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1296999#M828857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didnt know exactly how to upload a document in here, so I added the qvw and Excel to my initial question &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 14:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1296999#M828857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-30T14:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date in table returns only values for the first row</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1297000#M828858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does this look&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= num( &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 1 - FirstSortedValue({&amp;lt;YE_WE_PosFAU.FehlerUrsache = {"999", ""}&amp;gt;} Aggr(Sum({&amp;lt;YE_WE_PosFAU.FehlerUrsache = {"999", ""}&amp;gt;}YE_WE_PosFAU.FehlerMenge), Artikel_Nr, Kalender.Datum), -Aggr(Only({&amp;lt;YE_WE_PosFAU.FehlerUrsache = {"999", ""}&amp;gt;} Kalender.Datum), Artikel_Nr, Kalender.Datum), 2)/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; FirstSortedValue({&amp;lt;YE_WE_PosFAU.FehlerUrsache = {"999", ""}&amp;gt;} Aggr(Sum({&amp;lt;YE_WE_PosFAU.FehlerUrsache = {"999", ""}&amp;gt;}YE_WE_PosFAU.E_WE_LieferMenge), Artikel_Nr, Kalender.Datum), -Aggr(Only({&amp;lt;YE_WE_PosFAU.FehlerUrsache = {"999", ""}&amp;gt;} Kalender.Datum), Artikel_Nr, Kalender.Datum), 2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;lt; '0', '0,0',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 1 - FirstSortedValue({&amp;lt;YE_WE_PosFAU.FehlerUrsache = {"999", ""}&amp;gt;} Aggr(Sum({&amp;lt;YE_WE_PosFAU.FehlerUrsache = {"999", ""}&amp;gt;}YE_WE_PosFAU.FehlerMenge), Artikel_Nr, Kalender.Datum), -Aggr(Only({&amp;lt;YE_WE_PosFAU.FehlerUrsache = {"999", ""}&amp;gt;} Kalender.Datum), Artikel_Nr, Kalender.Datum), 2)/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; FirstSortedValue({&amp;lt;YE_WE_PosFAU.FehlerUrsache = {"999", ""}&amp;gt;} Aggr(Sum({&amp;lt;YE_WE_PosFAU.FehlerUrsache = {"999", ""}&amp;gt;}YE_WE_PosFAU.E_WE_LieferMenge), Artikel_Nr, Kalender.Datum), -Aggr(Only({&amp;lt;YE_WE_PosFAU.FehlerUrsache = {"999", ""}&amp;gt;} Kalender.Datum), Artikel_Nr, Kalender.Datum), 2))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; , '#0,0%')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 14:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1297000#M828858</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-30T14:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date in table returns only values for the first row</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1297001#M828859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks very good!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems to work for the 2. testing date. What about the first testing date? Can you explain, what has to be adjusted within the formula to return the values for the first and third testing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it 'just' the ",2" that has do be exchanged with ",1" or ",3"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 14:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1297001#M828859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-30T14:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date in table returns only values for the first row</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1297002#M828861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is the , 2 at the end of FirstSortedValue which needs to be adjusted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 14:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1297002#M828861</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-30T14:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date in table returns only values for the first row</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1297003#M828862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;You could try this script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD YE_WE_PosFAU.E_WE_Pos_Obj, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Artikel_Nr, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kalender.Datum, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YE_WE_PosFAU.FehlerMenge, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fehlermenge, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FU&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Prüfschärfe 2017-06-30.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OrderedTable:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;AutoNumber(Kalender.Datum,Artikel_Nr) as SeqNo&lt;/P&gt;&lt;P&gt;Resident Table&lt;/P&gt;&lt;P&gt;Order by Artikel_Nr, Kalender.Datum desc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then this table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Artikel_Nr&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Exp1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Exp2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TD bgcolor="#f5f5f5"&gt; &lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;82.59% &lt;/STRONG&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;26/06/2017 &lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;503010115&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;93.33%&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;26/06/2017&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;503010119&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;88.89%&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;14/06/2017&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;503010124&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;91.80%&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;20/06/2017&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;503010195&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt; &lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;26/05/2017&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;503010197&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;66.67%&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;14/06/2017&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;503010208&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt; &lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;13/02/2017&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;503010210&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;91.67%&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;04/04/2017&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;503010211&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;85.71%&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;06/03/2017&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I selected the first few rows for brevity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp1 : 1-Sum({$&amp;lt;SeqNo = {"&amp;lt;=3"}&amp;gt;}Fehlermenge)/sum({$&amp;lt;SeqNo = {"&amp;lt;=3"}&amp;gt;}YE_WE_PosFAU.FehlerMenge)&lt;/P&gt;&lt;P&gt;Exp2 : Max({$&amp;lt;SeqNo = {"&amp;lt;=3"}&amp;gt;}Kalender.Datum)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 15:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1297003#M828862</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-06-30T15:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date in table returns only values for the first row</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1297004#M828864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will look into both Solutions today, as I am back in the Office.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 06:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Date-in-table-returns-only-values-for-the-first-row/m-p/1297004#M828864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-03T06:47:19Z</dc:date>
    </item>
  </channel>
</rss>

