<?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 excluded null values(-) in Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794284#M280736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujeet..&lt;/P&gt;&lt;P&gt;Thanks for yoyr reply&lt;/P&gt;&lt;P&gt;I tried this systax but its not working.Can you please find my attachment in this AGENTSKILLTARGET ID Contains null values i have to remove null values..Help me..&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Nov 2014 06:48:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-21T06:48:03Z</dc:date>
    <item>
      <title>How to excluded null values(-) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794282#M280734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ..&lt;/P&gt;&lt;P&gt; I have one field with null values means -.i have remove null values in set analysis.&lt;/P&gt;&lt;P&gt;please find following attachment i has &lt;STRONG&gt;agentskill targetid it contains null i have to remove null values in set analysis.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;please help me..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks,&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 06:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794282#M280734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-21T06:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to excluded null values(-) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794283#M280735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You can try {*} 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 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=sum({$&amp;lt;resolveddate ={'*'}-{''}&amp;gt;} 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 06:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794283#M280735</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-11-21T06:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to excluded null values(-) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794284#M280736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujeet..&lt;/P&gt;&lt;P&gt;Thanks for yoyr reply&lt;/P&gt;&lt;P&gt;I tried this systax but its not working.Can you please find my attachment in this AGENTSKILLTARGET ID Contains null values i have to remove null values..Help me..&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 06:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794284#M280736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-21T06:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to excluded null values(-) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794285#M280737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;you can use NULLASVALUE in script in order to assign a string/numeric default value for nulls:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Script:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;NULLASVALUE Filed&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Set NullValue = 'N/A';&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Expression:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({&amp;lt;Field={'N/A'}&amp;gt;}Field)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 06:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794285#M280737</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-11-21T06:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to excluded null values(-) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794286#M280738</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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;NullITakingField={"=not isnull(NullTakingField)"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 06:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794286#M280738</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-11-21T06:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to excluded null values(-) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794287#M280739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max..&lt;/P&gt;&lt;P&gt;Thanks for your reply..&lt;/P&gt;&lt;P&gt;If apply same syntax it does not working fine..&lt;/P&gt;&lt;P&gt;Thnaks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 06:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794287#M280739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-21T06:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to excluded null values(-) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794288#M280740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 06:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794288#M280740</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-11-21T06:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to excluded null values(-) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794289#M280741</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;What is your expected count??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 07:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794289#M280741</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-11-21T07:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: How to excluded null values(-) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794290#M280742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anbu..&lt;/P&gt;&lt;P&gt;Thanks for your reply..&lt;/P&gt;&lt;P&gt;Trasing wise your formula currect.But when i create table box with acdDATE and agentskilltargetID.The agentskilltargetid has null values so it has count but your formula shows zero count..&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 07:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794290#M280742</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-21T07:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to excluded null values(-) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794291#M280743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=count({&amp;lt;ACD_Date={'=Len(Trim(AgentSkillTargetID))=0'}&amp;gt;}DISTINCT ACD_Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 07:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794291#M280743</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-11-21T07:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to excluded null values(-) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794292#M280744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if null value coming from your backend data than you can remove it from your backend table with the help of where Condition, i.e. FieldName = ' ';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;in Set analysis&lt;/P&gt;&lt;P&gt;sum(field = { * }- { 'Flag1'}- {'Flag 2'} and so on please mention all flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE : -ve or +ve in Set analysis is up to your need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Abhay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 07:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794292#M280744</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2014-11-21T07:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to excluded null values(-) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794293#M280745</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;Check this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only({&amp;lt;AgentSkillTargetID=P(AgentSkillTargetID)&amp;gt;} AgentSkillTargetID)&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>Fri, 21 Nov 2014 07:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794293#M280745</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-21T07:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to excluded null values(-) in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794294#M280746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chandidni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not see any reason doing this by SET Analysis, you simply select the "Suppress Null Values" option from the Dimension properties for a particular dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why you want to do it by SET only?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 07:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-excluded-null-values-in-Set-analysis/m-p/794294#M280746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-21T07:51:34Z</dc:date>
    </item>
  </channel>
</rss>

