<?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: Print only the value with min(date) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Print-only-the-value-with-min-date/m-p/841355#M990813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; This return: "Error: ERror in expression: Nested aggregation not allowed"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2015 13:12:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-09T13:12:00Z</dc:date>
    <item>
      <title>Print only the value with min(date)</title>
      <link>https://community.qlik.com/t5/QlikView/Print-only-the-value-with-min-date/m-p/841353#M990811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I'm having serious trouble to write this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I wan't to print only the value that has the min date. Like an initial value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I've tried this: =Sum({$&amp;lt;Date={"=$(=min(Date))"}&amp;gt;} Value).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; How can i do it? =(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 13:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Print-only-the-value-with-min-date/m-p/841353#M990811</guid>
      <dc:creator />
      <dc:date>2015-07-09T13:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Print only the value with min(date)</title>
      <link>https://community.qlik.com/t5/QlikView/Print-only-the-value-with-min-date/m-p/841354#M990812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;try&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sum( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FirstSortedValue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 13:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Print-only-the-value-with-min-date/m-p/841354#M990812</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-07-09T13:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Print only the value with min(date)</title>
      <link>https://community.qlik.com/t5/QlikView/Print-only-the-value-with-min-date/m-p/841355#M990813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; This return: "Error: ERror in expression: Nested aggregation not allowed"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 13:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Print-only-the-value-with-min-date/m-p/841355#M990813</guid>
      <dc:creator />
      <dc:date>2015-07-09T13:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Print only the value with min(date)</title>
      <link>https://community.qlik.com/t5/QlikView/Print-only-the-value-with-min-date/m-p/841356#M990814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUM({&amp;lt;Date = {'$(=Min(Date))'}&amp;gt;}Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 13:12:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Print-only-the-value-with-min-date/m-p/841356#M990814</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-09T13:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Print only the value with min(date)</title>
      <link>https://community.qlik.com/t5/QlikView/Print-only-the-value-with-min-date/m-p/841357#M990815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, you can save in a variable the value of the min date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vMinDate = min(Date) //Here you can choice if you want the min date of all data or the min date of the selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that you can use the variable in expresion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Date = {'$(=vMinDate)'}&amp;gt;}Value).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me Know if this help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 13:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Print-only-the-value-with-min-date/m-p/841357#M990815</guid>
      <dc:creator>ger_alegria</dc:creator>
      <dc:date>2015-07-09T13:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Print only the value with min(date)</title>
      <link>https://community.qlik.com/t5/QlikView/Print-only-the-value-with-min-date/m-p/841358#M990816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right, try with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FirstSortedValue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 13:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Print-only-the-value-with-min-date/m-p/841358#M990816</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-07-09T13:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Print only the value with min(date)</title>
      <link>https://community.qlik.com/t5/QlikView/Print-only-the-value-with-min-date/m-p/841359#M990817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank's Guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Almost all of your answers has worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 13:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Print-only-the-value-with-min-date/m-p/841359#M990817</guid>
      <dc:creator />
      <dc:date>2015-07-09T13:36:40Z</dc:date>
    </item>
  </channel>
</rss>

