|
POST
|
Good morning. I was able to filter select all points inside a polygon. Now I would like to filter only the points selected and run a Near Me widget only against the point selected not all points in the layer. Hos can I do that?
... View more
yesterday
|
0
|
0
|
62
|
|
POST
|
Good afternoon, I am looking for a way to select all the points from a point layer that fall within a selected polygon. Which widget can I use, and how should I configure it? I have a Commission District polygon layer where I can select a single district using the Filter widget. The next step is to select all the points that fall within the selected Commission District polygon.
... View more
|
0
|
2
|
119
|
|
POST
|
Good morning, We have several Python scripts that count records in sde views and were working fine before version 3,6. But now they return an error message: ERROR 160077: An underlying database error occurred. Our sde views are located in a SQL server database. import arcpy # Replace with your SDE view path or layer name sde_view = r"Database Connections\MySDEConnection.sde\MySchema.MyView" # Run Get Count count = arcpy.management.GetCount(sde_view) # Output the count print("Total records:", int(count[0]))
... View more
2 weeks ago
|
0
|
3
|
190
|
|
POST
|
Good morning, I am looking for a way to hide the Edit widget in a EB application when the user is a viewer not an editor. Thanks
... View more
2 weeks ago
|
0
|
2
|
172
|
|
POST
|
Good morning, Is there any GeoAI tool that allows to reformat an address that has too much information. For example an address with SW 1 street & SW 1st avenue for FH #1122 We are only interested in: SW 1st street & SW 1st avenue Thanks
... View more
3 weeks ago
|
0
|
2
|
187
|
|
POST
|
Good morning @GlenterpriseUK I fixed the issue posting the error on Google AI that recommended: "If the error persists after resetting these settings, you may need to disable the Enable Sync (required for offline use and collaboration) toggle on that same page, as offline editing can interfere with the tracking server views." Thanks
... View more
4 weeks ago
|
0
|
1
|
226
|
|
POST
|
Good afternoon, The option to enable tracking in a hosted feature class that has a view attached does not work. Any other way you recommend to add tracking fields to a hosted feature layer? Thanks
... View more
a month ago
|
0
|
3
|
339
|
|
POST
|
Good morning, I am looking for a way to create a filter that will exclude all records with an Estimated Completion Date earlier than today Thanks
... View more
a month ago
|
0
|
0
|
138
|
|
POST
|
Good afternoon, I’m looking for a way to show the nearest parking location (point layer) when clicking on a restaurant (point layer). I’d like the pop‑up in ArcGIS Pro to display a clickable URL or an Arcade expression that zooms to the nearest parking feature. The layer restaurant already includes a NEARME field that stores the ID and distance of the closest parking point. Tried thos code as an expression and it does not work: var parkingOID = $feature.NEAR_FID; if (IsEmpty(parkingOID)) { return "No parking location found."; } var layer = FeatureSetByName($map, "Parking_Locations", ["OBJECTID"], false); var parkingFeature = First(Filter(layer, "OBJECTID = " + parkingOID)); if (IsEmpty(parkingFeature)) { return "Parking location not found in layer."; } // Build a link that auto-selects/highlights the parking feature var url = "arcgis://select/?layer=Parking_Locations&objectid=" + parkingOID; return "Select Parking Location: " + url;
... View more
05-01-2026
12:34 PM
|
1
|
4
|
1467
|
|
POST
|
Good morning What widgets are needed to perform the following actions with EB: - select a specific polygon shape (Commission District 1) - select all points inside the polygon shape - provide a way to export the selection to an excel file For example, selecting all customers in a specific commission district 1. Thanks
... View more
04-24-2026
04:28 AM
|
0
|
1
|
374
|
|
POST
|
This post was created in the wrong group. I am going to create a new one under Experience Builder.
... View more
04-24-2026
04:25 AM
|
0
|
0
|
252
|
|
POST
|
Introducing the ArcGIS Workflow Manager Send Web Request Step The Enhanced Send Web Request Step
... View more
04-13-2026
09:51 AM
|
0
|
0
|
309
|
|
POST
|
Good morning, I am looking for some documentation that explains how to configure the step "Send Web Request". I just want to send a request to a hosted polygon layer to query a value in the index field (ATLAS) This is the GET: Base URL https://mygisportal.mysite.com/hosting/rest/services/Hosted/Index/FeatureServer/0/query Parameters (clean + formatted) where = ATLAS = 'P16-D' geometryType = esriGeometryEnvelope spatialRel = esriSpatialRelIntersects units = esriSRUnit_Foot returnGeometry = true multipatchOption = xyFootprint sqlFormat = none lodType = geohash returnDistinctValues = false returnIdsOnly = false returnCountOnly = false returnExtentOnly = false returnZ = false returnM = false returnTrueCurves = false returnCentroid = false returnEnvelope = false returnUniqueIdsOnly = false f = html
... View more
04-13-2026
07:42 AM
|
0
|
1
|
355
|
|
POST
|
Good afternoon, I am testing the Spatial Join (Closest) tool on a point layer to find the closest point from another point layer. The fields from the second layer are being added, but all of them are coming in empty. I am following this YouTube video: Finding Nearest Features in ArcGIS Pro Thanks
... View more
04-10-2026
11:00 AM
|
0
|
1
|
349
|
|
POST
|
Good afternoon, Can I open a branch version in a ArcGIS Portal web map or EB? Thanks
... View more
03-25-2026
10:29 AM
|
0
|
1
|
401
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-01-2026 12:34 PM | |
| 1 | 12-02-2022 08:17 AM | |
| 1 | 12-26-2025 05:02 AM | |
| 1 | 08-05-2025 04:28 AM | |
| 1 | 08-05-2025 04:33 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|