<?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 How to find max Trans ID. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-find-max-Trans-ID/m-p/1140984#M898348</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;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;i need to find Max Trans ID of a customer at Max date for this i&amp;nbsp; did group customer ID and Max Trans date.i got it but how to get Max Trans ID of a customer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to find max Trans ID.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-Trans-ID/m-p/1140984#M898348</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;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;i need to find Max Trans ID of a customer at Max date for this i&amp;nbsp; did group customer ID and Max Trans date.i got it but how to get Max Trans ID of a customer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&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/How-to-find-max-Trans-ID/m-p/1140984#M898348</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max Trans ID.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-Trans-ID/m-p/1140985#M898349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use in you dimension customer and on expression use max(tran date).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 17:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-Trans-ID/m-p/1140985#M898349</guid>
      <dc:creator />
      <dc:date>2016-07-25T17:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max Trans ID.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-Trans-ID/m-p/1140986#M898350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Sliva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need Max(Trans ID)&amp;nbsp; and Max(Trans Date) of that customer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 17:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-Trans-ID/m-p/1140986#M898350</guid>
      <dc:creator />
      <dc:date>2016-07-25T17:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max Trans ID.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-Trans-ID/m-p/1140987#M898351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Customer:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Customer ID], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Tran Date], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Trans ID]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Book1.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Customer_G:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Customer ID],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Max(Date([Tran Date])) as Max_Trans_Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MaxString([Trans ID]) as Max_Trans_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Customer&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By [Customer ID], [Tran Date];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 17:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-Trans-ID/m-p/1140987#M898351</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-25T17:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to find max Trans ID.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-max-Trans-ID/m-p/1140988#M898352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use maxstring(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Trans ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 17:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-max-Trans-ID/m-p/1140988#M898352</guid>
      <dc:creator />
      <dc:date>2016-07-25T17:31:29Z</dc:date>
    </item>
  </channel>
</rss>

