<?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: Only the most recent line in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Only-the-most-recent-line/m-p/2044804#M85960</link>
    <description>&lt;P&gt;there must be 1 more column, These are prices of something(like Bread,Electronics etc) what is the name of that column.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Mar 2023 04:40:37 GMT</pubDate>
    <dc:creator>Gabbar</dc:creator>
    <dc:date>2023-03-03T04:40:37Z</dc:date>
    <item>
      <title>Only the most recent line</title>
      <link>https://community.qlik.com/t5/App-Development/Only-the-most-recent-line/m-p/2044322#M85938</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Excuse me if I might have used the wrong location.&lt;/P&gt;
&lt;P&gt;My question is about three dimensions which show the price of the rentalcontract over the years. My wish is that the dimensions only show the most recent year/pricerow, which is&amp;nbsp;&lt;SPAN&gt;€61.211,04,&amp;nbsp;€193,20 &amp;amp;&amp;nbsp;€61.404,24. (see picture below). Now it shows all of the price history, but I only want the most recent (or current) price.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoepF2_1-1677747191050.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101787i30FB5EEBB38C7B7D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoepF2_1-1677747191050.png" alt="JoepF2_1-1677747191050.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoepF2_0-1677747117701.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101785i772873427392EC60/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoepF2_0-1677747117701.png" alt="JoepF2_0-1677747117701.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;What is the most efficient way to generate this wish? I have little to less experience with programming. What information do you need from me to generate the formula?&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 09:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Only-the-most-recent-line/m-p/2044322#M85938</guid>
      <dc:creator>JoepF2</dc:creator>
      <dc:date>2023-03-02T09:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Only the most recent line</title>
      <link>https://community.qlik.com/t5/App-Development/Only-the-most-recent-line/m-p/2044340#M85939</link>
      <description>&lt;P&gt;Knowing the names of column would help a lot,&lt;BR /&gt;but let me try here&lt;BR /&gt;these are prices so lets name these three field A,B,C&lt;BR /&gt;Now these are prices of something&amp;nbsp; suppose that thing details is in Field D (These can be multiple column rather than single you can consider all of those merged here using '&amp;amp;')&lt;BR /&gt;Now as you have asked for latest Price only then there must be date field in the Table lets name that column F.&lt;BR /&gt;So try this:&lt;BR /&gt;Table1:&lt;BR /&gt;Load A,B,C,D,E ,A&amp;amp;E as Key from Source;&lt;BR /&gt;inner join&lt;BR /&gt;Load A&amp;amp;E as Key;&lt;BR /&gt;Load A,max(E) as E resident Table1 group by A;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 10:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Only-the-most-recent-line/m-p/2044340#M85939</guid>
      <dc:creator>Gabbar</dc:creator>
      <dc:date>2023-03-02T10:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Only the most recent line</title>
      <link>https://community.qlik.com/t5/App-Development/Only-the-most-recent-line/m-p/2044465#M85945</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/189728"&gt;@Gabbar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for replying.&lt;/P&gt;
&lt;P&gt;The first column is called:&amp;nbsp;=[Aanhuur.NettoHuur]&lt;BR /&gt;The second column is called:&amp;nbsp;=[Aanhuur.Servicekosten]&lt;BR /&gt;The third column is called:&amp;nbsp;=[Aanhuur.BrutoHuur]&lt;/P&gt;
&lt;P&gt;The columns are indeed linked by a date field, which is called:&amp;nbsp;=[Aanhuur.DatumVan]&lt;/P&gt;
&lt;P&gt;Could you perhaps repeate yourself and the steps with the column names?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 15:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Only-the-most-recent-line/m-p/2044465#M85945</guid>
      <dc:creator>JoepF2</dc:creator>
      <dc:date>2023-03-02T15:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Only the most recent line</title>
      <link>https://community.qlik.com/t5/App-Development/Only-the-most-recent-line/m-p/2044804#M85960</link>
      <description>&lt;P&gt;there must be 1 more column, These are prices of something(like Bread,Electronics etc) what is the name of that column.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 04:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Only-the-most-recent-line/m-p/2044804#M85960</guid>
      <dc:creator>Gabbar</dc:creator>
      <dc:date>2023-03-03T04:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Only the most recent line</title>
      <link>https://community.qlik.com/t5/App-Development/Only-the-most-recent-line/m-p/2044866#M85966</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/189728"&gt;@Gabbar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's linked to the column:&amp;nbsp;=[Huurinfo.Huurcontract]. It's the contractnumber.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 07:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Only-the-most-recent-line/m-p/2044866#M85966</guid>
      <dc:creator>JoepF2</dc:creator>
      <dc:date>2023-03-03T07:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Only the most recent line</title>
      <link>https://community.qlik.com/t5/App-Development/Only-the-most-recent-line/m-p/2044893#M85968</link>
      <description>&lt;P&gt;Are all these field same table,&lt;BR /&gt;Please add a snapshot of Table of all columns .&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 09:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Only-the-most-recent-line/m-p/2044893#M85968</guid>
      <dc:creator>Gabbar</dc:creator>
      <dc:date>2023-03-03T09:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Only the most recent line</title>
      <link>https://community.qlik.com/t5/App-Development/Only-the-most-recent-line/m-p/2044910#M85969</link>
      <description>&lt;P&gt;No it's not.&lt;/P&gt;
&lt;P&gt;Here's the snapschot:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoepF2_0-1677834853078.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101882iAB06EDC813128E5E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoepF2_0-1677834853078.png" alt="JoepF2_0-1677834853078.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 09:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Only-the-most-recent-line/m-p/2044910#M85969</guid>
      <dc:creator>JoepF2</dc:creator>
      <dc:date>2023-03-03T09:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Only the most recent line</title>
      <link>https://community.qlik.com/t5/App-Development/Only-the-most-recent-line/m-p/2044915#M85970</link>
      <description>&lt;P&gt;Snapshot of table as sample data, Not load editor,:&lt;BR /&gt;Let me try again :&lt;BR /&gt;The field name is Objects whose prices are given for different time period.&lt;BR /&gt;Now:&lt;BR /&gt;&lt;SPAN&gt;Table1:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Load Objects,[Aanhuur.NettoHuur],[Aanhuur.Servicekosten],[Aanhuur.BrutoHuur],[Aanhuur.DatumVan] &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;,Objects&amp;amp;[Aanhuur.DatumVan] as Key from Source;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;inner join&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Load Objects&amp;amp;[Aanhuur.DatumVan] as Key;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Load Objects,max([Aanhuur.DatumVan]) as&amp;nbsp;[Aanhuur.DatumVan] resident Table1 group by Objects;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;This Data is of something, (Mostly The primary key of table).&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 09:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Only-the-most-recent-line/m-p/2044915#M85970</guid>
      <dc:creator>Gabbar</dc:creator>
      <dc:date>2023-03-03T09:23:27Z</dc:date>
    </item>
  </channel>
</rss>

