<?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: Return last value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Return-last-value/m-p/43636#M7326</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script or the front end?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2018 11:52:51 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-05-02T11:52:51Z</dc:date>
    <item>
      <title>Return last value</title>
      <link>https://community.qlik.com/t5/QlikView/Return-last-value/m-p/43635#M7325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following spreadhseet. I simply want to return the row with the last 'Sales' value. So in this case it should return &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;300, EAST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the best way ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 11:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-last-value/m-p/43635#M7325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-02T11:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Return last value</title>
      <link>https://community.qlik.com/t5/QlikView/Return-last-value/m-p/43636#M7326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script or the front end?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 11:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-last-value/m-p/43636#M7326</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-02T11:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Return last value</title>
      <link>https://community.qlik.com/t5/QlikView/Return-last-value/m-p/43637#M7327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 13:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-last-value/m-p/43637#M7327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-02T13:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Return last value</title>
      <link>https://community.qlik.com/t5/QlikView/Return-last-value/m-p/43638#M7328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD RowNo() as RowNum,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; SALES, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;[..\..\Downloads\TESTV1.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;(ooxml, embedded labels, table is Sheet1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Where Len(Trim(SALES)) &amp;gt; 0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Right Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD Max(RowNum) as RowNum&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 13:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-last-value/m-p/43638#M7328</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-02T13:07:14Z</dc:date>
    </item>
  </channel>
</rss>

