<?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 Using Percentages in a Map Layer in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Using-Percentages-in-a-Map-Layer/m-p/1745706#M57229</link>
    <description>&lt;DIV&gt;Do you know if it's possible to show a percentage using bubble layer or any map layers in Qliksense? I'm trying to show a lab test positivity rate by postal code but I can't seem to get the bubbles to deviate from whole numbers.&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Sat, 16 Nov 2024 18:05:03 GMT</pubDate>
    <dc:creator>ryanfliehman</dc:creator>
    <dc:date>2024-11-16T18:05:03Z</dc:date>
    <item>
      <title>Using Percentages in a Map Layer</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Percentages-in-a-Map-Layer/m-p/1745706#M57229</link>
      <description>&lt;DIV&gt;Do you know if it's possible to show a percentage using bubble layer or any map layers in Qliksense? I'm trying to show a lab test positivity rate by postal code but I can't seem to get the bubbles to deviate from whole numbers.&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Percentages-in-a-Map-Layer/m-p/1745706#M57229</guid>
      <dc:creator>ryanfliehman</dc:creator>
      <dc:date>2024-11-16T18:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using Percentages in a Map Layer</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Percentages-in-a-Map-Layer/m-p/1745809#M57236</link>
      <description>&lt;P&gt;You will need an expression to calculate the percentage and then apply that as bubble size or color&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 23:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Percentages-in-a-Map-Layer/m-p/1745809#M57236</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2020-09-21T23:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using Percentages in a Map Layer</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Percentages-in-a-Map-Layer/m-p/1745979#M57255</link>
      <description>&lt;P&gt;I've created the expression but the&amp;nbsp; bubble size is only showing 1 and I can't figure out how to show it as a percentage and apply a percentage as the bubble size. It just want's to show the bubble size as 1. (see attached).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;=Count(IF(vSlider&amp;lt;=[PATIENT.AGE] and vSlider2&amp;gt;=[PATIENT.AGE] and [LAB TEST.IS ABNORMAL]='1',LabTestKey))/(Count(IF(vSlider&amp;lt;=[PATIENT.AGE] and vSlider2&amp;gt;=[PATIENT.AGE],LabTestKey))&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 11:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Percentages-in-a-Map-Layer/m-p/1745979#M57255</guid>
      <dc:creator>ryanfliehman</dc:creator>
      <dc:date>2020-09-22T11:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using Percentages in a Map Layer</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Percentages-in-a-Map-Layer/m-p/1746153#M57287</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/126390"&gt;@ryanfliehman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are using a Geo Analytics bubble layer, you place the sizing expression as a third measure after your lat and long ( or a second measure if using a combined field or geomakepoint) in the Location, Size section. You will also likely need to wrap that expression in the label section&amp;nbsp; in a NUM() Function as such: Num(YOUREXPRESSION, '##.##%')&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Steven_Haught_0-1600799907613.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41017i9BFDFDD1FE0C67C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Steven_Haught_0-1600799907613.png" alt="Steven_Haught_0-1600799907613.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 18:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Percentages-in-a-Map-Layer/m-p/1746153#M57287</guid>
      <dc:creator>Steven_Haught</dc:creator>
      <dc:date>2020-09-22T18:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using Percentages in a Map Layer</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Percentages-in-a-Map-Layer/m-p/1746573#M57326</link>
      <description>&lt;P&gt;Perfect, this did the trick. Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 20:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Percentages-in-a-Map-Layer/m-p/1746573#M57326</guid>
      <dc:creator>ryanfliehman</dc:creator>
      <dc:date>2020-09-23T20:12:35Z</dc:date>
    </item>
  </channel>
</rss>

