<?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 Including null values from one dimension in Qlik sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Including-null-values-from-one-dimension-in-Qlik-sense/m-p/1591185#M43409</link>
    <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if anyone in this network could help. I am trying to include null values in my set analysis without luck. Even trying with count if brought no joy. I have checked other similar examples but it seems Qilk sense is tricky with null values. The data is imported from Salesforce and the Salesforce report is accurate but not in Qlik sense.&lt;/P&gt;&lt;P&gt;I have tried the following:&lt;/P&gt;&lt;P&gt;Count({&amp;lt;&lt;/P&gt;&lt;P&gt;Status={&lt;BR /&gt;'Application In Progress',&lt;BR /&gt;'Application Submitted',&lt;BR /&gt;'Offer Conditional',&lt;BR /&gt;'Offer Made',&lt;BR /&gt;'Offer unconditional',&lt;BR /&gt;'Offer Accepted',&lt;BR /&gt;'Active',&lt;BR /&gt;'Final Preparation',&lt;BR /&gt;'Completed',&lt;BR /&gt;'Assessment Scheduled',&lt;BR /&gt;'Recommended for QTS',&lt;BR /&gt;'Deferred',&lt;BR /&gt;'Rejected',&lt;BR /&gt;'Withdrawn',&lt;BR /&gt;"*"}&lt;BR /&gt;&amp;gt;}Id)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;count(if(match(&lt;BR /&gt;Stage_Status__c ,&lt;BR /&gt;'Application In Progress',&lt;BR /&gt;'Application Submitted',&lt;BR /&gt;'Offer Conditional',&lt;BR /&gt;'Offer Made',&lt;BR /&gt;'Offer unconditional',&lt;BR /&gt;'Offer Accepted',&lt;BR /&gt;'Active',&lt;BR /&gt;'Final Preparation',&lt;BR /&gt;'Completed',&lt;BR /&gt;'Assessment Scheduled',&lt;BR /&gt;'Recommended for QTS',&lt;BR /&gt;'Deferred',&lt;BR /&gt;'Rejected',&lt;BR /&gt;'Withdrawn',&lt;BR /&gt;''),&lt;BR /&gt;Opportunity_Id))&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 20:40:55 GMT</pubDate>
    <dc:creator>Romstar111</dc:creator>
    <dc:date>2024-11-16T20:40:55Z</dc:date>
    <item>
      <title>Including null values from one dimension in Qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Including-null-values-from-one-dimension-in-Qlik-sense/m-p/1591185#M43409</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if anyone in this network could help. I am trying to include null values in my set analysis without luck. Even trying with count if brought no joy. I have checked other similar examples but it seems Qilk sense is tricky with null values. The data is imported from Salesforce and the Salesforce report is accurate but not in Qlik sense.&lt;/P&gt;&lt;P&gt;I have tried the following:&lt;/P&gt;&lt;P&gt;Count({&amp;lt;&lt;/P&gt;&lt;P&gt;Status={&lt;BR /&gt;'Application In Progress',&lt;BR /&gt;'Application Submitted',&lt;BR /&gt;'Offer Conditional',&lt;BR /&gt;'Offer Made',&lt;BR /&gt;'Offer unconditional',&lt;BR /&gt;'Offer Accepted',&lt;BR /&gt;'Active',&lt;BR /&gt;'Final Preparation',&lt;BR /&gt;'Completed',&lt;BR /&gt;'Assessment Scheduled',&lt;BR /&gt;'Recommended for QTS',&lt;BR /&gt;'Deferred',&lt;BR /&gt;'Rejected',&lt;BR /&gt;'Withdrawn',&lt;BR /&gt;"*"}&lt;BR /&gt;&amp;gt;}Id)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;count(if(match(&lt;BR /&gt;Stage_Status__c ,&lt;BR /&gt;'Application In Progress',&lt;BR /&gt;'Application Submitted',&lt;BR /&gt;'Offer Conditional',&lt;BR /&gt;'Offer Made',&lt;BR /&gt;'Offer unconditional',&lt;BR /&gt;'Offer Accepted',&lt;BR /&gt;'Active',&lt;BR /&gt;'Final Preparation',&lt;BR /&gt;'Completed',&lt;BR /&gt;'Assessment Scheduled',&lt;BR /&gt;'Recommended for QTS',&lt;BR /&gt;'Deferred',&lt;BR /&gt;'Rejected',&lt;BR /&gt;'Withdrawn',&lt;BR /&gt;''),&lt;BR /&gt;Opportunity_Id))&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Including-null-values-from-one-dimension-in-Qlik-sense/m-p/1591185#M43409</guid>
      <dc:creator>Romstar111</dc:creator>
      <dc:date>2024-11-16T20:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Including null values from one dimension in Qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Including-null-values-from-one-dimension-in-Qlik-sense/m-p/1591190#M43410</link>
      <description>&lt;P&gt;try below expression&lt;BR /&gt;&lt;BR /&gt;Count({&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Status={&lt;BR /&gt;'Application In Progress',&lt;BR /&gt;'Application Submitted',&lt;BR /&gt;'Offer Conditional',&lt;BR /&gt;'Offer Made',&lt;BR /&gt;'Offer unconditional',&lt;BR /&gt;'Offer Accepted',&lt;BR /&gt;'Active',&lt;BR /&gt;'Final Preparation',&lt;BR /&gt;'Completed',&lt;BR /&gt;'Assessment Scheduled',&lt;BR /&gt;'Recommended for QTS',&lt;BR /&gt;'Deferred',&lt;BR /&gt;'Rejected',&lt;BR /&gt;'Withdrawn'}&lt;BR /&gt;&amp;gt;&lt;BR /&gt;+ &amp;lt;Id={"=isnull(Status)"}&amp;gt;&lt;BR /&gt;}Id)&lt;BR /&gt;&lt;BR /&gt;i am assuming you want these statuses or null&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 16:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Including-null-values-from-one-dimension-in-Qlik-sense/m-p/1591190#M43410</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-06-12T16:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Including null values from one dimension in Qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Including-null-values-from-one-dimension-in-Qlik-sense/m-p/1591308#M43428</link>
      <description>&lt;P&gt;if (isnull(Status) or pick(match(&lt;SPAN&gt;'Application In Progress',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Application Submitted',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Offer Conditional',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Offer Made',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Offer unconditional',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Offer Accepted',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Active',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Final Preparation',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Completed',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Assessment Scheduled',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Recommended for QTS',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Deferred',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Rejected',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Withdrawn'),count(ststus)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 02:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Including-null-values-from-one-dimension-in-Qlik-sense/m-p/1591308#M43428</guid>
      <dc:creator>Channa</dc:creator>
      <dc:date>2019-06-13T02:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Including null values from one dimension in Qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Including-null-values-from-one-dimension-in-Qlik-sense/m-p/1591453#M43443</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49412" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Dilipranjith&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help but it is not working. Fore some reason it just add an extra layer of the null values on top an extra 15 in the count value.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 09:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Including-null-values-from-one-dimension-in-Qlik-sense/m-p/1591453#M43443</guid>
      <dc:creator>Romstar111</dc:creator>
      <dc:date>2019-06-13T09:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Including null values from one dimension in Qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Including-null-values-from-one-dimension-in-Qlik-sense/m-p/1591454#M43444</link>
      <description>&lt;P&gt;Hi Channa, This is not working unfortunately. Not returning a value.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 09:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Including-null-values-from-one-dimension-in-Qlik-sense/m-p/1591454#M43444</guid>
      <dc:creator>Romstar111</dc:creator>
      <dc:date>2019-06-13T09:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Including null values from one dimension in Qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Including-null-values-from-one-dimension-in-Qlik-sense/m-p/1591755#M43467</link>
      <description>&lt;P&gt;Solved!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had to force qlik sense to accept null values from the load script.&lt;/P&gt;&lt;P&gt;e.g&amp;nbsp;&lt;/P&gt;&lt;P class="Code"&gt;NullAsValue A,B;&lt;/P&gt;&lt;P class="Code"&gt;Set NullValue = 'NULL';&amp;nbsp;&lt;/P&gt;&lt;P class="Code"&gt;More resources on this from the following:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/NullAsValue.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/NullAsValue.htm&lt;/A&gt;&lt;/P&gt;&lt;P class="Code"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="Code"&gt;Thanks guys for your help. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 15:35:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Including-null-values-from-one-dimension-in-Qlik-sense/m-p/1591755#M43467</guid>
      <dc:creator>Romstar111</dc:creator>
      <dc:date>2019-06-13T15:35:40Z</dc:date>
    </item>
  </channel>
</rss>

