<?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 set null condition in set anslysis? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-set-null-condition-in-set-anslysis/m-p/1082818#M360672</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;Try like 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; sum({&amp;lt; close_date-={'*'} &amp;gt;} total)&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;Hope this helps you.&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;Regards,&lt;/SPAN&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;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2016 01:45:42 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2016-03-16T01:45:42Z</dc:date>
    <item>
      <title>How to set null condition in set anslysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-null-condition-in-set-anslysis/m-p/1082816#M360670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently, we want to add one condition that close_date = null in set analysis, how to reach that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({&amp;lt; close_date={null()} &amp;gt;} total)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, this expression cannot work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do if want to add null condition in set analysis? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 01:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-null-condition-in-set-anslysis/m-p/1082816#M360670</guid>
      <dc:creator>alex_stone</dc:creator>
      <dc:date>2016-03-16T01:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to set null condition in set anslysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-null-condition-in-set-anslysis/m-p/1082817#M360671</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;STRONG&gt;=Sum({&amp;lt;close_date = {"=Len(Trim(close_date)) = 0"}&amp;gt;}total)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;=Sum({&amp;lt;close_date = {"=IsNull(close_date)"}&amp;gt;}total)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;=Sum({&amp;lt;close_date -= {'*'}&amp;gt;}total)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 01:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-null-condition-in-set-anslysis/m-p/1082817#M360671</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-16T01:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to set null condition in set anslysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-null-condition-in-set-anslysis/m-p/1082818#M360672</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;Try like 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; sum({&amp;lt; close_date-={'*'} &amp;gt;} total)&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;Hope this helps you.&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;Regards,&lt;/SPAN&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;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 01:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-null-condition-in-set-anslysis/m-p/1082818#M360672</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-16T01:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to set null condition in set anslysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-null-condition-in-set-anslysis/m-p/1082819#M360673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;=Sum({&amp;lt;close_date = {"=if(Len(Trim(close_date)) = 0,close_date)"}&amp;gt;}total)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;or&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;=Sum({&amp;lt;close_date -= {'*'}&amp;gt;}total)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 06:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-null-condition-in-set-anslysis/m-p/1082819#M360673</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-16T06:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to set null condition in set anslysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-null-condition-in-set-anslysis/m-p/1082820#M360674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for more,&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;close_date={'Null'}&amp;gt;}total)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4424"&gt;Excluding values in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 06:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-null-condition-in-set-anslysis/m-p/1082820#M360674</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-16T06:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to set null condition in set anslysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-null-condition-in-set-anslysis/m-p/1082821#M360675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your replay, let me try it. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 06:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-null-condition-in-set-anslysis/m-p/1082821#M360675</guid>
      <dc:creator>alex_stone</dc:creator>
      <dc:date>2016-03-19T06:40:39Z</dc:date>
    </item>
  </channel>
</rss>

