<?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: Determin latest Throuputrate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Determin-latest-Throuputrate/m-p/1385043#M421764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(If(StartDate = Max(TOTAL &amp;lt;Products&amp;gt; StartDate), Sum(mmaxStart)), Product, StartDate))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Aug 2017 13:16:40 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-08-25T13:16:40Z</dc:date>
    <item>
      <title>Determin latest Throuputrate</title>
      <link>https://community.qlik.com/t5/QlikView/Determin-latest-Throuputrate/m-p/1385042#M421763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have different throughput rates for one product. These throughput rates have different start and end times. Now I want to know the latest thruputrate which was entered in the System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to get this with the following Statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;StartDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(=max(StartDate))'}&amp;gt;}(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;mmaxStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Unfortunately this only delivers data for the some of the Products. Only those which have the same Change date. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;For example 5 Products got a new throughput rate at the 01.01.2017. 10 Products were Change at the 01.12.2016. The result is that only for the 5 products my throughput rate is displayed. The other ones get displayed as 0. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;When I query the &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=max(StartDate) for each Product it displayes me the correct Date. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Any ideas what I am overlooking? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks 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;Stefan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 13:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Determin-latest-Throuputrate/m-p/1385042#M421763</guid>
      <dc:creator />
      <dc:date>2017-08-25T13:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Determin latest Throuputrate</title>
      <link>https://community.qlik.com/t5/QlikView/Determin-latest-Throuputrate/m-p/1385043#M421764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(If(StartDate = Max(TOTAL &amp;lt;Products&amp;gt; StartDate), Sum(mmaxStart)), Product, StartDate))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 13:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Determin-latest-Throuputrate/m-p/1385043#M421764</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-25T13:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Determin latest Throuputrate</title>
      <link>https://community.qlik.com/t5/QlikView/Determin-latest-Throuputrate/m-p/1385044#M421765</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;&lt;/P&gt;&lt;P&gt;es this works. Great. I was sitting over this for the whole morning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 13:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Determin-latest-Throuputrate/m-p/1385044#M421765</guid>
      <dc:creator />
      <dc:date>2017-08-25T13:24:24Z</dc:date>
    </item>
  </channel>
</rss>

