<?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 expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-expression/m-p/947745#M326311</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;How is the Null generated?&lt;/P&gt;&lt;P&gt;Is it coming from script, as in that's what the data is or result of JOINS?&lt;/P&gt;&lt;P&gt;If that's the case create a Flag for the Null values in the script, this will your UI set analysis.&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;....&lt;/P&gt;&lt;P&gt;,IF(ISNULL(FieldName),1,0)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS %NullField&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM SourceFile;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Sep 2015 16:50:18 GMT</pubDate>
    <dc:creator>Gabriel</dc:creator>
    <dc:date>2015-09-14T16:50:18Z</dc:date>
    <item>
      <title>Set Analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-expression/m-p/947742#M326308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have 2 values for one of my field like,'ABC' &amp;amp; Null and in set analysis expression i want to calculate value only for Null that is, i want to exclude value 'ABC'&lt;/P&gt;&lt;P&gt;I have wrote expression as sum({&amp;lt;d=P(d)-{'ABC'}&amp;gt;}Sales) but,it's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out with this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 14:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-expression/m-p/947742#M326308</guid>
      <dc:creator>vijetas42</dc:creator>
      <dc:date>2015-09-14T14:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-expression/m-p/947743#M326309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;d-={'ABC'}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 14:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-expression/m-p/947743#M326309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-14T14:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-expression/m-p/947744#M326310</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 with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.- Sum(If(IsNull(d),Sales,0)) &lt;/P&gt;&lt;P&gt;2.- Sum({$-&amp;lt;d={'*'}&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>Mon, 14 Sep 2015 15:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-expression/m-p/947744#M326310</guid>
      <dc:creator />
      <dc:date>2015-09-14T15:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-expression/m-p/947745#M326311</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;How is the Null generated?&lt;/P&gt;&lt;P&gt;Is it coming from script, as in that's what the data is or result of JOINS?&lt;/P&gt;&lt;P&gt;If that's the case create a Flag for the Null values in the script, this will your UI set analysis.&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;....&lt;/P&gt;&lt;P&gt;,IF(ISNULL(FieldName),1,0)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS %NullField&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM SourceFile;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 16:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-expression/m-p/947745#M326311</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-09-14T16:50:18Z</dc:date>
    </item>
  </channel>
</rss>

