<?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 last status of a object in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Get-last-status-of-a-object/m-p/1792709#M62038</link>
    <description>&lt;P&gt;I need to create a table in the last page of my app that shows some informations about documents.&amp;nbsp; One of the columns that I need do add is the situation of that document. For that I want to bring the last situation of each document (I have a date column for each os the status).&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 21:02:46 GMT</pubDate>
    <dc:creator>VictorBoscaro</dc:creator>
    <dc:date>2021-12-20T21:02:46Z</dc:date>
    <item>
      <title>Get last status of a object</title>
      <link>https://community.qlik.com/t5/App-Development/Get-last-status-of-a-object/m-p/1792709#M62038</link>
      <description>&lt;P&gt;I need to create a table in the last page of my app that shows some informations about documents.&amp;nbsp; One of the columns that I need do add is the situation of that document. For that I want to bring the last situation of each document (I have a date column for each os the status).&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-last-status-of-a-object/m-p/1792709#M62038</guid>
      <dc:creator>VictorBoscaro</dc:creator>
      <dc:date>2021-12-20T21:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get last status of a object</title>
      <link>https://community.qlik.com/t5/App-Development/Get-last-status-of-a-object/m-p/1792710#M62039</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/133212"&gt;@VictorBoscaro&lt;/a&gt;&amp;nbsp;, i made this possible scneario, hope it works for you, because your tables structure may be different :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//Scenario 1 :&lt;BR /&gt;Data:&lt;BR /&gt;Load&lt;BR /&gt;[Document Number],&lt;BR /&gt;[More Fields...],&lt;BR /&gt;Situation,&lt;BR /&gt;[Situation Date]&lt;BR /&gt;From [yourlib and datasource];&lt;/P&gt;&lt;P&gt;Data_Last_Situation:&lt;BR /&gt;Load&lt;BR /&gt;[Document Number],&lt;BR /&gt;max([Situation Date]) as Max_Date&lt;BR /&gt;Resident Data&lt;BR /&gt;Group By&lt;BR /&gt;[Document Number];&lt;/P&gt;&lt;P&gt;Left Join&lt;BR /&gt;Load&lt;BR /&gt;[Document Number],&lt;BR /&gt;[Situation Date] as Max_Date,&lt;BR /&gt;Situation as Last_Situation&lt;BR /&gt;Resident Data;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 00:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-last-status-of-a-object/m-p/1792710#M62039</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2021-03-19T00:56:48Z</dc:date>
    </item>
  </channel>
</rss>

