<?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 Pop-up Formatting using Arcade and HTML based on a Attribute Field in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/pop-up-formatting-using-arcade-and-html-based-on-a/m-p/1187330#M46681</link>
    <description>&lt;P&gt;I am formatting pop-ups for a web map on AGOL. The map shows centerlines that are symbolized by curb types. I want the pop-ups to list priorities for the land use, for example people/green space, delivery access, and storage, near the curb based on the curb type.&lt;/P&gt;&lt;P&gt;I edited my post because I solved my original problem, which was showing the priority list based on the curb type. I created an attribute expression that shows the list of priorities based on curb type. Now, I would like to format the list so that the first priority is bold. I can't use&amp;nbsp;&lt;SPAN&gt;&amp;lt;BOL&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/BOL&amp;gt;. I'm not sure how to edit the HMTL Source Code to do that.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;The picture below shows my original problem.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bdavison_1-1656427755861.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/44641i5C2A332261A18581/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bdavison_1-1656427755861.png" alt="bdavison_1-1656427755861.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;The picture below shows my new problem.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bdavison_0-1656440880747.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/44685iBFA38EE9B188FF67/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bdavison_0-1656440880747.png" alt="bdavison_0-1656440880747.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;This is the HTML Code that produced the first image:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;strong&amp;gt;&amp;lt;u&amp;gt;Curb Type&amp;lt;/u&amp;gt;&amp;lt;/strong&amp;gt;&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;strong&amp;gt;{curb_type}s&amp;lt;/strong&amp;gt; &amp;amp;nbsp;{expression/expr0}&amp;amp;nbsp;&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;strong&amp;gt;&amp;lt;u&amp;gt;Curb Use Priority&amp;lt;/u&amp;gt;&amp;lt;/strong&amp;gt;&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;strong&amp;gt;1. People/Green Space&amp;lt;/strong&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;br&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2. Delivery Access&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;br&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3. Storage&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;strong&amp;gt;1. Passenger Access&amp;lt;/strong&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;br&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2. People/Green Space&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;br&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 3. Mobility&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;This is the HTML Code that produced the second image:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;strong&amp;gt;&amp;lt;u&amp;gt;Curb Type&amp;lt;/u&amp;gt;&amp;lt;/strong&amp;gt;&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;strong&amp;gt;{curb_type}s&amp;lt;/strong&amp;gt; &amp;amp;nbsp;{expression/expr0}&amp;amp;nbsp;&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;strong&amp;gt;&amp;lt;u&amp;gt;Curb Use Priority&amp;lt;/u&amp;gt;&amp;lt;/strong&amp;gt;&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {expression/expr2}&amp;amp;nbsp;&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you all have any suggestions. Thank you!&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jun 2022 18:33:51 GMT</pubDate>
    <dc:creator>bdavison</dc:creator>
    <dc:date>2022-06-28T18:33:51Z</dc:date>
    <item>
      <title>Pop-up Formatting using Arcade and HTML based on a Attribute Field</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/pop-up-formatting-using-arcade-and-html-based-on-a/m-p/1187330#M46681</link>
      <description>&lt;P&gt;I am formatting pop-ups for a web map on AGOL. The map shows centerlines that are symbolized by curb types. I want the pop-ups to list priorities for the land use, for example people/green space, delivery access, and storage, near the curb based on the curb type.&lt;/P&gt;&lt;P&gt;I edited my post because I solved my original problem, which was showing the priority list based on the curb type. I created an attribute expression that shows the list of priorities based on curb type. Now, I would like to format the list so that the first priority is bold. I can't use&amp;nbsp;&lt;SPAN&gt;&amp;lt;BOL&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/BOL&amp;gt;. I'm not sure how to edit the HMTL Source Code to do that.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;The picture below shows my original problem.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bdavison_1-1656427755861.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/44641i5C2A332261A18581/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bdavison_1-1656427755861.png" alt="bdavison_1-1656427755861.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;The picture below shows my new problem.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bdavison_0-1656440880747.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/44685iBFA38EE9B188FF67/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bdavison_0-1656440880747.png" alt="bdavison_0-1656440880747.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;This is the HTML Code that produced the first image:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;strong&amp;gt;&amp;lt;u&amp;gt;Curb Type&amp;lt;/u&amp;gt;&amp;lt;/strong&amp;gt;&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;strong&amp;gt;{curb_type}s&amp;lt;/strong&amp;gt; &amp;amp;nbsp;{expression/expr0}&amp;amp;nbsp;&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;strong&amp;gt;&amp;lt;u&amp;gt;Curb Use Priority&amp;lt;/u&amp;gt;&amp;lt;/strong&amp;gt;&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;strong&amp;gt;1. People/Green Space&amp;lt;/strong&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;br&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2. Delivery Access&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;br&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3. Storage&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;strong&amp;gt;1. Passenger Access&amp;lt;/strong&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;br&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2. People/Green Space&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;br&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 3. Mobility&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;This is the HTML Code that produced the second image:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;strong&amp;gt;&amp;lt;u&amp;gt;Curb Type&amp;lt;/u&amp;gt;&amp;lt;/strong&amp;gt;&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;strong&amp;gt;{curb_type}s&amp;lt;/strong&amp;gt; &amp;amp;nbsp;{expression/expr0}&amp;amp;nbsp;&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;strong&amp;gt;&amp;lt;u&amp;gt;Curb Use Priority&amp;lt;/u&amp;gt;&amp;lt;/strong&amp;gt;&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {expression/expr2}&amp;amp;nbsp;&lt;BR /&gt;&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you all have any suggestions. Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 18:33:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/pop-up-formatting-using-arcade-and-html-based-on-a/m-p/1187330#M46681</guid>
      <dc:creator>bdavison</dc:creator>
      <dc:date>2022-06-28T18:33:51Z</dc:date>
    </item>
  </channel>
</rss>

