<?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: Top 1 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131617#M371923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px; background-color: #f2f2f2;"&gt;&lt;STRONG&gt;I wanted the l&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px; line-height: 1.5em;"&gt;ast change per transaction date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px; line-height: 1.5em;"&gt;Not understood this !&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2016 08:06:48 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2016-05-12T08:06:48Z</dc:date>
    <item>
      <title>Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131614#M371920</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 needed help with trying to obtain the lastIDChagedate to a Transactiondate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qvw Attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically i want the last &lt;SPAN style="font-size: 13.3333px;"&gt;lastIDChagedate against a transaction.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently i am getting many.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On TransactionDate 02/02/2015 The Last LastIDchangedate was 22/06/2007&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;On TransactionDate 02/07/2015 The Last LastIDchangedate was 22/06/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I needed to filter the last ID based on these dates.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;In script please not UI&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas please?&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, 12 May 2016 07:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131614#M371920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T07:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131615#M371921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14630398917647202" jivemacro_uid="_14630398917647202"&gt;
&lt;P&gt;Test:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account, TransactionDate, ID,&amp;nbsp;&amp;nbsp;&amp;nbsp; LastIDChangeDate&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/02/2015,&amp;nbsp; 1050,&amp;nbsp; 22/06/2007&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/02/2015,&amp;nbsp; 1423,&amp;nbsp; 22/06/2007&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/02/2015,&amp;nbsp; 1234,&amp;nbsp; 22/06/2015&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/07/2015,&amp;nbsp; 1050,&amp;nbsp; 22/06/2007&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/07/2015,&amp;nbsp; 1423,&amp;nbsp; 18/08/2010&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/07/2015,&amp;nbsp; 1234,&amp;nbsp; 09/06/2015&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Left Join (Test)&lt;/P&gt;
&lt;P&gt;Load &lt;/P&gt;
&lt;P&gt;&amp;nbsp; Account, &lt;/P&gt;
&lt;P&gt;&amp;nbsp; TransactionDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Date(Max(LastIDChangeDate)) as MaxDate &lt;/P&gt;
&lt;P&gt;Resident Test&lt;/P&gt;
&lt;P&gt;Group By Account, TransactionDate;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Output:&lt;/P&gt;
&lt;P&gt;Load &lt;/P&gt;
&lt;P&gt;&amp;nbsp; Account, &lt;/P&gt;
&lt;P&gt;&amp;nbsp; TransactionDate, &lt;/P&gt;
&lt;P&gt;&amp;nbsp; ID, &lt;/P&gt;
&lt;P&gt;&amp;nbsp; LastIDChangeDate, &lt;/P&gt;
&lt;P&gt;&amp;nbsp; If(LastIDChangeDate=MaxDate,ID) as FlagID &lt;/P&gt;
&lt;P&gt;Resident Test;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Drop Table Test;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 07:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131615#M371921</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-05-12T07:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131616#M371922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Manish, Thanks for the help&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;This just gives a max date for all records,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I wanted the last change per transaction date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131616#M371922</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T08:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131617#M371923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px; background-color: #f2f2f2;"&gt;&lt;STRONG&gt;I wanted the l&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px; line-height: 1.5em;"&gt;ast change per transaction date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px; line-height: 1.5em;"&gt;Not understood this !&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131617#M371923</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-05-12T08:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131618#M371924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;On TransactionDate 02/02/2015 The Last LastIDchangedate was 22/06/2007&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;On TransactionDate 02/07/2015 The Last LastIDchangedate was 22/06/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;On your answer you have 22/06/2015 for all as max date&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;For 02/02/2015 &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The Last LastIDchangedate was 22/06/2007 so should be this date&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131618#M371924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T08:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131619#M371925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hussain,&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account, TransactionDate, ID,&amp;nbsp;&amp;nbsp;&amp;nbsp; LastIDChangeDate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/02/2015,&amp;nbsp; 1050,&amp;nbsp; 22/06/2007&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/02/2015,&amp;nbsp; 1423,&amp;nbsp; 22/06/2007&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/02/2015,&amp;nbsp; 1234,&amp;nbsp; 22/06/2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/07/2015,&amp;nbsp; 1050,&amp;nbsp; 22/06/2007&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/07/2015,&amp;nbsp; 1423,&amp;nbsp; 18/08/2010&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/07/2015,&amp;nbsp; 1234,&amp;nbsp; 09/06/2015&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Account,&lt;/P&gt;&lt;P&gt;TransactionDate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(max(LastIDChangeDate)) as [Last LastIDChangeDate],&lt;/P&gt;&lt;P&gt;1 as DCF&lt;/P&gt;&lt;P&gt;Resident Test Group by Account,TransactionDate;&lt;/P&gt;&lt;P&gt;Drop Table Test;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131619#M371925</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2016-05-12T08:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131620#M371926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have provided below data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account, TransactionDate, ID,&amp;nbsp;&amp;nbsp;&amp;nbsp; LastIDChangeDate&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/02/2015,&amp;nbsp; 1050,&amp;nbsp; 22/06/2007&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/02/2015,&amp;nbsp; 1423,&amp;nbsp; 22/06/2007&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/02/2015,&amp;nbsp; 1234,&amp;nbsp; 22/06/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt; 1, 02/07/2015,&amp;nbsp; 1050,&amp;nbsp; 22/06/2007&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/07/2015,&amp;nbsp; 1423,&amp;nbsp; 18/08/2010&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/07/2015,&amp;nbsp; 1234,&amp;nbsp; 09/06/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you are saying..&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;On TransactionDate 02/02/2015 The Last LastIDchangedate was 22/06/2007&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;On TransactionDate 02/07/2015 The Last LastIDchangedate was 22/06/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;For 02/07/2015, where 22/06/2015?&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131620#M371926</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-05-12T08:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131621#M371927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry i think you know how to do this but i am bad at explaining so i have done the follwoing&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/124394_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131621#M371927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T08:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131622#M371928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Each Transaction date has 3 or More LastchangeDates&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As seen above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want the last date before the transaction date&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, 12 May 2016 08:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131622#M371928</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T08:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131623#M371929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.. what is the output you are looking for from above given excel data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131623#M371929</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-05-12T08:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131624#M371930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Output is the column Date i need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:43:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131624#M371930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T08:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131625#M371931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide output here! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131625#M371931</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-05-12T08:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131626#M371932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 481px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="64"&gt;Account&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="97"&gt;TransactionDate&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="101"&gt;ID&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="111"&gt;LastIDChangeDate&lt;/TD&gt;&lt;TD class="xl72" style="border-left: none;" width="108"&gt;Date i Need&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl67"&gt;02/02/2015&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;"&gt;1050&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;"&gt;22/06/2007&lt;/TD&gt;&lt;TD class="xl73" style="border-left: none;"&gt;22/06/2007&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none;"&gt;02/02/2015&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1234&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;22/06/2015&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;22/06/2007&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none;"&gt;02/02/2015&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;1423&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;22/06/2007&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;&lt;P&gt;22/06/2007&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none;"&gt;02/07/2015&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;1050&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;22/06/2007&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;09/06/2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none;"&gt;02/07/2015&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1234&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;09/06/2015&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;09/06/2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none;"&gt;02/07/2015&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;1423&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;18/08/2010&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;09/06/2015&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131626#M371932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T08:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131627#M371933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1463042849616339" jivemacro_uid="_1463042849616339"&gt;
&lt;P&gt;Test:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account, TransactionDate, ID,&amp;nbsp;&amp;nbsp;&amp;nbsp; LastIDChangeDate&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/02/2015,&amp;nbsp; 1050,&amp;nbsp; 22/06/2007&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/02/2015,&amp;nbsp; 1423,&amp;nbsp; 22/06/2007&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/02/2015,&amp;nbsp; 1234,&amp;nbsp; 22/06/2015&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/07/2015,&amp;nbsp; 1050,&amp;nbsp; 22/06/2007&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/07/2015,&amp;nbsp; 1423,&amp;nbsp; 18/08/2010&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/07/2015,&amp;nbsp; 1234,&amp;nbsp; 09/06/2015&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Left Join (Test)&lt;/P&gt;
&lt;P&gt;Load &lt;/P&gt;
&lt;P&gt;&amp;nbsp; Account, &lt;/P&gt;
&lt;P&gt;&amp;nbsp; TransactionDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Date(Max(LastIDChangeDate)) as MaxDate &lt;/P&gt;
&lt;P&gt;Resident Test&lt;/P&gt;
&lt;P&gt;Group By Account, TransactionDate;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Left Join (Test)&lt;/P&gt;
&lt;P&gt;Load &lt;/P&gt;
&lt;P&gt;&amp;nbsp; Account, &lt;/P&gt;
&lt;P&gt;&amp;nbsp; TransactionDate, &lt;/P&gt;
&lt;P&gt;&amp;nbsp; MaxDate as RequiredDate &lt;/P&gt;
&lt;P&gt;Resident Test;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131627#M371933</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-05-12T08:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131628#M371934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why&lt;/P&gt;&lt;P&gt;22/06/2007 for 02/02/2015 (as 22/06/2007 is lowest date) and&lt;/P&gt;&lt;P&gt;09/06/2015 for 02/07/2015 (as 02/07/2015 is highest date)&lt;/P&gt;&lt;P&gt;!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131628#M371934</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-05-12T08:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131629#M371935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try i&amp;nbsp; this way &lt;/P&gt;&lt;P&gt;maxdate:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;max(lastchagedate) as maxdate&lt;/P&gt;&lt;P&gt;let vmaxdate=peek(maxdate,0,maxdate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131629#M371935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T08:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131630#M371936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vsudhakar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give example with the script please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD * INLINE [&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account, TransactionDate, ID,&amp;nbsp;&amp;nbsp;&amp;nbsp; LastIDChangeDate&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/02/2015,&amp;nbsp; 1050,&amp;nbsp; 22/06/2007&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/02/2015,&amp;nbsp; 1423,&amp;nbsp; 22/06/2007&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/02/2015,&amp;nbsp; 1234,&amp;nbsp; 22/06/2015&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/07/2015,&amp;nbsp; 1050,&amp;nbsp; 22/06/2007&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/07/2015,&amp;nbsp; 1423,&amp;nbsp; 18/08/2010&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/07/2015,&amp;nbsp; 1234,&amp;nbsp; 09/06/2015&amp;nbsp; &lt;/P&gt;&lt;P&gt;];&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131630#M371936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T08:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131631#M371937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131631#M371937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T08:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131632#M371938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Why&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;22/06/2007 for 02/02/2015 (as 22/06/2007 is lowest date) and&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;09/06/2015 for 02/07/2015 (as 02/07/2015 is highest date)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131632#M371938</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-05-12T08:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Top 1</title>
      <link>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131633#M371939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 431px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="50"&gt;Account&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="97"&gt;TransactionDate&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="29"&gt;ID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="111"&gt;LastIDChangeDate&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="62"&gt;MaxDate&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="82"&gt;RequiredDate&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;02/02/2015&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;1050&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;22/06/2007&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;22/06/2015&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;22/06/2015&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;02/02/2015&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;1234&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;22/06/2015&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;22/06/2015&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;22/06/2015&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;02/02/2015&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;1423&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;22/06/2007&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;22/06/2015&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;STRONG&gt;22/06/2015&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;02/07/2015&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1050&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;22/06/2007&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;09/06/2015&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;09/06/2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;02/07/2015&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1234&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;09/06/2015&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;09/06/2015&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;09/06/2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;02/07/2015&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1423&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;18/08/2010&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;09/06/2015&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;09/06/2015&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For TransactionDate 02/02/2015 you have requireddate as 22/06/2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this date did not exist on 02/02/2015, The &lt;SPAN style="font-size: 13.3333px;"&gt;LastIDChangeDate was &lt;STRONG style="font-size: 13.3333px;"&gt;22/06/2007&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the last &lt;SPAN style="font-size: 13.3333px;"&gt;LastIDChangeDate for a Transaction so if the &lt;SPAN style="font-size: 13.3333px;"&gt;LastIDChangeDate&amp;nbsp; is more than Transaction date ignore this one and give me the max &lt;SPAN style="font-size: 13.3333px;"&gt;LastIDChangeDate&amp;nbsp; before the Transactiondate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hope this makes more clearer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 09:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-1/m-p/1131633#M371939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T09:08:05Z</dc:date>
    </item>
  </channel>
</rss>

