<?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 Get the last event in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-the-last-event/m-p/733589#M1064444</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;You will find enclosed a rental car project example (it's filled with excel files)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to create a graphic table filtered with only "fin location" event (done) and in wich one the column GestionnaireDossier is filled with the name present in GestionnaireDossier for the event "debut location" for the same car&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actual :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/67105_pastedImage_0.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I try to do :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/67118_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryed with firstsortedvalue and rank parameter but i can't figure out how it works ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be great ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2014 14:55:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-18T14:55:00Z</dc:date>
    <item>
      <title>Get the last event</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-event/m-p/733589#M1064444</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;You will find enclosed a rental car project example (it's filled with excel files)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to create a graphic table filtered with only "fin location" event (done) and in wich one the column GestionnaireDossier is filled with the name present in GestionnaireDossier for the event "debut location" for the same car&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actual :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/67105_pastedImage_0.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I try to do :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/67118_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryed with firstsortedvalue and rank parameter but i can't figure out how it works ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be great ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 14:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-event/m-p/733589#M1064444</guid>
      <dc:creator />
      <dc:date>2014-09-18T14:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last event</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-event/m-p/733590#M1064445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christophe, check attachment to see if that's what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 15:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-event/m-p/733590#M1064445</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-09-18T15:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last event</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-event/m-p/733591#M1064446</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;Dimension: Marque, Modele, DateEvenement&lt;/P&gt;&lt;P&gt;Expression: &lt;/P&gt;&lt;P&gt;NomEvenement = FirstSortedValue({&amp;lt;NomEvenement={'Fin Location'}&amp;gt;}NomEvenement, -DateEvenement)&lt;/P&gt;&lt;P&gt;GestionnaireDossier =If(IsNull([NomEvenement]), Null(), MaxString(TOTAL &amp;lt;Marque&amp;gt;GestionnaireDossier))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hops this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 15:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-event/m-p/733591#M1064446</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-18T15:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get the last event</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-last-event/m-p/733592#M1064447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works fine ! Thank you ! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 06:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-last-event/m-p/733592#M1064447</guid>
      <dc:creator />
      <dc:date>2014-09-19T06:45:16Z</dc:date>
    </item>
  </channel>
</rss>

