<?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 Arcade attribute value expression in pop up help in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/arcade-attribute-value-expression-in-pop-up-help/m-p/1345452#M55639</link>
    <description>&lt;P&gt;Hello I need help,&lt;/P&gt;&lt;P&gt;I'm very bad at coding.&lt;/P&gt;&lt;P&gt;I need one "&lt;FONT face="inherit"&gt;field value + 1990"in pop ups. Would be the best if I wouldn't need to change other fieldname. Can I recalculate existing &lt;/FONT&gt;attributes&lt;FONT face="inherit"&gt;?&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Nov 2023 09:55:06 GMT</pubDate>
    <dc:creator>MariusBartašius</dc:creator>
    <dc:date>2023-11-03T09:55:06Z</dc:date>
    <item>
      <title>Arcade attribute value expression in pop up help</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-attribute-value-expression-in-pop-up-help/m-p/1345452#M55639</link>
      <description>&lt;P&gt;Hello I need help,&lt;/P&gt;&lt;P&gt;I'm very bad at coding.&lt;/P&gt;&lt;P&gt;I need one "&lt;FONT face="inherit"&gt;field value + 1990"in pop ups. Would be the best if I wouldn't need to change other fieldname. Can I recalculate existing &lt;/FONT&gt;attributes&lt;FONT face="inherit"&gt;?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 09:55:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-attribute-value-expression-in-pop-up-help/m-p/1345452#M55639</guid>
      <dc:creator>MariusBartašius</dc:creator>
      <dc:date>2023-11-03T09:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade attribute value expression in pop up help</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-attribute-value-expression-in-pop-up-help/m-p/1345517#M55647</link>
      <description>&lt;P&gt;Yes, you can use Arcade to calculate fields: &lt;A href="https://doc.arcgis.com/en/arcgis-online/manage-data/calculate-fields.htm" target="_blank"&gt;https://doc.arcgis.com/en/arcgis-online/manage-data/calculate-fields.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But if you only need it in the popup, and not as an actual field, just add an expression:&lt;/P&gt;&lt;PRE&gt;$feature.your_field + 1990&lt;/PRE&gt;&lt;P&gt;That will literally return the value of your field with 1990 added to it.&lt;/P&gt;&lt;P&gt;Arcade expressions added to your popup configuration become available in the "fields list", so you could display the output of the expression alongside or instead of other fields.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 13:38:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-attribute-value-expression-in-pop-up-help/m-p/1345517#M55647</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2023-11-03T13:38:20Z</dc:date>
    </item>
  </channel>
</rss>

