<?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: To find the difference in NULL values, Please help.. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/To-find-the-difference-in-NULL-values-Please-help/m-p/514945#M1130490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on what you are trying to do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you can change if it's a list box to treat a null symbol as 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2013-11-12_2339.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/48888_2013-11-12_2339.png" style="width: 620px; height: 485px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Nov 2013 23:52:16 GMT</pubDate>
    <dc:creator>rustyfishbones</dc:creator>
    <dc:date>2013-11-12T23:52:16Z</dc:date>
    <item>
      <title>To find the difference in NULL values, Please help..</title>
      <link>https://community.qlik.com/t5/QlikView/To-find-the-difference-in-NULL-values-Please-help/m-p/514944#M1130489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/48887_Capture.PNG" style="width: 620px; height: 60px;" /&gt;&lt;/P&gt;&lt;P&gt;I need to subtract null values(12495000 - 12494342) and display in DIFFERENCE column. Please help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 23:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-find-the-difference-in-NULL-values-Please-help/m-p/514944#M1130489</guid>
      <dc:creator />
      <dc:date>2013-11-12T23:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: To find the difference in NULL values, Please help..</title>
      <link>https://community.qlik.com/t5/QlikView/To-find-the-difference-in-NULL-values-Please-help/m-p/514945#M1130490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on what you are trying to do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you can change if it's a list box to treat a null symbol as 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2013-11-12_2339.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/48888_2013-11-12_2339.png" style="width: 620px; height: 485px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 23:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-find-the-difference-in-NULL-values-Please-help/m-p/514945#M1130490</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-11-12T23:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: To find the difference in NULL values, Please help..</title>
      <link>https://community.qlik.com/t5/QlikView/To-find-the-difference-in-NULL-values-Please-help/m-p/514946#M1130491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a Chart as table with 2 data sources as part of ETL testing on the key&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; BUSINESS_PLAN_RCVD_DT_SBL:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1. SELECT (CASE WHEN PRTNR_TYPE_CD IS NOT NULL THEN c.[X_BUS_PLAN_RECVD_DT]&lt;BR /&gt;ELSE NULL&lt;BR /&gt;END) AS BUSINESS_PLAN_RCVD_DT_SBL, COUNT(1) AS BUSINESS_PLAN_RCVD_DT_SBL&lt;BR /&gt;from COMMON.dbo.W_SBL_S_EXT c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GROUP BY (CASE WHEN PRTNR_TYPE_CD IS NOT NULL &lt;BR /&gt;THEN c.[X_BUS_PLAN_RECVD_DT]&lt;BR /&gt;ELSE NULL&lt;BR /&gt;END)&lt;BR /&gt;ORDER BY 2; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. SELECT BUSINESS_PLAN_RCVD_DT AS BUSINESS_PLAN_RCVD_DT_SBL,&lt;/P&gt;&lt;P&gt;COUNT(1) AS BUSINESS_PLAN_RCVD_DT_GDW&lt;/P&gt;&lt;P&gt;FROM GDW.dbo.T_DIM_ACCOUNT &lt;BR /&gt;WHERE SRC_APP_CD = 'SBL' AND SRC_DELETE_FLG = 'N'&lt;BR /&gt;GROUP BY BUSINESS_PLAN_RCVD_DT&lt;BR /&gt;ORDER BY 2; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thye both have NULL vallues but not in the same row..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 00:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-find-the-difference-in-NULL-values-Please-help/m-p/514946#M1130491</guid>
      <dc:creator />
      <dc:date>2013-11-13T00:03:09Z</dc:date>
    </item>
  </channel>
</rss>

