<?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: Qlik GeoAnalytics - Exclude Null-Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlik-GeoAnalytics-Exclude-Null-Values/m-p/1407744#M513338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sabrina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try "not isnull()" in your if clause.&lt;/P&gt;&lt;P&gt;If that doesn´t work perpabs you can upload an example app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Nov 2017 19:51:21 GMT</pubDate>
    <dc:creator>Ralf_Heukäufer</dc:creator>
    <dc:date>2017-11-16T19:51:21Z</dc:date>
    <item>
      <title>Qlik GeoAnalytics - Exclude Null-Values</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-GeoAnalytics-Exclude-Null-Values/m-p/1407743#M513337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a problem while excluding NULL-Values:&lt;/P&gt;&lt;P&gt;In the area plot I want to show regions when there are values. The problem is when I pick my dimension and give it a sum()-formula into the color formula it shows up all regions, doesn't matter if sum()=0 or not.&lt;/P&gt;&lt;P&gt;I am able not to show them by give it an aggr-formula like this:&lt;/P&gt;&lt;P&gt;=if('$(vEntfernungModus)' = 'Luftlinie',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr(only({&amp;lt;Entfernung_KH_Patient.Luftlinie={'&amp;lt;=$(vEntfernung)'}&amp;gt;}PLZ),PLZ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if('$(vEntfernungModus)' = 'Fahrzeit',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr(only({&amp;lt;Entfernung_KH_Patient.Fahrzeit={'&amp;lt;=$(vEntfernung)'}&amp;gt;}PLZ),PLZ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if('$(vEntfernungModus)' = 'Fahrstrecke',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr(only({&amp;lt;Entfernung_KH_Patient.Fahrstrecke={'&amp;lt;=$(vEntfernung)'}&amp;gt;}PLZ),PLZ)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;The problem then is that one can not select multiple regions inside the extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone got a solution how I can select multiple regions and just show regions with values in the map?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 16:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-GeoAnalytics-Exclude-Null-Values/m-p/1407743#M513337</guid>
      <dc:creator>richters</dc:creator>
      <dc:date>2017-11-16T16:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik GeoAnalytics - Exclude Null-Values</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-GeoAnalytics-Exclude-Null-Values/m-p/1407744#M513338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sabrina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try "not isnull()" in your if clause.&lt;/P&gt;&lt;P&gt;If that doesn´t work perpabs you can upload an example app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 19:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-GeoAnalytics-Exclude-Null-Values/m-p/1407744#M513338</guid>
      <dc:creator>Ralf_Heukäufer</dc:creator>
      <dc:date>2017-11-16T19:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik GeoAnalytics - Exclude Null-Values</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-GeoAnalytics-Exclude-Null-Values/m-p/1407745#M513339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use if(isnull(Your expression, 0) and then select 'suppress zero values' option from presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 07:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-GeoAnalytics-Exclude-Null-Values/m-p/1407745#M513339</guid>
      <dc:creator>Prabhu</dc:creator>
      <dc:date>2017-11-17T07:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik GeoAnalytics - Exclude Null-Values</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-GeoAnalytics-Exclude-Null-Values/m-p/1407746#M513340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Thanks guys. Since I am talking about the GeoAnalytics extensions in Qlikview I am wondering where this option is. I can not find it.&lt;/P&gt;&lt;P&gt;Anyone can tell me on how this works with this extension (I am on the newest version 5.8.2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 20:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-GeoAnalytics-Exclude-Null-Values/m-p/1407746#M513340</guid>
      <dc:creator>richters</dc:creator>
      <dc:date>2017-11-17T20:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik GeoAnalytics - Exclude Null-Values</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-GeoAnalytics-Exclude-Null-Values/m-p/1407747#M513341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THe problem is that you would need a licensed version of Qlik GeoAnalytics extension. Do you have got any experience with it? How can I supress null values here which normally is on the presentation tab of normal charts?&lt;/P&gt;&lt;P&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 20:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-GeoAnalytics-Exclude-Null-Values/m-p/1407747#M513341</guid>
      <dc:creator>richters</dc:creator>
      <dc:date>2017-11-17T20:09:46Z</dc:date>
    </item>
  </channel>
</rss>

