<?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 Showing Straight Table Fields for Max Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Showing-Straight-Table-Fields-for-Max-Values/m-p/1553085#M440414</link>
    <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;I am working on a &lt;STRONG&gt;straight table&lt;/STRONG&gt; and I have a problem :&lt;/P&gt;&lt;P&gt;I have many fields :&lt;BR /&gt;- Vehicle Name&lt;BR /&gt;- Issue Number&lt;BR /&gt;- Type of issue&lt;BR /&gt;- Description of issue&lt;BR /&gt;- Start Date&lt;BR /&gt;- End Date&lt;/P&gt;&lt;P&gt;For every vehicle, I want to show each field for the max Issue Number of the max End Date.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Can someone give me a hand ?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I have tried with AGGR and FirstSortedValue, but no success.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2019 16:05:48 GMT</pubDate>
    <dc:creator>MM</dc:creator>
    <dc:date>2019-03-06T16:05:48Z</dc:date>
    <item>
      <title>Showing Straight Table Fields for Max Values</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Straight-Table-Fields-for-Max-Values/m-p/1553085#M440414</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;I am working on a &lt;STRONG&gt;straight table&lt;/STRONG&gt; and I have a problem :&lt;/P&gt;&lt;P&gt;I have many fields :&lt;BR /&gt;- Vehicle Name&lt;BR /&gt;- Issue Number&lt;BR /&gt;- Type of issue&lt;BR /&gt;- Description of issue&lt;BR /&gt;- Start Date&lt;BR /&gt;- End Date&lt;/P&gt;&lt;P&gt;For every vehicle, I want to show each field for the max Issue Number of the max End Date.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Can someone give me a hand ?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I have tried with AGGR and FirstSortedValue, but no success.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 16:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Straight-Table-Fields-for-Max-Values/m-p/1553085#M440414</guid>
      <dc:creator>MM</dc:creator>
      <dc:date>2019-03-06T16:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Straight Table Fields for Max Values</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Straight-Table-Fields-for-Max-Values/m-p/1553114#M440417</link>
      <description>&lt;P&gt;have you tried (aggr(max(date(EndDate)),VehicleName,IssueNo, RESTOFDIMS))&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 16:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Straight-Table-Fields-for-Max-Values/m-p/1553114#M440417</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2019-03-06T16:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Straight Table Fields for Max Values</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Straight-Table-Fields-for-Max-Values/m-p/1553346#M440446</link>
      <description>&lt;P&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.qlik.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; Thank you for your quick reply.&lt;/P&gt;&lt;P&gt;This will work to display the &lt;STRONG&gt;Max End&lt;/STRONG&gt; Date for &lt;STRONG&gt;each Vehicle&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;But how to show the Description of an issue of the Max End Date for each Vehicle ?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 07:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Straight-Table-Fields-for-Max-Values/m-p/1553346#M440446</guid>
      <dc:creator>MM</dc:creator>
      <dc:date>2019-03-07T07:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Straight Table Fields for Max Values</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Straight-Table-Fields-for-Max-Values/m-p/1553378#M440451</link>
      <description>&lt;P&gt;It should be something like this :&lt;/P&gt;&lt;P&gt;= &lt;FONT color="#008000"&gt;&lt;STRONG&gt;FirstSortedValue (&lt;/STRONG&gt; DESCRIPTION,&lt;/FONT&gt; &lt;FONT color="#0000FF"&gt;-&lt;STRONG&gt;aggr(&lt;/STRONG&gt;Max(END DATE), TYPE OF ISSUE, VEHICLE NAME&lt;STRONG&gt;)&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008000"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;But it doesn't work.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 08:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Straight-Table-Fields-for-Max-Values/m-p/1553378#M440451</guid>
      <dc:creator>MM</dc:creator>
      <dc:date>2019-03-07T08:40:06Z</dc:date>
    </item>
  </channel>
</rss>

