<?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: Auto Create Centroid When New Record/Feature Added in Join in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/auto-create-centroid-when-new-record-feature-added/m-p/1172277#M45967</link>
    <description>&lt;P&gt;I could do this, but one can't use Arcade on symbology if it is a view...&lt;/P&gt;</description>
    <pubDate>Tue, 10 May 2022 03:22:35 GMT</pubDate>
    <dc:creator>ArmstKP</dc:creator>
    <dc:date>2022-05-10T03:22:35Z</dc:date>
    <item>
      <title>Auto Create Centroid When New Record/Feature Added in Join</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/auto-create-centroid-when-new-record-feature-added/m-p/1158664#M45191</link>
      <description>&lt;P&gt;I have created a join layer with the Join Features Analysis tool; it is a polygon layer.&amp;nbsp; I then created centroids from my join layer by using the Find Centroids Analysis tool, but centroids don't auto create when new polygons are added in the join layer...&lt;/P&gt;&lt;P&gt;How would I go about this, in my current AGOL workflow??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 03:25:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/auto-create-centroid-when-new-record-feature-added/m-p/1158664#M45191</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2022-03-29T03:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Create Centroid When New Record/Feature Added in Join</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/auto-create-centroid-when-new-record-feature-added/m-p/1159056#M45229</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;As an automatic function I have not seen, but in case of MSSQL Server this scripts and the following link can help you:&amp;nbsp;&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/previous-versions/sql/sql-server-2012/bb933828(v=sql.110)" target="_blank"&gt;STX (geometry Data Type) | Microsoft Docs&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;use Demo_GNX
go
Drop view OutPutView
go
Create View OutPutView as
(SELECT ET.Codigo
       ,ET.Shape
       ,ET.Shape.STCentroid().STX as X
	   ,ET.Shape.STCentroid().STY as Y
	   ,ET.Shape.STCentroid().STSrid as STSrid
 FROM Demo_GNX.DBO.LimiteEntidadTerritorial as ET)
go
SELECT * FROM OutPutView
go&lt;/LI-CODE&gt;&lt;P&gt;For the other RDBMS check ST_Geometry in ArcGIS Pro, see the link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/databases/databases-and-st-geometry.htm#:~:text=ST_Geometry%20is%20a%20user-defined%20data%20type%20that%20allows,type%20to%20an%20Oracle%2C%20PostgreSQL%2C%20or%20SQLite%20database." target="_blank"&gt;Databases and ST_Geometry—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Reinaldo.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 19:22:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/auto-create-centroid-when-new-record-feature-added/m-p/1159056#M45229</guid>
      <dc:creator>Reinaldo_Cartagena</dc:creator>
      <dc:date>2022-03-29T19:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Create Centroid When New Record/Feature Added in Join</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/auto-create-centroid-when-new-record-feature-added/m-p/1172277#M45967</link>
      <description>&lt;P&gt;I could do this, but one can't use Arcade on symbology if it is a view...&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 03:22:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/auto-create-centroid-when-new-record-feature-added/m-p/1172277#M45967</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2022-05-10T03:22:35Z</dc:date>
    </item>
  </channel>
</rss>

