<?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: Remove Nulls in Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092138#M363177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Num(Sum({&amp;lt;[Clrng Doc]={'*?'}&amp;gt;} LC2Amount),'$ #,##0')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/116977_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Mar 2016 11:08:16 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-03-04T11:08:16Z</dc:date>
    <item>
      <title>Remove Nulls in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092132#M363171</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;I have two fields in db&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)LC2 Amount&lt;/P&gt;&lt;P&gt;2)Clrng Doc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex:&lt;/P&gt;&lt;P&gt;Clrng Doc&amp;nbsp;&amp;nbsp;&amp;nbsp; LC2Amount&lt;/P&gt;&lt;P&gt;111&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 76&lt;/P&gt;&lt;P&gt;222&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 85&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 48&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50&lt;/P&gt;&lt;P&gt;Now my requirement is i want to calculate sum(LC2amount) which are having only clrng doc values. I don't want to calculate the LC2 amount for all Clrng Doc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have written an expression like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(Sum({[Clrng doc]={"*"}&amp;gt;}[LC2 Amount]),'$ #,##0')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure whether my expression is correct or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know how to get only sum(LC2amount) which are having Clrng Doc Values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;R .Bharat Kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 10:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092132#M363171</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-03-04T10:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Nulls in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092133#M363172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are missing a &amp;lt; symbol, rest seems fine:&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;&lt;STRONG&gt;=Num(Sum({&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;&amp;lt;&lt;/SPAN&gt;[Clrng doc]={"*"}&amp;gt;}[LC2 Amount]),'$ #,##0')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 10:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092133#M363172</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-04T10:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Nulls in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092134#M363173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Sunny that was just a copy paste mistake..Will the expression will satisfy my above requirement...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 10:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092134#M363173</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-03-04T10:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Nulls in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092135#M363174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If those are not white spaces, the result of the above expression should be 161&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 10:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092135#M363174</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-04T10:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Nulls in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092136#M363175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i need exactly the same value...Can you write the necessary the expression.. i will just verify it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 11:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092136#M363175</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-03-04T11:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Nulls in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092137#M363176</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;if( len(trim([&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Clrng Doc&lt;/SPAN&gt;]))&amp;gt;0,sum(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[LC2 Amount]&lt;/STRONG&gt;) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 11:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092137#M363176</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-04T11:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Nulls in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092138#M363177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Num(Sum({&amp;lt;[Clrng Doc]={'*?'}&amp;gt;} LC2Amount),'$ #,##0')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/116977_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 11:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092138#M363177</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-04T11:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Nulls in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092139#M363178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the post Sunny..May i know why we need to include "?" is it compulsory?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 11:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092139#M363178</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-03-04T11:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Nulls in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092140#M363179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No you don't have to, I was testing some else because you original code (which could have been because of the typo) mentioned &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Clrng doc &lt;/STRONG&gt;(with lower case d) and the expression was not working. Later I realized the issue and wanted to revert back to the original expression, but&amp;nbsp; forgot the ? in the there. So this works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Num(Sum({&amp;lt;[Clrng Doc]={'*'}&amp;gt;} LC2Amount),'$ #,##0')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 11:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092140#M363179</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-04T11:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Nulls in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092141#M363180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny!!!! I am getting clrng doc values from DB. So this will eliminate right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 11:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Nulls-in-Set-analysis/m-p/1092141#M363180</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-03-04T11:22:44Z</dc:date>
    </item>
  </channel>
</rss>

