POST
|
I am able to calculate the geometry using pulldata() when the geotrace is not in a repeat. When I add the repeat the sum() causes issues. How do you calculate geometry per repeat?
... View more
Thursday
|
0
|
1
|
171
|
POST
|
@ZacharySutherby What is the purpose of the sum() function? I am needing to add this to a repeat but the sum() is causing issues. Is it possible to use sum(string(pulldata("@json",${geometry_query},"geometry"))) without sum()?
... View more
Thursday
|
0
|
0
|
45
|
POST
|
I am using pulldata('csv', 'SHAPE', 'name', ${name}) (from csv not url)to get my geometry and then sum(${calc_field}) to get calculate my geometry. This doesn't seem to work, do I need to convert the geometry into a Json value first? I feel like it should be working based on the sample. Edit: The spatial reference was different.
... View more
Wednesday
|
0
|
0
|
71
|
POST
|
This is what I was doing but considering there is a Share>Style Items for the whole project, its baffling there is no Share>Style Items for layer or Share>Style Items for map.
... View more
3 weeks ago
|
0
|
1
|
356
|
POST
|
I am able to export an entire pro project to a .stylx file with Share> Style Items. I am able to export one symbol using Save Symbol to Style. How do you export a layer's symbology that has multiple classes? This should be much easier. Or, how do you export a map and not the entire project? Export as one stylx:?
... View more
3 weeks ago
|
0
|
6
|
396
|
POST
|
After I save my excel in S123 Connect my survey will load a blank page. I must always press Reload Survey. The same thing happens in Survey123, it will first load a blank screen, then I have to go back out and tap Collect a second time for the survey to load. Any ideas?
... View more
3 weeks ago
|
0
|
1
|
215
|
POST
|
Add definitions Create a filtered view of your layer using attributes, by drawing a shape, or by using a shape from another layer. It says this is an option when creating a spatial view, but I don't see now. You can't even add another layer to trace. Is this possible?
... View more
08-21-2025
06:21 AM
|
0
|
1
|
455
|
POST
|
Is there a simple day to grab attribute data from a polygon fc that intersects with a point fc. I need to update points based on what polygon layer name they intersect. Right now, I am doing a spatial query and then attempting to field calculate but I feel like there is an easier way. I need to do this in an AGO notebook but here is my arcade expression var inter_trust = count(Intersects($feature, trust))
if (inter_trust > 0)
{
return "Trust";
}
... View more
08-20-2025
11:38 AM
|
0
|
2
|
931
|
POST
|
I have a pipeline that filters by attribute then by extent. The Filter by attribute shows the correct preview. When I add Filter by extent it disregards the filter by attribute and just filters on the whole feature layer even though I am connected to the Filter by attribute tool. This seems like a bug, is it by design?
... View more
08-18-2025
02:26 PM
|
0
|
1
|
203
|
POST
|
I have a HFS with a table. Add, Delete and Update are all on. When opening in Experience builder and adding the HFS and then the table to the edit widget, the delete toggle is grayed out. I can enable delete on other tables in the same HFS but not on this one. Any Ideas?
... View more
08-07-2025
11:26 AM
|
0
|
1
|
144
|
POST
|
When you create a survey it generates the hosted feature service and links them. When you add a field the linked HFS is updated. I would like to point my survey to a different HFS but would like to avoid adding a submission_url. I would like to update the linked HFS. My submission_url is blank so somewhere the survey knows which HFS to use, but I can't find it. Thanks.
... View more
07-21-2025
02:57 PM
|
0
|
1
|
190
|
POST
|
I would like to show Arcade content (survey123 links) when users access the pop ups in field maps and hide the links in the web app.
... View more
07-11-2025
12:01 PM
|
0
|
0
|
394
|
POST
|
I would like to use a statement to tell if I am on the web or native platform. It seems like GetEnvironment() is still not supported in Field Maps, any alternative?
... View more
07-08-2025
11:20 AM
|
0
|
3
|
456
|
POST
|
Is there a workaround to this? To know you are in field maps and not the web?
... View more
07-08-2025
11:07 AM
|
1
|
0
|
217
|
Title | Kudos | Posted |
---|---|---|
1 | 07-08-2025 11:07 AM | |
1 | 03-05-2025 02:59 PM | |
1 | 06-09-2025 08:30 AM | |
1 | 11-08-2023 08:02 AM | |
1 | 03-20-2025 11:59 AM |