<?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: Arcade Labeling in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/arcade-labeling/m-p/545126#M5898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/352207"&gt;Lindsay King&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that&amp;nbsp;the HTML formatting that can be used in ArcGIS Pro, will also be possible in AGOL, since it does not make sense that this formatting disappears when you publish it to AGOL. I do not know when this will be available. There is a big update of the web map coming very soon, but it might not include this feature yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can format the pop-up applying colors, but this&amp;nbsp;will probably require multiple expressions. Can you&amp;nbsp;provide a visual example of what you want to achieve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Sep 2019 17:10:41 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2019-09-23T17:10:41Z</dc:date>
    <item>
      <title>Arcade Labeling</title>
      <link>https://community.esri.com/t5/mapping-questions/arcade-labeling/m-p/545121#M5893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I am creating a label expression in Pro using Arcade. Are there any tags or functions in arcade to make part of the label text bold?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Looking for something similar to the &amp;lt;BOL&amp;gt;[Field1]&amp;lt;/BOL&amp;gt; tags that are available in VBscript.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 16:55:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/arcade-labeling/m-p/545121#M5893</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-04-03T16:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Labeling</title>
      <link>https://community.esri.com/t5/mapping-questions/arcade-labeling/m-p/545122#M5894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use something similar in Arcade:&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="string token"&gt;"&amp;lt;BOL&amp;gt;"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Field1 &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"&amp;lt;/BOL&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 14:47:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/arcade-labeling/m-p/545122#M5894</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-04-12T14:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Labeling</title>
      <link>https://community.esri.com/t5/mapping-questions/arcade-labeling/m-p/545123#M5895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is&amp;nbsp;this possible in ArcGIS Online as well? I just tried it and it doesn't seem like it works, but perhaps I'm missing something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2019 18:29:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/arcade-labeling/m-p/545123#M5895</guid>
      <dc:creator>KaylaFlamm</dc:creator>
      <dc:date>2019-05-24T18:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Labeling</title>
      <link>https://community.esri.com/t5/mapping-questions/arcade-labeling/m-p/545124#M5896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ArcGIS Online you cannot use these codes. You can style the pop-up using custom HTML instead of normal fields display.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2019 18:59:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/arcade-labeling/m-p/545124#M5896</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-05-24T18:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Labeling</title>
      <link>https://community.esri.com/t5/mapping-questions/arcade-labeling/m-p/545125#M5897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Xander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if using these codes will be possible in AGOL in the future?&amp;nbsp; I am currently using an arcade expression in a webmap popup configuration to return a number of fields from a related table based on &lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-12773-using-featuresetby-functions-in-arcade-to-drill-down-to-other-layers-and-tables"&gt;this post&lt;/A&gt;, and I would like to be able to format (bold, in this case) the values&amp;nbsp;from one of the returned fields.&amp;nbsp; Since there are multiple fields being returned, I am not aware of a way to style it using custom HTML in a way that would only apply to one of the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lindsay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 23:13:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/arcade-labeling/m-p/545125#M5897</guid>
      <dc:creator>LindsayKing1</dc:creator>
      <dc:date>2019-09-19T23:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Labeling</title>
      <link>https://community.esri.com/t5/mapping-questions/arcade-labeling/m-p/545126#M5898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/352207"&gt;Lindsay King&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that&amp;nbsp;the HTML formatting that can be used in ArcGIS Pro, will also be possible in AGOL, since it does not make sense that this formatting disappears when you publish it to AGOL. I do not know when this will be available. There is a big update of the web map coming very soon, but it might not include this feature yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can format the pop-up applying colors, but this&amp;nbsp;will probably require multiple expressions. Can you&amp;nbsp;provide a visual example of what you want to achieve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2019 17:10:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/arcade-labeling/m-p/545126#M5898</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-09-23T17:10:41Z</dc:date>
    </item>
  </channel>
</rss>

