<?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>idea Expression field in view using AGOL UI in ArcGIS Online Ideas</title>
    <link>https://community.esri.com/t5/arcgis-online-ideas/expression-field-in-view-using-agol-ui/idi-p/1699729</link>
    <description>&lt;P&gt;&lt;SPAN&gt;It sounds like we can add calculated expression fields to “advanced views” in AGOL via the Admin REST API. The view would be uneditable.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;A title="https://developers.arcgis.com/rest/services-reference/online/add-to-definition-feature-service/" href="https://developers.arcgis.com/rest/services-reference/online/add-to-definition-feature-service/" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;U&gt;Add to Definition (Feature Service)&lt;/U&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;"sourceLayerFields": [
  {
    "name": "zipcode",
    "source": "zipcode"
  },
  {
    "name": "salesavg",
    "alias": "SaleAveragePerCustomer",
  &lt;STRONG&gt;  "expression": "(Total_Sales_FY13 + Total_Sales_FY14) / Customers",
  &lt;/STRONG&gt;  "type": "esriFieldTypeDouble"
  }
]&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;LinkedIn video: &lt;/SPAN&gt;&lt;A title="https://www.linkedin.com/posts/abdillahi-hassan-56a020134_esri-arcgis-ugcPost-7360636518803152896-NnkQ/" href="https://www.linkedin.com/posts/abdillahi-hassan-56a020134_esri-arcgis-ugcPost-7360636518803152896-NnkQ/" target="_blank" rel="noopener noreferrer"&gt;https://www.linkedin.com/posts/abdillahi-hassan-56a020134_esri-arcgis-ugcPost-7360636518803152896-NnkQ/&lt;/A&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;(It also looks like there's some GROUP BY / aggregation functionality in some of the JSON examples too.)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;This idea is to create an expression field in a view using the UI, instead of using the Admin REST API, which isn’t user friendly for non-developers.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Sun, 03 May 2026 14:20:06 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2026-05-03T14:20:06Z</dc:date>
    <item>
      <title>Expression field in view using AGOL UI</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/expression-field-in-view-using-agol-ui/idi-p/1699729</link>
      <description>&lt;P&gt;&lt;SPAN&gt;It sounds like we can add calculated expression fields to “advanced views” in AGOL via the Admin REST API. The view would be uneditable.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;A title="https://developers.arcgis.com/rest/services-reference/online/add-to-definition-feature-service/" href="https://developers.arcgis.com/rest/services-reference/online/add-to-definition-feature-service/" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;U&gt;Add to Definition (Feature Service)&lt;/U&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;"sourceLayerFields": [
  {
    "name": "zipcode",
    "source": "zipcode"
  },
  {
    "name": "salesavg",
    "alias": "SaleAveragePerCustomer",
  &lt;STRONG&gt;  "expression": "(Total_Sales_FY13 + Total_Sales_FY14) / Customers",
  &lt;/STRONG&gt;  "type": "esriFieldTypeDouble"
  }
]&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;LinkedIn video: &lt;/SPAN&gt;&lt;A title="https://www.linkedin.com/posts/abdillahi-hassan-56a020134_esri-arcgis-ugcPost-7360636518803152896-NnkQ/" href="https://www.linkedin.com/posts/abdillahi-hassan-56a020134_esri-arcgis-ugcPost-7360636518803152896-NnkQ/" target="_blank" rel="noopener noreferrer"&gt;https://www.linkedin.com/posts/abdillahi-hassan-56a020134_esri-arcgis-ugcPost-7360636518803152896-NnkQ/&lt;/A&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;(It also looks like there's some GROUP BY / aggregation functionality in some of the JSON examples too.)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;This idea is to create an expression field in a view using the UI, instead of using the Admin REST API, which isn’t user friendly for non-developers.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 03 May 2026 14:20:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/expression-field-in-view-using-agol-ui/idi-p/1699729</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2026-05-03T14:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expression field in view using AGOL UI</title>
      <link>https://community.esri.com/t5/arcgis-online-ideas/expression-field-in-view-using-agol-ui/idc-p/1699730#M14053</link>
      <description>&lt;P&gt;Idea:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-online-ideas/expression-field-in-advanced-agol-view-without/idi-p/1700130/highlight/true" target="_blank"&gt;Expression field in advanced AGOL view without join&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 15:32:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-ideas/expression-field-in-view-using-agol-ui/idc-p/1699730#M14053</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2026-05-06T15:32:56Z</dc:date>
    </item>
  </channel>
</rss>

