<?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: help with showing latest data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/help-with-showing-latest-data/m-p/1334672#M834550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you want to do that in the load script? or chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jun 2017 12:46:08 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-06-08T12:46:08Z</dc:date>
    <item>
      <title>help with showing latest data</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-showing-latest-data/m-p/1334669#M834547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a table with various fields, i want to only show the latest date by product and account name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so an example would be..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166195_Capture.JPG" style="height: 114px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so for the above, i would want to jide all of the rows that are highlighted and only show the other rows as they are the latest date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example attached..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-showing-latest-data/m-p/1334669#M834547</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: help with showing latest data</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-showing-latest-data/m-p/1334670#M834548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please go through this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/214755"&gt;how to get last record??&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/163754" title="https://community.qlikview.com/thread/163754"&gt;How to get latest data | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 12:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-showing-latest-data/m-p/1334670#M834548</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-06-08T12:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: help with showing latest data</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-showing-latest-data/m-p/1334671#M834549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i want to do this in a chart if possible, not script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 12:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-showing-latest-data/m-p/1334671#M834549</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2017-06-08T12:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: help with showing latest data</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-showing-latest-data/m-p/1334672#M834550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you want to do that in the load script? or chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 12:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-showing-latest-data/m-p/1334672#M834550</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-06-08T12:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: help with showing latest data</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-showing-latest-data/m-p/1334673#M834551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try below for chart&lt;/P&gt;&lt;P&gt;=if(Date = max(TOTAL &amp;lt;Account&amp;gt; Date),Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Load Script&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;LOAD Account,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; City,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Postcode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; T1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Group Outlet],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Image Type],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Listed,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;data.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right Keep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MaxDate:&lt;/P&gt;&lt;P&gt;LOAD Account,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(Date) as Date&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;data.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$)&lt;/P&gt;&lt;P&gt;Group by Account;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table &lt;SPAN style="font-size: 13.3333px;"&gt;MaxDate;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 12:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-showing-latest-data/m-p/1334673#M834551</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-06-08T12:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: help with showing latest data</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-showing-latest-data/m-p/1334674#M834552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Expression&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;SPAN&gt;Если (Date = Max (TOTAL Дата), дата)&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;SPAN&gt; (смотрите прикрепленный файл).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only in your image date, highlighted in yellow, is not the last one. In the attached file I gave two tables - for MIN and MAX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 13:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-showing-latest-data/m-p/1334674#M834552</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-06-08T13:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: help with showing latest data</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-showing-latest-data/m-p/1334675#M834553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; i used the chart expression! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 13:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-showing-latest-data/m-p/1334675#M834553</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2017-06-08T13:44:09Z</dc:date>
    </item>
  </channel>
</rss>

