<?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: Max Date-Left Join or Right join in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Max-Date-Left-Join-or-Right-join/m-p/2427795#M96294</link>
    <description>&lt;P&gt;First of all - 170 columns in a single chart???&lt;/P&gt;
&lt;P&gt;If you want the information to display just in the chart, then you will need to drop out the modified date from it, and just use a measure of Max(modified date). You may have to use Date(Max(modified date)) if it converts it to a number.&lt;/P&gt;
&lt;P&gt;If you are doing this in the data load then you would do something like this:&lt;/P&gt;
&lt;P&gt;Left join (claimTableName)&lt;BR /&gt;Load claimno, max(modified date) as [Last Update] resident claimTableName group by claimno;&lt;/P&gt;
&lt;P&gt;hth&lt;/P&gt;
&lt;P&gt;-ws&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2024 13:57:22 GMT</pubDate>
    <dc:creator>WaltShpuntoff</dc:creator>
    <dc:date>2024-03-06T13:57:22Z</dc:date>
    <item>
      <title>Max Date-Left Join or Right join</title>
      <link>https://community.qlik.com/t5/App-Development/Max-Date-Left-Join-or-Right-join/m-p/2427658#M96278</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have a requirement where I have to get max date.&lt;/P&gt;
&lt;P&gt;In the script, After&amp;nbsp; transformations and QVDs, In the final step, I have the chart with all the columns i.e., which has both fields.- ClaimNo and Modified date.&lt;/P&gt;
&lt;P&gt;I have chart with 170 columns. I must get max (modified date)&amp;nbsp; for each ClaimNo. Both columns are in the chart.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My need is to get max date for each claimno . Should I left join or right join.?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Niranjana&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 10:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Max-Date-Left-Join-or-Right-join/m-p/2427658#M96278</guid>
      <dc:creator>niranjana</dc:creator>
      <dc:date>2024-03-06T10:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date-Left Join or Right join</title>
      <link>https://community.qlik.com/t5/App-Development/Max-Date-Left-Join-or-Right-join/m-p/2427795#M96294</link>
      <description>&lt;P&gt;First of all - 170 columns in a single chart???&lt;/P&gt;
&lt;P&gt;If you want the information to display just in the chart, then you will need to drop out the modified date from it, and just use a measure of Max(modified date). You may have to use Date(Max(modified date)) if it converts it to a number.&lt;/P&gt;
&lt;P&gt;If you are doing this in the data load then you would do something like this:&lt;/P&gt;
&lt;P&gt;Left join (claimTableName)&lt;BR /&gt;Load claimno, max(modified date) as [Last Update] resident claimTableName group by claimno;&lt;/P&gt;
&lt;P&gt;hth&lt;/P&gt;
&lt;P&gt;-ws&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 13:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Max-Date-Left-Join-or-Right-join/m-p/2427795#M96294</guid>
      <dc:creator>WaltShpuntoff</dc:creator>
      <dc:date>2024-03-06T13:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date-Left Join or Right join</title>
      <link>https://community.qlik.com/t5/App-Development/Max-Date-Left-Join-or-Right-join/m-p/2427860#M96304</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You mean to say,&lt;/P&gt;
&lt;P&gt;Full Table:&lt;/P&gt;
&lt;P&gt;............&lt;/P&gt;
&lt;P&gt;left join (Full Table)&lt;/P&gt;
&lt;P&gt;load&amp;nbsp;&lt;/P&gt;
&lt;P&gt;claimno,&lt;/P&gt;
&lt;P&gt;max(modfied date) as MaxMD&lt;/P&gt;
&lt;P&gt;resident Full Table&lt;/P&gt;
&lt;P&gt;group by claim no;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IN the chart, in dimension, If I put MaxMD&amp;nbsp; I am not getting the unique rows for each claim no, but when I put in expression as you said, I got....Shouldn't left joining in the script give the correct result in dimension itself? Why put in expression?&lt;/P&gt;
&lt;P&gt;Or maybe right join?&lt;/P&gt;
&lt;P&gt;Or&amp;nbsp;&lt;/P&gt;
&lt;P&gt;load claimno, max(modi date) as MaxMD&lt;/P&gt;
&lt;P&gt;resident Full table group by claimno;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;left join&lt;/P&gt;
&lt;P&gt;FullTable&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 15:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Max-Date-Left-Join-or-Right-join/m-p/2427860#M96304</guid>
      <dc:creator>niranjana</dc:creator>
      <dc:date>2024-03-06T15:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date-Left Join or Right join</title>
      <link>https://community.qlik.com/t5/App-Development/Max-Date-Left-Join-or-Right-join/m-p/2428003#M96312</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;use a measure of Max(modified date)" not a dimension.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;That should fix the chart. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you want it in the data model, try it the way I outlined it and see the results.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;hth&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-ws&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 23:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Max-Date-Left-Join-or-Right-join/m-p/2428003#M96312</guid>
      <dc:creator>WaltShpuntoff</dc:creator>
      <dc:date>2024-03-06T23:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Max Date-Left Join or Right join</title>
      <link>https://community.qlik.com/t5/App-Development/Max-Date-Left-Join-or-Right-join/m-p/2428036#M96318</link>
      <description>&lt;P&gt;Full_Table:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ClaimNo, &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Modified date&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;From path.qvd (Qvd);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;New_Table:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Load&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ClaimNo,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Max(Modified date) as&amp;nbsp;Modified date&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Resident Full_Table group by&amp;nbsp;ClaimNo;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Drop Table Full_Table;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 04:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Max-Date-Left-Join-or-Right-join/m-p/2428036#M96318</guid>
      <dc:creator>Pallav</dc:creator>
      <dc:date>2024-03-07T04:46:10Z</dc:date>
    </item>
  </channel>
</rss>

