<?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: How do I display the record with the minimum date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407853#M426117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;sum({$&amp;lt;[Transactions.Txn Type]={'Invoice'}, [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Txn Date] = {'$(=Date(Min([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Txn Date]),'MM/DD/YYYY')&lt;/SPAN&gt;)'}&lt;/SPAN&gt;&amp;gt;} Transactions.Amount)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Aug 2017 19:13:18 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-08-15T19:13:18Z</dc:date>
    <item>
      <title>How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407852#M426116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know that this must involve the FirstSortedValue function and possibly the Aggr function as well...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, I don't have control over the Load as this is QlikView Advanced Reporting in Quickbooks..&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a Straight Table, I'm trying to display only the record for each SO # that has the earliest Txn Date. For the Amount field, I have the Expression built this way:&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({$&amp;lt;[Transactions.Txn Type]={'Invoice'}&amp;gt;} Transactions.Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for SO# 6922-1, I'd want to see only one record since the same date displays twice. For SO# 6922-2, I'd want to see one of the records that has the 3/23/2017 date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 415px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="59"&gt;&lt;P&gt;Txn Type&lt;/P&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="66"&gt;Item Type&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="117"&gt;PO #&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="41"&gt;SO #&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="63"&gt;Txn Date&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="69"&gt;Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;7FEB2017DJACOBSON&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;6922-1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;03/23/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$926.40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;7FEB2017DJACOBSON&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;6922-1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;03/23/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$1,890.40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;7FEB2017DJACOBSON&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;6922-2&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;04/30/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$360.52&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;7FEB2017DJACOBSON&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;6922-2&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;03/23/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$926.40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;7FEB2017DJACOBSON&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;6922-2&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;03/23/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$1,890.40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;P2546&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;6953&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;04/21/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$1,134.54&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;P2546&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;6953&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;05/25/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$1,134.54&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2045184&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;6972&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;04/19/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$926.40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2045296&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;6978&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;04/28/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$926.40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2045296&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;6978&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;04/26/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$1,890.40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2045472&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;6980&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;05/05/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$1,890.40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2045610&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;6991&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;05/18/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$463.20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2045610&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;6991&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;05/18/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$945.20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2045755&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;6995&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;05/24/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$1,890.40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2045860&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;7005&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;05/31/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$463.20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2045860&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;7005&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;05/31/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$945.20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2045898&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;7018&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;06/15/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$926.40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2046419&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;7037&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;07/06/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$463.20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2046419&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;7037&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;07/06/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$945.20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2046573&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;7052&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;07/19/2017&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;$926.40&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 18:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407852#M426116</guid>
      <dc:creator />
      <dc:date>2017-08-15T18:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407853#M426117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;sum({$&amp;lt;[Transactions.Txn Type]={'Invoice'}, [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Txn Date] = {'$(=Date(Min([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Txn Date]),'MM/DD/YYYY')&lt;/SPAN&gt;)'}&lt;/SPAN&gt;&amp;gt;} Transactions.Amount)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 19:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407853#M426117</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-15T19:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407854#M426118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried your suggestion, Anil, but unfortunately, the data came back with all of the rows. Thank you, though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 19:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407854#M426118</guid>
      <dc:creator />
      <dc:date>2017-08-15T19:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407855#M426119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should work, for 6922-1 which date amount you need to pick. If this condition won't work that mean your date format is not good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 19:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407855#M426119</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-15T19:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407856#M426120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For 6922-1, it doesn't matter which record is displayed. I don't care which Amount is displayed, I just need one record for each SO #.&amp;nbsp; Actually, I don't even need the Amount displayed, but wasn't sure how to make the Txn Date field an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I can't control the format for the date as I don't have the ability to control the Load statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 19:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407856#M426120</guid>
      <dc:creator />
      <dc:date>2017-08-15T19:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407857#M426121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, I thought you are doing this in Set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Only({$&amp;lt;[Transactions.Txn Type]={'Invoice'}, [&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;Txn Date] = {'$(=Date(Min([&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Txn Date]),'MM/DD/YYYY')&lt;/SPAN&gt;)'}&lt;/SPAN&gt;&amp;gt;} [Txn Date])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 19:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407857#M426121</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-15T19:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407858#M426122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="font-size: 10pt;"&gt;SET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;DateFormat&lt;/EM&gt;&lt;/STRONG&gt;='MM/DD/YYYY';&lt;BR /&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="color: #800000;"&gt;[Txn Type]&lt;/SPAN&gt;, &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;[Item Type]&lt;/SPAN&gt;, &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;[PO #]&lt;/SPAN&gt;, &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;[SO #]&lt;/SPAN&gt;, &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;[Txn Date]&lt;/SPAN&gt;, &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;PurgeChar&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Amount&lt;/SPAN&gt;,'$') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Amount&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;A class="jive-link-message-small" data-containerid="2051" data-containertype="14" data-objectid="1325946" data-objecttype="2" href="https://community.qlik.com/message/1325946#1325946"&gt;https://community.qlik.com/message/1325946&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt; (&lt;SPAN style="color: #0000ff;"&gt;html&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;codepage&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;is&lt;/SPAN&gt; 1252, &lt;SPAN style="color: #0000ff;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;labels&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;is&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; @1); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173501_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 19:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407858#M426122</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-08-15T19:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407859#M426123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Antonio, but I can't control the Load as I'm using Advanced Reporting in Quickbooks which is the front end of QlikView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 19:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407859#M426123</guid>
      <dc:creator />
      <dc:date>2017-08-15T19:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407860#M426124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anil - should this be the formula for the Txn Date Dimension? If so, the syntax isn't working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 19:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407860#M426124</guid>
      <dc:creator />
      <dc:date>2017-08-15T19:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407861#M426125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173502_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expr:&lt;/P&gt;&lt;P&gt;= FirstSortedValue(TxnDate, Aggr(TxnDate, TxnType, ItemType, SO#, TxnDate))&lt;/P&gt;&lt;P&gt;= FirstSortedValue(Amount, Aggr(Sum(Amount), TxnType, ItemType, SO#, TxnType))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 19:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407861#M426125</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-08-15T19:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407862#M426126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That looks right, but I'm getting this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="853"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="130"&gt;Txn Type&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="139"&gt;Item Type&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="199"&gt;PO #&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="189"&gt;SO #&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="98"&gt;Txn Date&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="98"&gt;Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;7FEB2017DJACOBSON&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;6922-1&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;03/23/2017&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;7FEB2017DJACOBSON&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;6922-2&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;03/23/2017&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;7FEB2017DJACOBSON&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;6922-2&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;04/30/2017&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;P2546&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;6953&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;04/21/2017&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;P2546&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;6953&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;05/25/2017&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2045184&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;6972&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;04/19/2017&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2045296&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;6978&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;04/26/2017&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2045296&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;6978&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;04/28/2017&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2045472&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;6980&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;05/05/2017&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2045610&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;6991&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;05/18/2017&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2045755&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;6995&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;05/24/2017&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2045860&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;7005&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;05/31/2017&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2045898&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;7018&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;06/15/2017&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2046419&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;7037&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;07/06/2017&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2046573&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;7052&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;07/19/2017&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 20:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407862#M426126</guid>
      <dc:creator />
      <dc:date>2017-08-15T20:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407863#M426127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are your dimensions and expressions in your straight table? &lt;/P&gt;&lt;P&gt;Use dimensions :&amp;nbsp; TxnType, ItemType, PO#, SO#&lt;/P&gt;&lt;P&gt;Use expressions: the two FirstsortedValue() functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that how you did?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 20:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407863#M426127</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-08-15T20:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407864#M426128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok - I set it up like you said. Now I get one row for each SO# (which is good), but the values for the Txn Date and the Amount display as '-'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="393"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="59"&gt;Txn Type&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="66"&gt;Item Type&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="117"&gt;PO #&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="41"&gt;SO #&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="52"&gt;Amount&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="58"&gt;Txn Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7FEB2017DJACOBSON&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;6922-1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7FEB2017DJACOBSON&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;6922-2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;P2546&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;6953&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2045184&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;6972&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2045296&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;6978&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2045472&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;6980&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2045610&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;6991&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2045755&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;6995&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2045860&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7005&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2045898&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7018&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2046419&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7037&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Invoice&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;ServiceItem&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2046573&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;7052&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 20:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407864#M426128</guid>
      <dc:creator />
      <dc:date>2017-08-15T20:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407865#M426129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show the expressions you are using? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 20:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407865#M426129</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-08-15T20:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407866#M426130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;= FirstSortedValue( {$&amp;lt;[Transactions.Txn Type]={'Invoice'}&amp;gt;} [Transactions.Txn Date], Aggr([Transactions.Txn Date], [Transactions.Txn Type], [Transactions.Item Type], [Transactions.PO Number],[Transactions.Sales Order Number], [Transactions.Txn Date]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=FirstSortedValue( {$&amp;lt;[Transactions.Txn Type]={'Invoice'}&amp;gt;} [Transactions.Amount], Aggr(sum( Transactions.Amount), [Transactions.Txn Type], [Transactions.Item Type], [Transactions.PO Number],[Transactions.Sales Order Number], [Transactions.Txn Type]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 20:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407866#M426130</guid>
      <dc:creator />
      <dc:date>2017-08-15T20:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407867#M426131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;= FirstSortedValue(&amp;nbsp; [Transactions.Txn Date],&amp;nbsp; Aggr([Transactions.Txn Date], [Transactions.Txn Type], [Transactions.Item Type], [Transactions.PO Number],[Transactions.Sales Order Number], [Transactions.Txn Date]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;=FirstSortedValue(&amp;nbsp; [Transactions.Amount], Aggr(sum( Transactions.Amount), [Transactions.Txn Type], [Transactions.Item Type], [Transactions.PO Number],[Transactions.Sales Order Number], [Transactions.Txn Type]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 20:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407867#M426131</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-08-15T20:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407868#M426132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay - the Txn Date and Amount display, but the SO# is displaying '-'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I do need the Set Analysis in there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 21:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407868#M426132</guid>
      <dc:creator />
      <dc:date>2017-08-15T21:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407869#M426133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share this sample you are working on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 21:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407869#M426133</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-08-15T21:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407870#M426134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume you mean the .qvw...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 21:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407870#M426134</guid>
      <dc:creator />
      <dc:date>2017-08-15T21:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the record with the minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407871#M426135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its protected and asking for password. Can you remove the authentication or give me the password and reattach. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 21:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-the-record-with-the-minimum-date/m-p/1407871#M426135</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-08-15T21:16:54Z</dc:date>
    </item>
  </channel>
</rss>

