POST
|
Thank you @AaronPDXPaul for the info. Would you be able to share the map with me so I can test it out? Assuming this is through AGOL? -Kevin
... View more
3 weeks ago
|
0
|
0
|
110
|
POST
|
Hi @AaronPDXPaul Just for clarification, you're working with a form that has calculated expressions that, despite not being calculated, cause the submit to fail. Is that correct? Are you seeing `Failed to calculate` errors on the fields? Can you please share more details about the behavior you're running into? Thank you -Kevin
... View more
a month ago
|
0
|
2
|
156
|
POST
|
Hi @NataliyaLys Sorry for the delayed response. I have a few questions: - How are you performing the copy? Are you using Copy Attributes or Copy All? - Are you copying within the same layer or across layers? - Is the data in Enterprise 11.2 a hosted feature service or from your SDE geodatabase? - Is this a new workflow or an existing workflow where this used to work previously on iOS? Thank you -Kevin
... View more
09-10-2024
05:47 PM
|
0
|
0
|
712
|
POST
|
Hi @JonRedd I was able to leverage the following calculated expression for the form in Field Maps to obtain the maximum Z value: var geom = Geometry($feature); var z = []; for (var part in geom.paths) { var line_part = geom.paths[part] for (var i in line_part) { var vertex = line_part[i] var zval = vertex.z z[i] = zval } } return Max(z) for the minimum Z, just update the last line from Max to Min. In my scenario I published a line feature and added two double-type fields, one for max Z and one for min Z and added this as a calculated expression for both using Field Maps Designer. Let me know if you run into any issues with those. Thank you!
... View more
02-01-2024
09:56 AM
|
0
|
0
|
1635
|
POST
|
Thank you for that information @RenatoTeixeira1. I just confirmed that the patch you installed does not include this fix. There will be another patch to address this in the coming weeks. I don't have an ETA, but will let you know when it's available.
... View more
11-21-2023
02:11 PM
|
0
|
0
|
1604
|
POST
|
Hi @RenatoTeixeira1 Which patch are you referring to that you installed? I am not aware of the patch that addresses this issue having been released yet. Thank you
... View more
11-21-2023
01:55 PM
|
0
|
1
|
1607
|
POST
|
Thank you for sharing that information @RenatoTeixeira1 . At this point this does not appear to be directly related to Field Maps, but rather 10.9.1 as you've stated. I will continue to look into this issue internally on my end and will follow-up when I have more information to share. Thank you -Kevin
... View more
10-31-2023
02:52 PM
|
0
|
1
|
1694
|
POST
|
Hi @RenatoTeixeira1 Thank you for the information. And just for clarification, you're using ArcGIS Enterprise 10.9.1 and not 11.1. Is that correct? The posts you mentioned above refer to the users upgrading to 11.1 and seeing this behavior. There was a patch that was released to address that issue. Here is a link to that patch for 11.1 - https://support.esri.com/en-us/patches-updates/2023/arcgis-server-11-1-map-service-and-custom-data-feeds-patch However I am not familiar with this being an issue at 10.9.1. I just tested with a map that contained a layer named Point é on iOS and the layer loaded fine using 10.9.1. Can you share a screenshot of the layer failing to load in Field Maps? Can you also share more details related to the update that you installed? Thank you -Kevin
... View more
10-30-2023
05:39 PM
|
0
|
1
|
1717
|
POST
|
Hi @RenatoTeixeira1 Are you referring to the recent update to Field Maps v23.3 or to another update made to ArcGIS Enterprise 10.9.1? When do you encounter that error above? Just when opening the map? Does the layer fail to load? Thank you -Kevin
... View more
10-26-2023
02:47 PM
|
0
|
1
|
1802
|
POST
|
Hi @ArmstKP Thank you for reporting this issue. Can you please share more details about the Arcade expressions you've configured for Field Maps and how they are no longer working? If needed, are you able to share a web map with us to reproduce the issue? Thanks -Kevin
... View more
10-26-2023
02:35 PM
|
0
|
1
|
918
|
POST
|
Thank you @OliverIshmael. I've been able to resolve the issue. For the Region and Site fields, your calculated expression needs to be changed to the following: - return "1" for the Region field - return "2" for the Site field The reason for this is because the value above represents the code in the coded-value domain applied to those fields. When the form loads in Field Maps, you will see the correct descriptions of "North West Wales" and "Coed y Brenin Forest Park" applied and the contingent values will work successfully. In arcade the syntax above assumes the value getting passed is the code and not the description, which is why it wasn't working previously. Thanks -Kevin
... View more
08-21-2023
10:55 AM
|
1
|
0
|
3731
|
POST
|
Thank you for sharing the map with me @OliverIshmael . Can you also please share the feature service to the group? The map cannot successfully load for me to see the form without it.
... View more
08-17-2023
12:55 PM
|
0
|
0
|
1363
|
POST
|
Hi @OliverIshmael Please use the ArcGIS Field Maps user account. Thank you -Kevin
... View more
08-15-2023
01:25 PM
|
0
|
1
|
1368
|
POST
|
Thank you for the video @OliverIshmael . That is similar to what I configured on my end using my data and it worked fine in my case. So therefore something else must be going on. Is that map/data hosted in AGOL? Can you share a copy with me to test with? -Kevin
... View more
08-02-2023
05:24 PM
|
0
|
0
|
1383
|
POST
|
Hi @OliverIshmael The email didn't come through for some reason. Was it zipped or just stand-alone? The file might also just be too large. A few options: - You can try resending in a zip, unless that's what you already tried. - You can capture a smaller video <10mb to see if that works - You can share the map with me and I can test on my end following your steps. In general I just need to see the behavior and the order with which values are chosen and I could probably repro this with my data. But I am just trying to understand the configuration. Thank you -Kevin
... View more
08-01-2023
10:11 AM
|
0
|
1
|
2447
|
Title | Kudos | Posted |
---|---|---|
1 | 08-21-2023 10:55 AM | |
1 | 03-02-2021 02:21 PM | |
1 | 11-16-2022 02:37 PM | |
1 | 02-01-2021 02:20 PM | |
1 | 07-19-2021 10:30 AM |
Online Status |
Offline
|
Date Last Visited |
3 weeks ago
|