I am using 10.8.1 ArcGIS Enterprise and I still don't get the option to perform calculation on fields of a hosted feature service on portal.
Do we need to have Geoanalytics Server to perform calculation on field using arcade?
Solved! Go to Solution.
Hi @JyotiRohodia,
Without using GeoAnalytics, you can calculate a field using Arcade through the Map Viewer or the portal item page starting at 10.9. At 10.8.1, you can calculate using SQL.
Here are the steps on how to do this for 10.9:
At 10.8.1, you'll be able to write a SQL expression. At 10.9, an option will pop up to choose between Arcade and SQL calculations.
Here is the documentation. You can use the switch at the top to see what's supported at 10.8.1 (10.8) and 10.9.
To directly answer your question:
Do we need to have Geoanalytics Server to perform calculation on field using arcade?
Yes, at 10.8.1 you need GeoAnalytics Server to calculate a field using Arcade.
Sarah
Product Engineer, GeoAnalytics + Web Analysis
Hi @JyotiRohodia,
Without using GeoAnalytics, you can calculate a field using Arcade through the Map Viewer or the portal item page starting at 10.9. At 10.8.1, you can calculate using SQL.
Here are the steps on how to do this for 10.9:
At 10.8.1, you'll be able to write a SQL expression. At 10.9, an option will pop up to choose between Arcade and SQL calculations.
Here is the documentation. You can use the switch at the top to see what's supported at 10.8.1 (10.8) and 10.9.
To directly answer your question:
Do we need to have Geoanalytics Server to perform calculation on field using arcade?
Yes, at 10.8.1 you need GeoAnalytics Server to calculate a field using Arcade.
Sarah
Product Engineer, GeoAnalytics + Web Analysis
Thank you so much Sarah!!! This was helpful. 🙂