<?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: Last date as dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-date-as-dimension/m-p/1372313#M516321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, it works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 May 2017 13:18:13 GMT</pubDate>
    <dc:creator>patrou38</dc:creator>
    <dc:date>2017-05-05T13:18:13Z</dc:date>
    <item>
      <title>Last date as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Last-date-as-dimension/m-p/1372310#M516317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Hello, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;I would like to put as dimension a Date corresponding to the last one (Max(Date(CutOffDate))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;but without success. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I tried this expression below, but something is probably missing &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;date&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;CutOffDate&lt;/SPAN&gt;)= &lt;SPAN style="color: #0000ff;"&gt;max&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;date&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;CutOffDate&lt;/SPAN&gt;)), &lt;SPAN style="color: #0000ff;"&gt;date&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;CutOffDate&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162313_Capture.JPG" style="width: 620px; height: 233px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thank you for you help. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Patrick&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 12:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-date-as-dimension/m-p/1372310#M516317</guid>
      <dc:creator>patrou38</dc:creator>
      <dc:date>2017-05-05T12:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Last date as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Last-date-as-dimension/m-p/1372311#M516319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;IF(CutOffDate = AGGR(MAX(CutOffDate), CutOffDate), DATE(CutOffDate))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 12:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-date-as-dimension/m-p/1372311#M516319</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-05T12:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Last date as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Last-date-as-dimension/m-p/1372312#M516320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;=&lt;STRONG style="color: #0000ff;"&gt;Aggr&lt;/STRONG&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;(Date(&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;CutOffDate)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;= Date(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;( &lt;SPAN style="color: #0000ff;"&gt;total &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;CutOffDate&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;)), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;CutOffDate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;CutOffDate)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 12:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-date-as-dimension/m-p/1372312#M516320</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-05-05T12:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Last date as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Last-date-as-dimension/m-p/1372313#M516321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, it works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 13:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-date-as-dimension/m-p/1372313#M516321</guid>
      <dc:creator>patrou38</dc:creator>
      <dc:date>2017-05-05T13:18:13Z</dc:date>
    </item>
  </channel>
</rss>

