<?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: Confused about Arcade labeling compatibility between Desktop and Online. in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/1364572#M56536</link>
    <description>&lt;P&gt;6 years passed, I still have same issue here:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-online-questions/feature-layer-failed-to-support-arcade-label/m-p/1364551" target="_self"&gt;https://community.esri.com/t5/arcgis-online-questions/feature-layer-failed-to-support-arcade-label/m-p/1364551&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Dec 2023 18:45:10 GMT</pubDate>
    <dc:creator>hoogw</dc:creator>
    <dc:date>2023-12-27T18:45:10Z</dc:date>
    <item>
      <title>Confused about Arcade labeling compatibility between Desktop and Online.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/570695#M28703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been designing some maps in ArcGIS Pro for printing (with the hope of creating identical web map versions) and, seeing that Arcade expressions can carry over into ArcGIS Online, went through the time and effort to figure out and incorporate arcade expressions into my labels. I then shared my layers&amp;nbsp;to my ArcGIS Online&amp;nbsp;account and found that (among many other things) my Arcade label expressions were not recognized or supported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wasn't the whole point of Arcade to have a universal expression language across the platform and make sharing content between different applications quick and seamless? Below are some screenshots of what it should look like vs what came up in ArcGIS Online, as well as the expression I am using.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is a limitation of ArcGIS Online? If so, can we get some documentation on what is and isn't supported? The only thing I saw in my prior research was that multi-line label expressions were not supported, and it's frustrating to have to find the limitations yourself through trial and error. I'm glad we're getting progress in the web map labeling department, but I&amp;nbsp;thought universal meant &lt;EM&gt;universal&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arcade Label expression:&lt;/P&gt;&lt;P&gt;"&amp;lt;FNT size = '12'&amp;gt;" + Replace($feature.fsp_labels_SITE_NAME, 'State Park', 'SP') + "&amp;lt;/FNT&amp;gt;" + " " + "&amp;lt;FNT size = '25'&amp;gt;" + $feature.fsp_labels_NUM + "&amp;lt;/FNT&amp;gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm trying to do is replace some words with abbreviations and then use two different font sizes. The replace function worked, so I'm guessing it's just an issue of using two font sizes in one label? There really needs to be some better documentation on this stuff for users to refer to.&amp;nbsp;#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ArcGIS Pro arcade labeling" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/393069_arcade_help.png" style="width: 468px; height: 350px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ArcGIS Online arcade labeling" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/393070_arcade_help2.png" style="width: 527px; height: 393px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 15:48:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/570695#M28703</guid>
      <dc:creator>AaronKoelker</dc:creator>
      <dc:date>2018-01-17T15:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about Arcade labeling compatibility between Desktop and Online.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/570696#M28704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The label options in ArcGIS Online are still very limited. There is no support for using fnt, clr and other tags (yet?).&amp;nbsp;As you noticed, when you create some "html" string format it will not be interpret the html, it will just parse it as text. In the future you will see that the possibilities will start to be more similar to allow you to do what you want. This will take some time though.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The closest you can get at this moment is using two copies of the layer and use different alignments and sizes for the name and the value:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/394284_pastedImage_1.png" style="width: auto; height: auto;" /&gt;for the name&amp;nbsp;and&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/394285_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&amp;nbsp;for the value for instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result will be something like:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/394286_pastedImage_3.png" style="width: 620px; height: 371px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not the same, however closer than this is difficult to achieve in the current version (without programming).&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 23:00:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/570696#M28704</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-01-19T23:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about Arcade labeling compatibility between Desktop and Online.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/570697#M28705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the issue is that I'm actually using HTML tags within an Arcade expression, and the Arcade is being recognized by AGO while the HTML within is not? Frustrating, but I think I understand now.&amp;nbsp;Thanks for the information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 15:27:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/570697#M28705</guid>
      <dc:creator>AaronKoelker</dc:creator>
      <dc:date>2018-01-22T15:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about Arcade labeling compatibility between Desktop and Online.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/570698#M28706</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/193020"&gt;Aaron Koelker&lt;/A&gt;&amp;nbsp;, it would be great if this was possible (generate HTML code using Arcade) and have an pop-up or label be able to interpret the HTML and show it correctly. I understand your frustration, but Arcade is a new language and still in development. It will take time to reach a point where the same options will be supported in Desktop and&amp;nbsp;ArcGIS Online (and Apps and Enterprise and ... well the entire platform). There are some exciting things planned for future releases and I am sure that what you are looking for will be possible in the future.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will CC &lt;A href="https://community.esri.com/migrated-users/3063"&gt;Kelly Gerrow&lt;/A&gt;‌ to see if she can share more info on this (for instance if it is in the backlog).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 16:13:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/570698#M28706</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-01-22T16:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about Arcade labeling compatibility between Desktop and Online.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/570699#M28707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Xander, I appreciate the help. For now I'm using your suggestion of two redundant layers for labeling, and that's good enough for now.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 16:39:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/570699#M28707</guid>
      <dc:creator>AaronKoelker</dc:creator>
      <dc:date>2018-02-05T16:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about Arcade labeling compatibility between Desktop and Online.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/1004902#M37523</link>
      <description>&lt;P&gt;I just experienced the same problem. Thought, ok I'll use Arcade, only to find out the labels don't translate at all for text formatting.&amp;nbsp;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1108"&gt;@XanderBakker&lt;/a&gt;&amp;nbsp;any update for getting this into the labeling? I was hoping it would at least be in the Mapviewer Beta, but no luck still.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 00:10:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/1004902#M37523</guid>
      <dc:creator>JaredTaylor</dc:creator>
      <dc:date>2020-11-26T00:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about Arcade labeling compatibility between Desktop and Online.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/1005016#M37530</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/194860"&gt;@JaredTaylor&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, currently this is still not possible to do. I don't know when this issue will be resolved, but I don't see any mention of in the new AGOL to be released on Dec 8. However, I haven't checked this in the Early Adoptors version...&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 13:26:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/1005016#M37530</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2020-11-26T13:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about Arcade labeling compatibility between Desktop and Online.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/1331028#M54695</link>
      <description>&lt;P&gt;Good Morning Xander,&lt;/P&gt;&lt;P&gt;I'm trying to combine HTML tags and Arcade and see that it's still not available.&amp;nbsp; I'm trying to use superscript tags.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;SOILCODE1&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;"&amp;lt;SUP&amp;gt;"&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;prcnt1&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;"&amp;lt;/SUP&amp;gt; - "&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;$feature&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;SOILCODE2&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;"&amp;lt;SUP&amp;gt;"&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;prcnt2&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;"&amp;lt;/SUP&amp;gt;"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The figure below illustrates what I am attempting to do.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DJB_0-1695303956252.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/81293iFDCF575DFCC7E623/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DJB_0-1695303956252.png" alt="DJB_0-1695303956252.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;SPAN&gt;It's been almost three years since this post.&amp;nbsp; Has Esri made any headway into this?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;This is really needed and I hope that Esri is working on this.&amp;nbsp; I've seen "roadmaps" for things like Experience Builder.&amp;nbsp; Is there maybe a roadmap for either AGOL development or Arcade for that matter?&amp;nbsp; It would be nice to see that Esri is in fact working on this.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;SPAN&gt;&amp;nbsp;Xander.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;~Dan&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Sep 2023 13:48:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/1331028#M54695</guid>
      <dc:creator>DJB</dc:creator>
      <dc:date>2023-09-21T13:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about Arcade labeling compatibility between Desktop and Online.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/1364572#M56536</link>
      <description>&lt;P&gt;6 years passed, I still have same issue here:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-online-questions/feature-layer-failed-to-support-arcade-label/m-p/1364551" target="_self"&gt;https://community.esri.com/t5/arcgis-online-questions/feature-layer-failed-to-support-arcade-label/m-p/1364551&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 18:45:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/confused-about-arcade-labeling-compatibility/m-p/1364572#M56536</guid>
      <dc:creator>hoogw</dc:creator>
      <dc:date>2023-12-27T18:45:10Z</dc:date>
    </item>
  </channel>
</rss>

