<?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 to Qlikview select filter max date on real time ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Qlikview-select-filter-max-date-on-real-time/m-p/50885#M787083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know why you put&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NODISTINCT&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Feb 2018 05:48:56 GMT</pubDate>
    <dc:creator>shiveshsingh</dc:creator>
    <dc:date>2018-02-20T05:48:56Z</dc:date>
    <item>
      <title>How to Qlikview select filter max date on real time ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Qlikview-select-filter-max-date-on-real-time/m-p/50883#M787079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone knows how to select maximum date by group ? I try to avoid pre-calculating it during load statement, because I want to keep it as interactive as possible. I would like to enable report to recalculate the new max date after user has apply new filtering selection...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is as far as I can figure out... &lt;/P&gt;&lt;P&gt;&lt;IMG alt="screenshot.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193859_screenshot.jpg" style="height: 255px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steven&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-Qlikview-select-filter-max-date-on-real-time/m-p/50883#M787079</guid>
      <dc:creator>bkkuah17</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Qlikview select filter max date on real time ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Qlikview-select-filter-max-date-on-real-time/m-p/50884#M787081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Aggr(NODISTINCT Max(&lt;STRONG style="font-size: 13.3333px;"&gt;B2B.&lt;/STRONG&gt;ReqDate),B2B.APPREFNUM)=&lt;STRONG style="font-size: 13.3333px;"&gt;B2B.&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;ReqDate&lt;/STRONG&gt;&lt;/SPAN&gt;,'Y','N')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 04:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Qlikview-select-filter-max-date-on-real-time/m-p/50884#M787081</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-02-20T04:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Qlikview select filter max date on real time ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Qlikview-select-filter-max-date-on-real-time/m-p/50885#M787083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know why you put&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NODISTINCT&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 05:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Qlikview-select-filter-max-date-on-real-time/m-p/50885#M787083</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-02-20T05:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Qlikview select filter max date on real time ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Qlikview-select-filter-max-date-on-real-time/m-p/50886#M787086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shivesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll take the above scenario as an example and try to explain.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193868_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please note that 'NoDisitinct' can be used only in Aggr function. So here we have to find the max date for a particular Code (dimension) and it should be repeated for all the rows. But if you use Aggr function then Qlikview will create a virtual table like below &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/193871_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Qlikview only shows the date for the first row and rest of the rows as Null for the same code.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/193872_Capture.PNG" style="height: auto;" /&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="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;So we can use NoDistinct &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;qualifier which helps us to replicate the max date for the same code (dimension).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/193873_Capture.PNG" style="height: 141px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Finally the output looks like below as per the above requirement.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/193874_Capture.PNG" style="height: 101px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;You can read more about NoDistinct in the below thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qliktips.com/2014/11/no-nodistinct.html" title="http://www.qliktips.com/2014/11/no-nodistinct.html"&gt;Qlik Tips: No nodistinct&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I've explained myself well. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 06:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Qlikview-select-filter-max-date-on-real-time/m-p/50886#M787086</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-02-20T06:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Qlikview select filter max date on real time ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Qlikview-select-filter-max-date-on-real-time/m-p/50887#M787088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for detailed explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your efforts &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 06:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Qlikview-select-filter-max-date-on-real-time/m-p/50887#M787088</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-02-20T06:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Qlikview select filter max date on real time ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Qlikview-select-filter-max-date-on-real-time/m-p/50888#M787091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 07:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Qlikview-select-filter-max-date-on-real-time/m-p/50888#M787091</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-02-20T07:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Qlikview select filter max date on real time ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Qlikview-select-filter-max-date-on-real-time/m-p/50889#M787093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ! It works..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 09:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Qlikview-select-filter-max-date-on-real-time/m-p/50889#M787093</guid>
      <dc:creator>bkkuah17</dc:creator>
      <dc:date>2018-02-20T09:40:07Z</dc:date>
    </item>
  </channel>
</rss>

