<?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 How to include Null Values in 'Others' rather than excluding them in qlik sense. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-include-Null-Values-in-Others-rather-than-excluding-them/m-p/1451649#M35514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to show a pie chart with top 5 countries by sales. I have some null Values and unknown in countries which i want them to be a part of my calculation.But in some cases Nulls and unknowns also comes in my top 5 apart from others. I want those nulls and Unknown to be in calculations &lt;STRONG&gt;but these nulls and unknowns should be included in Others.&lt;/STRONG&gt; How can i do it in qlik sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Nov 2024 09:07:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T09:07:25Z</dc:date>
    <item>
      <title>How to include Null Values in 'Others' rather than excluding them in qlik sense.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-include-Null-Values-in-Others-rather-than-excluding-them/m-p/1451649#M35514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to show a pie chart with top 5 countries by sales. I have some null Values and unknown in countries which i want them to be a part of my calculation.But in some cases Nulls and unknowns also comes in my top 5 apart from others. I want those nulls and Unknown to be in calculations &lt;STRONG&gt;but these nulls and unknowns should be included in Others.&lt;/STRONG&gt; How can i do it in qlik sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-include-Null-Values-in-Others-rather-than-excluding-them/m-p/1451649#M35514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to include Null Values in 'Others' rather than excluding them in qlik sense.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-include-Null-Values-in-Others-rather-than-excluding-them/m-p/1451650#M35515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest using a calculated dimension instead of using the inbuilt&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/181405_Capture.PNG" style="height: 577px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Oct 2017 21:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-include-Null-Values-in-Others-rather-than-excluding-them/m-p/1451650#M35515</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-29T21:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to include Null Values in 'Others' rather than excluding them in qlik sense.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-include-Null-Values-in-Others-rather-than-excluding-them/m-p/1451651#M35516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunny,thanks for the answer . This works but what do i do for Unknown?? Will&lt;/P&gt;&lt;P&gt;Country={"*"},Country-={'Unknown'}&amp;nbsp;&amp;nbsp;&amp;nbsp; work??&lt;/P&gt;&lt;P&gt;I am asking this because this formula doesnt work with my desktop version but it works for server i dont know why may be because of version issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 08:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-include-Null-Values-in-Others-rather-than-excluding-them/m-p/1451651#M35516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-30T08:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to include Null Values in 'Others' rather than excluding them in qlik sense.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-include-Null-Values-in-Others-rather-than-excluding-them/m-p/1451652#M35517</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 would suggest you to give null and unknown a name in load script to ease the expression on charts. Like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,If(Isnull(Country) or Country = 'Unknown','Others',Country) as NewCountry&lt;/P&gt;&lt;P&gt;From xyz;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use this new field as your dimension.&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;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 08:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-include-Null-Values-in-Others-rather-than-excluding-them/m-p/1451652#M35517</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-10-30T08:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to include Null Values in 'Others' rather than excluding them in qlik sense.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-include-Null-Values-in-Others-rather-than-excluding-them/m-p/1451653#M35518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country={"*"}-{'Unknown'}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 08:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-include-Null-Values-in-Others-rather-than-excluding-them/m-p/1451653#M35518</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-30T08:35:06Z</dc:date>
    </item>
  </channel>
</rss>

