<?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: Set Analysis query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697757#M1073932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry ,but its not giving any results&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Aug 2014 09:36:28 GMT</pubDate>
    <dc:creator>rahulhv1</dc:creator>
    <dc:date>2014-08-01T09:36:28Z</dc:date>
    <item>
      <title>Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697753#M1073928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can i write set analysis query for&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;=&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FinanceRelease&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=-1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BusinessHeadRelease&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0 ,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CapexKey&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;here financerelease &amp;amp; businessheadrelease are date fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Pls. help me out for this. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 09:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697753#M1073928</guid>
      <dc:creator>rahulhv1</dc:creator>
      <dc:date>2014-08-01T09:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697754#M1073929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Something like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;FinanceRelease={"=isNull(FinanceRelease)"}, BusinessHeadRelease={"*"}&amp;gt;} CapexKey)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 09:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697754#M1073929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-01T09:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697755#M1073930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;FinanceRelease={'isnull(FinanceRelease)=-1'},BusinessHeadRelease={'isnull(BusinessHeadRelease)=0'}&amp;gt;}CapexKey)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 09:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697755#M1073930</guid>
      <dc:creator />
      <dc:date>2014-08-01T09:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697756#M1073931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be something like this..&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;FinanceRelease&lt;/SPAN&gt; = {"=LEN(TRIM(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;FinanceRelease&lt;/SPAN&gt;))=0"},&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;BusinessHeadRelease&lt;/SPAN&gt; = {"=LEN(TRIM(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;BusinessHeadRelease&lt;/SPAN&gt;))&amp;gt;0"}&amp;gt;}&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;CapexKey&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 09:17:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697756#M1073931</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-08-01T09:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697757#M1073932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry ,but its not giving any results&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 09:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697757#M1073932</guid>
      <dc:creator>rahulhv1</dc:creator>
      <dc:date>2014-08-01T09:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697758#M1073933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Nirmal&lt;/P&gt;&lt;P&gt;Thanks for your reply, but sorry to say,its not working nor giving any errors&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 09:37:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697758#M1073933</guid>
      <dc:creator>rahulhv1</dc:creator>
      <dc:date>2014-08-01T09:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697759#M1073934</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;=Count({&amp;lt;FinanceRelease&lt;STRONG&gt;&lt;EM&gt;-={"*"}&lt;/EM&gt;&lt;/STRONG&gt;, BusinessHeadRelease&lt;STRONG&gt;={"*"}&lt;/STRONG&gt;&amp;gt;} CapexKey)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 09:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697759#M1073934</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2014-08-01T09:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697760#M1073935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try Like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CapexKey={"=&lt;/SPAN&gt;&lt;/SPAN&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FinanceRelease&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=-1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BusinessHeadRelease&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0"}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CapexKey&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 10:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697760#M1073935</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2014-08-01T10:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697761#M1073936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;probably the simplest way to do this is to create a null flag field in your script and use that within the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your script:&lt;/P&gt;&lt;P&gt;If(Isnull(FinanceRelease),'NULL') As FinanceRelease_NullFlag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your expression:&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;FinanceRelease_NullFlag={'NULL'}, BusinessHeadRelease={'*'}&amp;gt;} CapexKey)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 10:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697761#M1073936</guid>
      <dc:creator />
      <dc:date>2014-08-01T10:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697762#M1073937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FinanceRelease=&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;{'$(=null())'}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BusinessHeadRelease&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;=&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;{'$(=null())'}&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CapexKey&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 10:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697762#M1073937</guid>
      <dc:creator />
      <dc:date>2014-08-01T10:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697763#M1073938</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;Just like you cannot select a null value from a list box, or chart, &lt;EM&gt;you cannot select a null value using a set expression&lt;/EM&gt; - which is, after all, just a way of automating and combining manual selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your options are to create a flag field&amp;nbsp; as suggested above, or to use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NullAsValue &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FinanceRelease&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before loading, so that the null values are turned into an empty string. These can be selected manually and in set expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 10:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697763#M1073938</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-08-01T10:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697764#M1073939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cant specify null() like this in set analysis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you should do is make flags in your script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;if(isnull(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;FinanceRelease&lt;/SPAN&gt;) and not(isnull(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;BusinessHeadRelease&lt;/SPAN&gt;)),1,0) as CountFlag,&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then your expression becomes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt;CountFlag={1}&amp;gt;} CapexKey)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;BR /&gt;SKG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 10:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697764#M1073939</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-08-01T10:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697765#M1073940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simen, just as a point I would probably create the flag on the one field rather than both, it just gives you a bit more flexibility.&lt;/P&gt;&lt;P&gt;For instance if a new requirement to show just null FinanceRelease and all BusinessHeadRelease(including nulls) or another field was needed, you wouldn't be able to use that flag, on the one field though you could do both&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 11:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697765#M1073940</guid>
      <dc:creator />
      <dc:date>2014-08-01T11:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697766#M1073941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree and would do it myself. This was just to illustrate the approach. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;load *,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;if(isnull(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11px; color: #800000;"&gt;FinanceRelease&lt;/SPAN&gt;) ,1,0) as FinanceReleaseNullFlag,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;if(not(isnull(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11px; color: #800000;"&gt;BusinessHeadRelease&lt;/SPAN&gt;)),1,0) as BusinessHeadReleaseValidFlag,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Then your expression becomes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;count({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;FinanceReleaseNullFlag&lt;/SPAN&gt;={1},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;BusinessHeadReleaseValidFlag&lt;/SPAN&gt;={1}&amp;gt;} CapexKey)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 11:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697766#M1073941</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-08-01T11:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697767#M1073942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yea of course, glad we were thinking along the same lines!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 11:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697767#M1073942</guid>
      <dc:creator />
      <dc:date>2014-08-01T11:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697768#M1073943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, I did the same thing, i load statement, i have&amp;nbsp; written below codes and it worked very well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FinanceRelease2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),0, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FinanceRelease2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FinanceRelease&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PlantHeadRelease2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),0, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PlantHeadRelease2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PlantHeadRelease&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BusinessHeadRelease2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),0, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BusinessHeadRelease2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BusinessHeadRelease&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ITRelease2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),0, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ITRelease2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ITRelease&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PresidentRelease2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),0, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PresidentRelease2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PresidentRelease &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2014 04:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/697768#M1073943</guid>
      <dc:creator>rahulhv1</dc:creator>
      <dc:date>2014-08-02T04:52:42Z</dc:date>
    </item>
  </channel>
</rss>

