<?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: Blank or NULL in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568260#M211853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The formula that I suggested, will count the empty values. If the requirement is to cover all other values, then of course the same formula with the logical subtraction will give you the desired result:&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;"&gt;sum({$&amp;lt;Area_Name&lt;STRONG&gt;-=&lt;/STRONG&gt;{"=len(trim(Area_Name))=0"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Notice the use of the operator "-=" before the {...}&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2014 17:28:14 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2014-02-25T17:28:14Z</dc:date>
    <item>
      <title>Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568255#M211848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field called "Area_Name". I want to set analysis to be written to Sum where the "Area_Name" is 'Blank' or 'NULL'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 15:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568255#M211848</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-02-25T15:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568256#M211849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum(if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Area_Name&lt;/SPAN&gt;='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NULL'&amp;nbsp; or&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Area_Name&lt;/SPAN&gt;='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;BLANK',1&lt;/SPAN&gt;&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 15:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568256#M211849</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-02-25T15:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568257#M211850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Filtering Null can be tricky, but you can try the following to select all values that should exclude the null value and - {''} should get rid of the blank values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Area_Name={'*'}-{''}&amp;gt;} 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 15:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568257#M211850</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2014-02-25T15:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568258#M211851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't want to get into testing for Null itself (which can be tricky), you can use the NullAsValue function in your data load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add these two lines near the before your data load in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NULLASVALUE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET NullValue = 'Blank';&amp;nbsp; (or SET NullValue = ' ' if applicable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, you will need to get into "exists" functions in some cases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 16:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568258#M211851</guid>
      <dc:creator>greg-anderson</dc:creator>
      <dc:date>2014-02-25T16:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568259#M211852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please do not suggest solutions that are known to be "bad practice", such as SUM(IF( ... )). It is known as a common cause of bad performance, and should be avoided at all costs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Set Analysis solution that could work in this case would be something 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;"&gt;sum({$&amp;lt;Area_Name={"=len(trim(Area_Name))=0"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice the double quotes and the opening equal sign that signify advanced search. The search criteria requires that the length of the trimmed string is equal to 0 - that will cover NULL values and any number of spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;Come and learn advanced Set Analysis with me at the Masters Summit for QlikView - Chicago, April 1-3.&lt;/P&gt;&lt;P&gt;www.masterssummit.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 17:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568259#M211852</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2014-02-25T17:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568260#M211853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The formula that I suggested, will count the empty values. If the requirement is to cover all other values, then of course the same formula with the logical subtraction will give you the desired result:&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;"&gt;sum({$&amp;lt;Area_Name&lt;STRONG&gt;-=&lt;/STRONG&gt;{"=len(trim(Area_Name))=0"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Notice the use of the operator "-=" before the {...}&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 17:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568260#M211853</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2014-02-25T17:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568261#M211854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Alternative to this would be to do a Null test in the script, with something like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(IsNull(Field), 1,0) as FlagName&amp;nbsp; &lt;/P&gt;&lt;P&gt;To Incorporate this into a field name, you simply do &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(IsNull(AreaName), 'Blank', AreaName) as NewAreaNameField,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;This would give you a new field where if the AreaName field was null, "Blank" would be used, otherwise the correct AreaName value is used.&amp;nbsp; I like this alternative because you can select all the "Blank" Area names in a list box, populate a table with information and then coach individuals on data entry, or correct the entries as needed.&amp;nbsp; You can also count the Blank names and then use that throughout the application.&amp;nbsp; Creating one Set Analysis expression is handy, but you have to create it over and over, every time you want to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a different way to look at it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 17:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568261#M211854</guid>
      <dc:creator>hallquist_nate</dc:creator>
      <dc:date>2014-02-25T17:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568262#M211855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why I never made the connection from using the same len() function I use in the script to using it in set analysis.&amp;nbsp; I seem to be missing a couple synapses between neurons.&amp;nbsp; Good thing I'm trying to be more active in Qlik Community again and going to the Masters Summit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, and we can leave the details for the Masters Summit, I don't think you can select the unselectable with Set Analysis.&amp;nbsp; The only way to calculate a sum related to a null dimension is to do the following:&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;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sales)&lt;/SPAN&gt; - sum({$&amp;lt;Area_Name&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-=&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{"=len(trim(Area_Name))=0"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;or for that matter if you just want to filter null values and not empty strings,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sales)&lt;/SPAN&gt; - sum({$&amp;lt;Area_Name&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-=&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{"*"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I don't know in what version this became true, but you no longer have to use double quotes for an advanced search in set analysis.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{$&amp;lt;Area_Name&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{"=sum(Sales)&amp;gt;10000"}&amp;gt;}&lt;/SPAN&gt; Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gives you the same result as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{$&amp;lt;Area_Name&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{'=sum(Sales)&amp;gt;10000'}&amp;gt;}&lt;/SPAN&gt; Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{$&amp;lt;Area_Name&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{'*'}&amp;gt;}&lt;/SPAN&gt; Sales) returns all area names and not just an Area_Name *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is great if you have to do nested set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, some things to talk about at the Master Summit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 23:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568262#M211855</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2014-02-25T23:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568263#M211856</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;The simple and effective way is arrive a flag in your script like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;If(Len(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Area_Name&lt;/SPAN&gt;) = 0 OR IsNull(Area_Name), 1, 0) AS AreaFlag&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in expression just use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;AreaFlag={1}&amp;gt;} 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 01:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568263#M211856</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-02-26T01:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568264#M211857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It isn't necessary to evaluate both len(Area_Name) = 0 and isnull(Area_Name) because the length of a null value is 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 06:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568264#M211857</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2014-02-26T06:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568265#M211858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Oleg!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this work when we are trying to use the "Area_Name" as one of the dimension? Please suggest!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 09:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568265#M211858</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-02-26T09:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568266#M211859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like this if NULL is written in your field then write this&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Area_Name={"","NULL"}&amp;gt;}Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 09:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568266#M211859</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-02-26T09:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568267#M211860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi try this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Area_Name={null()}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 10:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568267#M211860</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-02-26T10:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568268#M211861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Prem it is not working!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am little confused which one is the right one. Can some one help me out with the sample application please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 10:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568268#M211861</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-02-26T10:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568269#M211862</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;Did you tried my solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 10:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568269#M211862</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-02-26T10:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568270#M211863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We would like to do that without any change in the load script! Thats the problem!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 11:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568270#M211863</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-02-26T11:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568271#M211864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;None of the solution provided above are above to handle the NULL values. It is only able to handle the blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried Oleg solution but it is able to handle only blank. Any suggestions please!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 11:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568271#M211864</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-02-26T11:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568272#M211865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi there!&amp;nbsp; Have you tested my proposal of using NullAsValue? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While it admittedly has a somewhat "brute force" feel to me, it has made it very easy for me to handle data loads from multiple sources where I cannot be 100% certain whether 'empty' columns are blank ('') or actually NULL.&amp;nbsp; Consolidating these into a single value has made many of my analyses much simpler and more consistent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 11:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568272#M211865</guid>
      <dc:creator>greg-anderson</dc:creator>
      <dc:date>2014-02-26T11:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568273#M211866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The set analysis condition that's excluding nulls, should work even if the Area_Name is one of the chart dimensions, as long as you don't need to be sensitive to the individual Dimension values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 16:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568273#M211866</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2014-02-26T16:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Blank or NULL in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568274#M211867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;This is not pretty, but should get the job done because I also could not handle null values with set analysis alone.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit;"&gt;sum(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;Sales)&lt;/SPAN&gt; - sum({$&amp;lt;Area_Name&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;-=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{"=len(trim(Area_Name))=0"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I've attached a screenshot of my tests.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Karl&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 19:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Blank-or-NULL-in-Set-Analysis/m-p/568274#M211867</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2014-02-26T19:10:15Z</dc:date>
    </item>
  </channel>
</rss>

