|
POST
|
maybe just missing ' ' around fields: [ Any traceback errors etc? var newDict = {
'fields': [
{ name: "Use Type", type: "esriFieldTypeString" },
{ name: "Count", type: "esriFieldTypeInteger" },
],
'geometryType': '',
'features':NameList
... View more
11-29-2023
11:43 AM
|
0
|
1
|
3292
|
|
POST
|
Hi all, I was wondering if anyone had kept a record of the materials for historical or current MOOCs? Just the PDFs really. I'd guess the current ones are done with Pro 3.x tools where some users may be using company machines for learning (with mandated software package versions). Or some may not meet system requirements. Hence 2.x focused historical MOOCs might still be useful. Thanks
... View more
11-29-2023
08:16 AM
|
0
|
1
|
1030
|
|
POST
|
Just forget the buffers - use https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/near.htm You can join the tables after using nearFID - giving you the closest village name.
... View more
11-24-2023
12:06 PM
|
0
|
0
|
1056
|
|
POST
|
I'm guessing this an Enterprise Portal dashboard? It's likely things such as DateDiff() aren't present in your Arcade version.
... View more
11-24-2023
11:51 AM
|
0
|
1
|
3501
|
|
POST
|
Hi, If an MMPK is packaged in Pro with an expiry date, then shared to AGOL - can that expiry date subsequently be altered in AGOL? Thanks
... View more
11-23-2023
07:13 AM
|
0
|
2
|
1030
|
|
POST
|
Aren't you checking isEmpty() against a row of a feature set which surely exists? I'd try to check against the record: (First(FeatureSetByRelationshipName($feature, "Parking_Count_Segments Inspections to Polygons", ["Spaces_30min"], false))).Spaces_30min
... View more
11-22-2023
12:09 PM
|
1
|
0
|
897
|
|
POST
|
yes it should just be a spatial join and some data wrangling. I think what you're missing is that the join has to be One_to_Many to account for the overlapping catchments.
... View more
11-22-2023
11:56 AM
|
1
|
0
|
1558
|
|
POST
|
Thanks. Was overly cautious to edit it in Pro as it's a Survey123 layer and also the itemID has lots of dependencies if for some horrible reason it were to get republished by Pro. I used the GUI of the REST API ApplyEdits for the geometry update and it worked great and the backup now works. Very strange that the Longitude of 1.23456789 came into the layer (from Survey123) as 123456789 i.e. missing the decimal point. Probably a support request to Esri if it happens again. applyEdits syntax if useful to anyone: {
"attributes": {
"objectid": 1
},
"geometry": {
"x": 1.23456789,
"y": 9.87654321
}
}
... View more
11-19-2023
11:34 AM
|
1
|
0
|
1473
|
|
POST
|
Thanks, the dev window had a helpful response from ApplyEdits that a field had invalid HTML (<[email protected]>). The post here https://community.esri.com/t5/arcgis-data-interoperability-blog/writing-html-and-other-amp-lt-and-amp-gt-tagged/ba-p/1116925 explains why. removing the tags then solved the issue. Thanks for the steer. Also other issue is the same layer but unrelated as have solved that now.
... View more
11-19-2023
11:27 AM
|
1
|
0
|
1226
|
|
POST
|
Hi, I have a hosted feature layer which has been published from Survey123. CRS WGS84 On attempting to manually backup this layer (Export to FGDB) the export fails with a generic error. Shapefile didn't work, KML worked but had empty output. non spatial formats worked OK, CSV, JSON etc. On inspecting the JSON I could see some strange coordinates which may be causing the issue. I'm in the UK so the Lat Longs will be something like' -2 , 52' all the records show coords around this so nothing stands out. The obvious exception is a record in the layer which has coord values of of '-260,000 , 52' 1. Does anyone have an idea how this could happen from a survey submission? 2. Also is this a Python/Rest API fix or am I missing something obvious to do to fix it in the AGOL GUI? Any comments or suggestions at all are much appreciated. Thanks
... View more
11-18-2023
08:23 AM
|
0
|
2
|
1572
|
|
POST
|
Hi, I have a hosted feature layer which has been published from Survey123. One field from this feature layer is later used to add reviewer comments to a survey submission e.g.' Approved', 'Need more info', 'missing paperwork' etc. This editing is done in Experience builder. However when a this field is edited for this particular feature/entry we get the message 'Something went wrong - Edits could not be saved: Error'. The next step was trying to do the same edit in the Data tab of the hosted feature layer (no special formatting, characters etc., just inserting 'TEST' and various other simple strings). In this instance, on entering the text and clicking out of the text box or pressing enter, the display just refreshed and then showed nothing entered. There are no domains, and other rows for the same field can be edited fine. has anyone got any ideas as this is slightly confusing. Any comments or suggestions at all are much appreciated. Thanks
... View more
11-18-2023
08:16 AM
|
0
|
3
|
1333
|
|
POST
|
Copy and paste in the catalog window of Pro will do this, or Copy_management (not copy_features) https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/copy.htm
... View more
11-14-2023
12:21 PM
|
2
|
1
|
3076
|
|
POST
|
var owned = ['a','b','c','d'];
var v = iif(Includes(owned, $feature.LP1),"Yes", null);
return v;
... View more
11-14-2023
11:13 AM
|
0
|
0
|
2161
|
|
DOC
|
This is really handy, thanks Jake. How do you manage adding new users to the 'all users' group over time?
... View more
11-06-2023
07:27 AM
|
0
|
0
|
10665
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-17-2023 12:44 PM | |
| 1 | 06-13-2025 01:08 PM | |
| 1 | 09-25-2025 03:19 PM | |
| 1 | 09-24-2025 02:35 PM | |
| 1 | 09-17-2025 02:42 PM |
| Online Status |
Offline
|
| Date Last Visited |
a month ago
|