<?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: Null Problem in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-Problem-in-Set-Analysis/m-p/737601#M1077085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I'm trying to resolve the null values by using expression ..but not getting any data.&lt;/P&gt;&lt;P&gt;can anyone solve this isssue.&lt;/P&gt;&lt;P&gt;=if(vOptionCurrency=1,&lt;/P&gt;&lt;P&gt;(Sum({$-&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {1},CS_AMT_LC_1={'*'}&amp;gt;}CS_AMT_LC_1)-Sum({$-&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {3},CS_AMT_LC_1={'*'}&amp;gt;}CS_AMT_LC_1))&lt;/P&gt;&lt;P&gt;+(Sum({$-&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {2},CS_AMT_LC_1{'*'}&amp;gt;}CS_AMT_LC_1)-Sum({$-&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {4},CS_AMT_LC_1={'*'}&amp;gt;}CS_AMT_LC_1)),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(vOptionCurrency=3,&lt;/P&gt;&lt;P&gt;(Sum({$-&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {1},CS_AMT_LC_1={'*'}&amp;gt;}CS_AMT_LC_3)-Sum({$-&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {3},CS_AMT_LC_1={'*'}&amp;gt;}CS_AMT_LC_3))&lt;/P&gt;&lt;P&gt;+(Sum({$-&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {2},CS_AMT_LC_1={'*'}&amp;gt;}CS_AMT_LC_3)-Sum({$-&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {4},CS_AMT_LC_1={'*'}&amp;gt;}CS_AMT_LC_3))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2014 11:15:54 GMT</pubDate>
    <dc:creator>krishna20</dc:creator>
    <dc:date>2014-07-24T11:15:54Z</dc:date>
    <item>
      <title>Null Problem in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Problem-in-Set-Analysis/m-p/737598#M1077082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having a problem in Null values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm getting total YTD correctly for all companies when disable suppressed null values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i enable suppressed null values.the total getting diference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I compared data in oracle, the individual comapny details are getting difference with QV.Here is my expression..can anyone pls help me out.how to include values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #444444; font-family: Calibri, sans-serif; font-size: 15px;"&gt;=if(vOptionCurrency=1,&lt;/P&gt;&lt;P style="color: #444444; font-family: Calibri, sans-serif; font-size: 15px;"&gt;(Sum({&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {1}&amp;gt;}CS_AMT_LC_1)-Sum({&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {3}&amp;gt;}CS_AMT_LC_1))&lt;/P&gt;&lt;P style="color: #444444; font-family: Calibri, sans-serif; font-size: 15px;"&gt;+(Sum({&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {2}&amp;gt;}CS_AMT_LC_1)-Sum({&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {4}&amp;gt;}CS_AMT_LC_1)),&lt;/P&gt;&lt;P style="color: #444444; font-family: Calibri, sans-serif; font-size: 15px;"&gt;&lt;/P&gt;&lt;P style="color: #444444; font-family: Calibri, sans-serif; font-size: 15px;"&gt;if(vOptionCurrency=3,&lt;/P&gt;&lt;P style="color: #444444; font-family: Calibri, sans-serif; font-size: 15px;"&gt;(Sum({&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {1}&amp;gt;}CS_AMT_LC_3)-Sum({&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {3}&amp;gt;}CS_AMT_LC_3))&lt;/P&gt;&lt;P style="color: #444444; font-family: Calibri, sans-serif; font-size: 15px;"&gt;+(Sum({&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {2}&amp;gt;}CS_AMT_LC_3)-Sum({&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {4}&amp;gt;}CS_AMT_LC_3))))&lt;/P&gt;&lt;P style="color: #444444; font-family: Calibri, sans-serif; font-size: 15px;"&gt;&lt;/P&gt;&lt;P style="color: #444444; font-family: Calibri, sans-serif; font-size: 15px;"&gt;&lt;/P&gt;&lt;P style="color: #444444; font-family: Calibri, sans-serif; font-size: 15px;"&gt;&lt;/P&gt;&lt;P style="color: #444444; font-family: Calibri, sans-serif; font-size: 15px;"&gt;&lt;/P&gt;&lt;P style="color: #444444; font-family: Calibri, sans-serif; font-size: 15px;"&gt;Regards&lt;/P&gt;&lt;P style="color: #444444; font-family: Calibri, sans-serif; font-size: 15px;"&gt;krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 10:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Problem-in-Set-Analysis/m-p/737598#M1077082</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-24T10:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Null Problem in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Problem-in-Set-Analysis/m-p/737599#M1077083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nulls are tricky to handle...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recomend to check out this link in order to understand them better:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 10:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Problem-in-Set-Analysis/m-p/737599#M1077083</guid>
      <dc:creator />
      <dc:date>2014-07-24T10:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Null Problem in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Problem-in-Set-Analysis/m-p/737600#M1077084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read it.but i'm not able to understand where to apply in my expression.can u please guide me where can i apply .I'm having dimension COMP_NAME in straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 10:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Problem-in-Set-Analysis/m-p/737600#M1077084</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-24T10:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Null Problem in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Problem-in-Set-Analysis/m-p/737601#M1077085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I'm trying to resolve the null values by using expression ..but not getting any data.&lt;/P&gt;&lt;P&gt;can anyone solve this isssue.&lt;/P&gt;&lt;P&gt;=if(vOptionCurrency=1,&lt;/P&gt;&lt;P&gt;(Sum({$-&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {1},CS_AMT_LC_1={'*'}&amp;gt;}CS_AMT_LC_1)-Sum({$-&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {3},CS_AMT_LC_1={'*'}&amp;gt;}CS_AMT_LC_1))&lt;/P&gt;&lt;P&gt;+(Sum({$-&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {2},CS_AMT_LC_1{'*'}&amp;gt;}CS_AMT_LC_1)-Sum({$-&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {4},CS_AMT_LC_1={'*'}&amp;gt;}CS_AMT_LC_1)),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(vOptionCurrency=3,&lt;/P&gt;&lt;P&gt;(Sum({$-&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {1},CS_AMT_LC_1={'*'}&amp;gt;}CS_AMT_LC_3)-Sum({$-&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {3},CS_AMT_LC_1={'*'}&amp;gt;}CS_AMT_LC_3))&lt;/P&gt;&lt;P&gt;+(Sum({$-&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {2},CS_AMT_LC_1={'*'}&amp;gt;}CS_AMT_LC_3)-Sum({$-&amp;lt;CLM_SETL_DTYear={"$(=Max(CLM_SETL_DTYear))"},CS_EST_TYPE = {4},CS_AMT_LC_1={'*'}&amp;gt;}CS_AMT_LC_3))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 11:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Problem-in-Set-Analysis/m-p/737601#M1077085</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2014-07-24T11:15:54Z</dc:date>
    </item>
  </channel>
</rss>

