<?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: Add resulting list of addresses to bubble label in GeoAnalytics</title>
    <link>https://community.qlik.com/t5/GeoAnalytics/Add-resulting-list-of-addresses-to-bubble-label/m-p/1734652#M3262</link>
    <description>&lt;P&gt;This was the answer.&amp;nbsp; I didn't realize CONCAT was not the same as using ampersands.&amp;nbsp; Thank you, Marty.&lt;/P&gt;&lt;P&gt;This is what I ended up with.&lt;/P&gt;&lt;P&gt;=IF(IncP1P2Flag = 'Yes', IncCountry &amp;amp; chr(10) &amp;amp; 'Total Tickets - ' &amp;amp; count(IncNumber) &amp;amp; chr(10) &amp;amp; &lt;FONT color="#FF0000"&gt;(CONCAT(Distinct IncLocation &amp;amp; ' - ' &amp;amp; IncLocationType,chr(10))&lt;/FONT&gt;), IncCountry &amp;amp; chr(10) &amp;amp; count(IncNumber))&lt;/P&gt;</description>
    <pubDate>Mon, 10 Aug 2020 21:40:41 GMT</pubDate>
    <dc:creator>Ruthie09</dc:creator>
    <dc:date>2020-08-10T21:40:41Z</dc:date>
    <item>
      <title>Add resulting list of addresses to bubble label</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/Add-resulting-list-of-addresses-to-bubble-label/m-p/1730768#M3224</link>
      <description>&lt;P&gt;I've been searching for this answer for 2 days and am stuck.&lt;/P&gt;
&lt;P&gt;I have the Geo map with a Geo bubble layer that is plotting the countries for each incident ticket (based on whatever filter options the user selected).&amp;nbsp; A country may have only 1 incident or it might have multiple incidents.&amp;nbsp; What I need is to add the specific Locations and the Issue Type for each resulting country like this (assumes this country had 3 incidents):&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Total Incs&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Location 1 - &lt;FONT color="#FF0000"&gt;Issue Type 1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Location 2 - &lt;FONT color="#FF6600"&gt;Issue Type 2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Location 3 - &lt;FONT color="#FF0000"&gt;Issue Type 1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;etc.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;So far, I've only been able to get the first two lines of the expression with no formatting:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;=IncCountry &amp;amp; '&amp;lt;br&amp;gt;' &amp;amp; count(IncNumber)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;So how do I write the expression so it will add a new line for each location, whether there is 1 location or 10 locations (realistically, there will likely be fewer than 5 but I can't say for sure)?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;I have no experience with HTML* nor Qlik variables or set expressions, so please walk me through the fix step by step.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Thanking everyone in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* An online tool was able to convert the text above to HTML in case that helps.&lt;/P&gt;
&lt;P&gt;&amp;lt;p style='margin:0in;margin-bottom:.0001pt;font-size:15px;font-family:"Calibri",sans-serif;'&amp;gt;&amp;lt;strong&amp;gt;&amp;lt;span style="font-size: 11px;"&amp;gt;Country&amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p style='margin:0in;margin-bottom:.0001pt;font-size:15px;font-family:"Calibri",sans-serif;'&amp;gt;&amp;lt;span style="font-size: 11px;"&amp;gt;Total Incs&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p style='margin:0in;margin-bottom:.0001pt;font-size:15px;font-family:"Calibri",sans-serif;'&amp;gt;&amp;lt;span style="font-size: 11px;"&amp;gt;&amp;lt;strong&amp;gt;Location 1 - &amp;lt;span style="color:red;"&amp;gt;Issue Type 1&amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p style='margin:0in;margin-bottom:.0001pt;font-size:15px;font-family:"Calibri",sans-serif;'&amp;gt;&amp;lt;span style="font-size: 11px;"&amp;gt;&amp;lt;strong&amp;gt;Location 2 - &amp;lt;span style="color:#FF9900;"&amp;gt;Issue Type 2&amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p style='margin:0in;margin-bottom:.0001pt;font-size:15px;font-family:"Calibri",sans-serif;'&amp;gt;&amp;lt;strong&amp;gt;&amp;lt;span style="font-size: 11px;"&amp;gt;Location 3 - &amp;lt;/span&amp;gt;&amp;lt;span style="color: red; font-size: 11px;"&amp;gt;Issue Type 1&amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 15:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/Add-resulting-list-of-addresses-to-bubble-label/m-p/1730768#M3224</guid>
      <dc:creator>Ruthie09</dc:creator>
      <dc:date>2025-01-29T15:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add resulting list of addresses to bubble label</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/Add-resulting-list-of-addresses-to-bubble-label/m-p/1731124#M3237</link>
      <description>&lt;P&gt;Anyone?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 16:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/Add-resulting-list-of-addresses-to-bubble-label/m-p/1731124#M3237</guid>
      <dc:creator>Ruthie09</dc:creator>
      <dc:date>2020-07-27T16:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Add resulting list of addresses to bubble label</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/Add-resulting-list-of-addresses-to-bubble-label/m-p/1731125#M3238</link>
      <description>&lt;P&gt;I wouldn't have time to walk through this, but in the past I think I would have used the concat function to aggregate this string. Start with simple concat (field, ',') and build from that.&lt;/P&gt;&lt;P&gt;Martin.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 16:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/Add-resulting-list-of-addresses-to-bubble-label/m-p/1731125#M3238</guid>
      <dc:creator>martyginqo</dc:creator>
      <dc:date>2020-07-27T16:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Add resulting list of addresses to bubble label</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/Add-resulting-list-of-addresses-to-bubble-label/m-p/1734641#M3261</link>
      <description>&lt;P&gt;Would it be possible for you to share a sample of your data?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 21:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/Add-resulting-list-of-addresses-to-bubble-label/m-p/1734641#M3261</guid>
      <dc:creator>Steven_Haught</dc:creator>
      <dc:date>2020-08-10T21:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add resulting list of addresses to bubble label</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/Add-resulting-list-of-addresses-to-bubble-label/m-p/1734652#M3262</link>
      <description>&lt;P&gt;This was the answer.&amp;nbsp; I didn't realize CONCAT was not the same as using ampersands.&amp;nbsp; Thank you, Marty.&lt;/P&gt;&lt;P&gt;This is what I ended up with.&lt;/P&gt;&lt;P&gt;=IF(IncP1P2Flag = 'Yes', IncCountry &amp;amp; chr(10) &amp;amp; 'Total Tickets - ' &amp;amp; count(IncNumber) &amp;amp; chr(10) &amp;amp; &lt;FONT color="#FF0000"&gt;(CONCAT(Distinct IncLocation &amp;amp; ' - ' &amp;amp; IncLocationType,chr(10))&lt;/FONT&gt;), IncCountry &amp;amp; chr(10) &amp;amp; count(IncNumber))&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 21:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/Add-resulting-list-of-addresses-to-bubble-label/m-p/1734652#M3262</guid>
      <dc:creator>Ruthie09</dc:creator>
      <dc:date>2020-08-10T21:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Add resulting list of addresses to bubble label</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/Add-resulting-list-of-addresses-to-bubble-label/m-p/1735207#M3268</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Your information is very interesting. Thank you for sharing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.tellpizzahut.online/" target="_self"&gt;&lt;SPAN&gt;Tellpizzahut&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2020 06:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/Add-resulting-list-of-addresses-to-bubble-label/m-p/1735207#M3268</guid>
      <dc:creator>SalvatoreBaker</dc:creator>
      <dc:date>2020-08-14T06:01:21Z</dc:date>
    </item>
  </channel>
</rss>

