<?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: How to display only the most recent data for a table based on another table value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-display-only-the-most-recent-data-for-a-table-based-on/m-p/1747275#M58027</link>
    <description>&lt;P&gt;okay, I'm not allowed to share specifics but I'll substitute values out.&lt;/P&gt;&lt;P&gt;Data Load editor View:&lt;/P&gt;&lt;P&gt;lib connect to 'database 1';&lt;/P&gt;&lt;P&gt;Load program1,&lt;/P&gt;&lt;P&gt;program 2,&amp;nbsp;&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;SQL Select Program1,&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;FROM 'Database1';&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'Database2';&lt;/P&gt;&lt;P&gt;LOAD Program1,&lt;/P&gt;&lt;P&gt;Program2,&amp;nbsp;&lt;/P&gt;&lt;P&gt;etc,&lt;/P&gt;&lt;P&gt;SQL SELECT Program1,&lt;/P&gt;&lt;P&gt;Program2,&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;FROM 'Database2';&lt;/P&gt;&lt;P&gt;Analyze Sheet View:&lt;/P&gt;&lt;P&gt;I inserted a table with coulmns for each program I loaded. The problem I'm having is that database1 is missing values for program2. In database2 I have the values for program2, however I have every single value we ever inserted each time it was updated and I only need the most recent. I don't know how to select only that to view on the Table on the sheet by default. I have program3, within Database2 that I can filter by,&amp;nbsp; because it is date stamps. So I want to have the program2 column in my table select only the most recent associated value from the most recent timestamp value within program3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this makes things clearer, thank you for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Sep 2020 16:42:23 GMT</pubDate>
    <dc:creator>kfloresc</dc:creator>
    <dc:date>2020-09-25T16:42:23Z</dc:date>
    <item>
      <title>How to display only the most recent data for a table based on another table value</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-only-the-most-recent-data-for-a-table-based-on/m-p/1746046#M58025</link>
      <description>&lt;P&gt;Hello everyone, I am rather new to Qlik Sense, I'll try to be clear in what I'm trying to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have loaded a set of data from one table in the data load editor, however this set of data is missing some tables. I have been given access to another data source which contain the information I need and loaded this in the data load editor. The problem I have now it that this new data set has data for every single time the data was modified. Here's an example, lets say I need programX, in the first dataset programX exists with one entry, but is missing corresponding values for programY. The new dataset I loaded has programX and programY, but for dozens of timestamp entries. I need a way to only select the most recent.&lt;/P&gt;&lt;P&gt;In the Sheet section I have created a table with programX as a column and programY as another column. I now have dozens of rows and only need one. I found a table called programZ which has timestamps which I am trying to use to filter our and select only the most updated.&lt;/P&gt;&lt;P&gt;I can't figure out how to do this, I've tried firstsortedvalue, max(programZ). Please help lol&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-only-the-most-recent-data-for-a-table-based-on/m-p/1746046#M58025</guid>
      <dc:creator>kfloresc</dc:creator>
      <dc:date>2024-11-16T01:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only the most recent data for a table based on another table value</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-only-the-most-recent-data-for-a-table-based-on/m-p/1746936#M58026</link>
      <description>&lt;P&gt;seeing the data would be helpful.&amp;nbsp; even a small subset with all the X, Y, and Zs.&lt;/P&gt;&lt;P&gt;off hand, if you only need the latest values for a specific dimension, you can aggregate the table programY in load script, max(date) group by the dimension.&amp;nbsp; then inner join this (you have dimension + date as keys) to itself (programY).&amp;nbsp; anything that matches is the latest date, then add a flag and use that flag in your expression.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 19:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-only-the-most-recent-data-for-a-table-based-on/m-p/1746936#M58026</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-09-24T19:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only the most recent data for a table based on another table value</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-only-the-most-recent-data-for-a-table-based-on/m-p/1747275#M58027</link>
      <description>&lt;P&gt;okay, I'm not allowed to share specifics but I'll substitute values out.&lt;/P&gt;&lt;P&gt;Data Load editor View:&lt;/P&gt;&lt;P&gt;lib connect to 'database 1';&lt;/P&gt;&lt;P&gt;Load program1,&lt;/P&gt;&lt;P&gt;program 2,&amp;nbsp;&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;SQL Select Program1,&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;FROM 'Database1';&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'Database2';&lt;/P&gt;&lt;P&gt;LOAD Program1,&lt;/P&gt;&lt;P&gt;Program2,&amp;nbsp;&lt;/P&gt;&lt;P&gt;etc,&lt;/P&gt;&lt;P&gt;SQL SELECT Program1,&lt;/P&gt;&lt;P&gt;Program2,&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;FROM 'Database2';&lt;/P&gt;&lt;P&gt;Analyze Sheet View:&lt;/P&gt;&lt;P&gt;I inserted a table with coulmns for each program I loaded. The problem I'm having is that database1 is missing values for program2. In database2 I have the values for program2, however I have every single value we ever inserted each time it was updated and I only need the most recent. I don't know how to select only that to view on the Table on the sheet by default. I have program3, within Database2 that I can filter by,&amp;nbsp; because it is date stamps. So I want to have the program2 column in my table select only the most recent associated value from the most recent timestamp value within program3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this makes things clearer, thank you for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 16:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-only-the-most-recent-data-for-a-table-based-on/m-p/1747275#M58027</guid>
      <dc:creator>kfloresc</dc:creator>
      <dc:date>2020-09-25T16:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to display only the most recent data for a table based on another table value</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-only-the-most-recent-data-for-a-table-based-on/m-p/2129312#M91841</link>
      <description>&lt;P&gt;I have a similar issue...&lt;/P&gt;
&lt;P&gt;My data set looks like the attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Batch# has duplicates in it based on the latest date that the field MvmType was updated.&lt;/P&gt;
&lt;P&gt;What I want is for this table to remove any record that isn't the latest date for Batch# so that I can see what the latest MvmType is for each Batch#&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 17:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-only-the-most-recent-data-for-a-table-based-on/m-p/2129312#M91841</guid>
      <dc:creator>FunWithData</dc:creator>
      <dc:date>2023-10-17T17:58:00Z</dc:date>
    </item>
  </channel>
</rss>

