<?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: Max without NULL in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-without-NULL/m-p/96895#M761966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1 style="font-size: 26px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/H1&gt;&lt;P&gt;Remove null values in the script only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like below exp and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET NullValue = 'Null'; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NULLASVALUE *;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Aug 2018 07:14:11 GMT</pubDate>
    <dc:creator>ChennaiahNallani</dc:creator>
    <dc:date>2018-08-02T07:14:11Z</dc:date>
    <item>
      <title>Max without NULL</title>
      <link>https://community.qlik.com/t5/QlikView/Max-without-NULL/m-p/96888#M761959</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 have a problem with my set analysis. I want to show Max of Close_date without NULL. My data like table below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Account&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Client&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Closedate&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10-20-2017&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10-19-2017&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client A is main account and each Client has many child Account . Because this is certain way to store the data . So each Account has each Closedate. But I just wanna show 1 Closedate is 10-20-2017 ( because this is Close date of Main Account .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use my expression like this: max({&amp;lt;closedate={'*'}&amp;gt;}closedate ). But it doesnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me solutions for this issue. Many Thanks&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/Max-without-NULL/m-p/96888#M761959</guid>
      <dc:creator>phongnnguyen</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Max without NULL</title>
      <link>https://community.qlik.com/t5/QlikView/Max-without-NULL/m-p/96889#M761960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens when you use the above expression? Can you elaborate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2018 02:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-without-NULL/m-p/96889#M761960</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-02T02:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Max without NULL</title>
      <link>https://community.qlik.com/t5/QlikView/Max-without-NULL/m-p/96890#M761961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny Talwar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its result is - ( NULL ) not is my expectation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2018 02:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-without-NULL/m-p/96890#M761961</guid>
      <dc:creator>phongnnguyen</dc:creator>
      <dc:date>2018-08-02T02:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Max without NULL</title>
      <link>https://community.qlik.com/t5/QlikView/Max-without-NULL/m-p/96891#M761962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;what is you dimensions and expression ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try it &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;max({&amp;lt;closedate={'*'}&lt;STRONG&gt;-{' '}&lt;/STRONG&gt;&amp;gt;}closedate ).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2018 05:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-without-NULL/m-p/96891#M761962</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2018-08-02T05:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Max without NULL</title>
      <link>https://community.qlik.com/t5/QlikView/Max-without-NULL/m-p/96892#M761963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps your date field is a text field. Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Max(&lt;STRONG&gt;Date#&lt;/STRONG&gt;(closedate, 'MM-DD-YYYY')), 'MM-DD-YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2018 05:32:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-without-NULL/m-p/96892#M761963</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-08-02T05:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Max without NULL</title>
      <link>https://community.qlik.com/t5/QlikView/Max-without-NULL/m-p/96893#M761964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-avatarid="-1" data-userid="277302" data-username="phongnnguyen" href="https://community.qlik.com/people/phongnnguyen" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7;"&gt;Phong Nguyen&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;You can achieve your requirement like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD Account,Client,DATE(DATE#(Closedate,'MM-DD-YYYY'),'DD-MMM-YYYY') AS Closedate INLINE [&lt;/P&gt;&lt;P&gt;Account,Client,Closedate&lt;/P&gt;&lt;P&gt;A1,A,10-20-2017&lt;/P&gt;&lt;P&gt;A2,A,10-19-2017&lt;/P&gt;&lt;P&gt;A1,A,&lt;/P&gt;&lt;P&gt;A2,A,&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/209638_Capture.PNG" style="height: 184px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2018 05:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-without-NULL/m-p/96893#M761964</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-08-02T05:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Max without NULL</title>
      <link>https://community.qlik.com/t5/QlikView/Max-without-NULL/m-p/96894#M761965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your document was created using the latest version (September 2017), then you will need to use double quotes*:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Max({&amp;lt;closedate = {"*"}&amp;gt;} closedate)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Although Max() will ignore nulls any way, so the set expression is not required to exclude nulls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;*The rule has always been that single quotes is for a LITERAL, and double quotes for a SEARCH. This was ignored in earlier versions, but will be enforced for the latest and subsequent versions. See the release notes for more detail.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2018 06:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-without-NULL/m-p/96894#M761965</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-08-02T06:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Max without NULL</title>
      <link>https://community.qlik.com/t5/QlikView/Max-without-NULL/m-p/96895#M761966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1 style="font-size: 26px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/H1&gt;&lt;P&gt;Remove null values in the script only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like below exp and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET NullValue = 'Null'; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NULLASVALUE *;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2018 07:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-without-NULL/m-p/96895#M761966</guid>
      <dc:creator>ChennaiahNallani</dc:creator>
      <dc:date>2018-08-02T07:14:11Z</dc:date>
    </item>
  </channel>
</rss>

