<?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: Excluding zero values on a map chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Excluding-zero-values-on-a-map-chart/m-p/1824856#M67757</link>
    <description>&lt;P&gt;thanks it works!&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jul 2021 13:43:59 GMT</pubDate>
    <dc:creator>Aika</dc:creator>
    <dc:date>2021-07-27T13:43:59Z</dc:date>
    <item>
      <title>Excluding zero values on a map chart</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-zero-values-on-a-map-chart/m-p/1824780#M67748</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I have a map chart and I need to be able to exclude cities with zero values.&lt;BR /&gt;&lt;BR /&gt;For example&amp;nbsp;I would like the city "Mara" not to appear on the map because it is associated with a value (n° debitori paganti) = 0&lt;BR /&gt;&lt;BR /&gt;I am trying with the following function:&lt;BR /&gt;if (debtor_number = '0', Null (), city)&lt;BR /&gt;then I exclude null values from the map properties, but it doesn't work ...&lt;BR /&gt;How can I do?&lt;BR /&gt;&lt;BR /&gt;This is the map:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="map-chart.jpg" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59205i910D15A4055366BC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="map-chart.jpg" alt="map-chart.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 10:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-zero-values-on-a-map-chart/m-p/1824780#M67748</guid>
      <dc:creator>Aika</dc:creator>
      <dc:date>2021-07-27T10:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding zero values on a map chart</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-zero-values-on-a-map-chart/m-p/1824789#M67750</link>
      <description>&lt;P&gt;Hi, not sure about the map chart but other charts have an "Add Ons" property with a "Data Handling"&amp;nbsp; setting.&amp;nbsp; By default it is checked to include zero values, you can uncheck it to exclude them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wayneantinorea_0-1627383389504.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59209i0B982EB4D78A26A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wayneantinorea_0-1627383389504.png" alt="wayneantinorea_0-1627383389504.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 10:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-zero-values-on-a-map-chart/m-p/1824789#M67750</guid>
      <dc:creator>wayne-a</dc:creator>
      <dc:date>2021-07-27T10:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding zero values on a map chart</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-zero-values-on-a-map-chart/m-p/1824824#M67755</link>
      <description>&lt;P&gt;Hello Aika,&lt;/P&gt;&lt;P&gt;You can use the Aggr function in the dimension.&lt;/P&gt;&lt;P&gt;Instead of City in the dimension, use it wil a condition (similar with what you did but a but with a plus):&lt;/P&gt;&lt;P&gt;Aggr( if(&lt;SPAN&gt;debtor_number &amp;lt;&amp;gt;'0', City ) , City)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Check if it works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 12:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-zero-values-on-a-map-chart/m-p/1824824#M67755</guid>
      <dc:creator>Gui_Approbato</dc:creator>
      <dc:date>2021-07-27T12:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding zero values on a map chart</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-zero-values-on-a-map-chart/m-p/1824856#M67757</link>
      <description>&lt;P&gt;thanks it works!&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 13:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-zero-values-on-a-map-chart/m-p/1824856#M67757</guid>
      <dc:creator>Aika</dc:creator>
      <dc:date>2021-07-27T13:43:59Z</dc:date>
    </item>
  </channel>
</rss>

