<?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 Expression to include null values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-to-include-null-values/m-p/237945#M88929</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls find the enclosed doc which illustrates teh example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Oct 2010 18:32:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-14T18:32:19Z</dc:date>
    <item>
      <title>Expression to include null values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-include-null-values/m-p/237940#M88924</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 below expression which should include both null values and current_R for status_comp_Retail field.But when am using using the below expression it is only displaying current_R values for sttaus_comp_Retail but not null values.Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Store_fiscal=(P({&amp;lt;status_comp={Current}&amp;gt;})),status_comp={Current},status_comp_Retail={},status_comp_Retail={Current_R},&lt;BR /&gt;status={Current}&amp;gt;} if(Store_fiscal='0099' or Store_Retail='0099' or noncomp_fiscal='0099' or noncomp_retail='0099','0', if(Coupon_Flag='Y' and ACCT='MHOODC' or 'QOP.C' ,aggr(sum(Sold_At*Qty*CONV_RATE),Order_Key)-Coupon_Dollars,&lt;BR /&gt; if(Coupon_Flag='Y' and ACCT&amp;lt;&amp;gt;'MHOODC' or 'QOP.C' ,aggr(sum(Sold_At*Qty),Order_Key)-Coupon_Dollars,&lt;BR /&gt; if(Coupon_Flag&amp;lt;&amp;gt;'Y' and ACCT='MHOODC' or 'QOP.C' ,(Sold_At*Qty*CONV_RATE),&lt;BR /&gt;(Sold_At*Qty))))))&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Swetha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 15:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-include-null-values/m-p/237940#M88924</guid>
      <dc:creator />
      <dc:date>2010-10-14T15:41:25Z</dc:date>
    </item>
    <item>
      <title>Expression to include null values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-include-null-values/m-p/237941#M88925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in my experience is not possible to work with null values within set analysis, however you can try the following and see if it works for you:&lt;/P&gt;&lt;P&gt;status_comp_Retail={} + {Current_R}&lt;/P&gt;&lt;P&gt;If the above does not work, you can either use an sum(if) like expression to validate if status_comp_Retail is null or substitute null values within load script for numeric or text flags so you can filter with set analysis.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 16:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-include-null-values/m-p/237941#M88925</guid>
      <dc:creator />
      <dc:date>2010-10-14T16:50:41Z</dc:date>
    </item>
    <item>
      <title>Expression to include null values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-include-null-values/m-p/237942#M88926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the sugestion given by you but its not working.The problem is actually there are no null values in the table so when am selecting bull values it just says 0.I am getting null only when there is no match with other fields in the data model.Please suggest how to overcome this issue.Is there a way in set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Swetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 18:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-include-null-values/m-p/237942#M88926</guid>
      <dc:creator />
      <dc:date>2010-10-14T18:05:25Z</dc:date>
    </item>
    <item>
      <title>Expression to include null values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-include-null-values/m-p/237943#M88927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;Is there a way to exclude certain values in set nalysis?Pls suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 18:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-include-null-values/m-p/237943#M88927</guid>
      <dc:creator />
      <dc:date>2010-10-14T18:11:10Z</dc:date>
    </item>
    <item>
      <title>Expression to include null values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-include-null-values/m-p/237944#M88928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably I can be more helpful, if you provide us with an example qvw that replicates your issue.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 18:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-include-null-values/m-p/237944#M88928</guid>
      <dc:creator />
      <dc:date>2010-10-14T18:27:33Z</dc:date>
    </item>
    <item>
      <title>Expression to include null values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-include-null-values/m-p/237945#M88929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls find the enclosed doc which illustrates teh example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 18:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-include-null-values/m-p/237945#M88929</guid>
      <dc:creator />
      <dc:date>2010-10-14T18:32:19Z</dc:date>
    </item>
    <item>
      <title>Expression to include null values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-include-null-values/m-p/237946#M88930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions after seeing the doc.I would have include both the total-5399+39795.Is it possible at all in qlikviw using set analysis.Any help would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 20:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-include-null-values/m-p/237946#M88930</guid>
      <dc:creator />
      <dc:date>2010-10-14T20:41:03Z</dc:date>
    </item>
    <item>
      <title>Expression to include null values</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-include-null-values/m-p/237947#M88931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Swetha,&lt;/P&gt;&lt;P&gt;Can u attach ur application here?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 09:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-include-null-values/m-p/237947#M88931</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2010-10-15T09:25:41Z</dc:date>
    </item>
  </channel>
</rss>

