|
POST
|
I can confirm that I see the Attribute Transfer tool in the Tools Gallery at 2.4 and you can transfer attributes between feature types. Thank you!
... View more
07-02-2019
07:50 AM
|
1
|
1
|
6698
|
|
IDEA
|
I think this is a great idea. It has a name that could be used in a dynamic text tag. Please implement.
... View more
04-24-2019
07:42 AM
|
1
|
0
|
6559
|
|
BLOG
|
That's the error I got when I tried to use a source that was not a hosted feature layer (it was a map image layer published from ArcGIS Server). It doesn't have an object $map because it's not the right kind of source.
... View more
01-03-2019
06:31 AM
|
0
|
0
|
34662
|
|
BLOG
|
I tried the same thing. It doesn't work with Map Image Layers. I haven't tried it with hosted Enterprise feature layers.
... View more
12-27-2018
08:38 AM
|
1
|
0
|
34662
|
|
BLOG
|
I was led astray by old documentation, I guess - not the first time. Thanks for the tip! I decided not to do the multiple results for other reasons, but here are my two pop-ups, consisting of two expressions drilling down from one polygon layer to another.
... View more
12-20-2018
10:58 AM
|
1
|
0
|
34662
|
|
BLOG
|
Thank you, Xander. I was able to use the negative buffer example you provided in your blog - very helpful! Also, I created an if... else to determine if more than one polygon was intersected and return different expressions. var buff = Buffer($feature,-10,'feet') var intersectsLayer = Intersects(FeatureSetByName($map,"Zoning"),buff) var intcount = Count(intersectsLayer) var expr = '' if(intcount>1) { expr = 'Multiple regulations apply. Contact appropriate Planning Department.' } else { for(var f in intersectsLayer){ var zone = f.ZONING expr = Proper(zone) } } return expr You could also return multiple values by iterating and adding to the expression before returning it, but the lack of a new line capability in AGOL makes this unworkable for me.
... View more
12-20-2018
09:26 AM
|
1
|
0
|
34662
|
|
BLOG
|
Exactly what I was looking for! Thank you Kelly Gerrow!
... View more
12-17-2018
12:22 PM
|
0
|
0
|
953
|
|
BLOG
|
I am very excited to see this listed: Attribute expressions now support referencing other layers in your map. When configuring pop-ups for a feature layer in your map, you can create Arcade expressions that reference other feature layers. You can also reference other layers when performing field calculations using Arcade. However, none of the links gives any explanation or examples for doing this. I'd like to reference another layer in a pop-up so that the user doesn't have to find and click the tiny arrow in the pop-up box. I am only an Arcade beginner, so I usually follow examples. I'm not finding anything. Can someone point me in the right direction?
... View more
12-17-2018
11:37 AM
|
0
|
0
|
953
|
|
BLOG
|
Very helpful for a total Survey123 beginner. One question: in the above calculation if(selected(${violations},'10'),1,0), where do the values '10','20' etc. come from? Are they the index values for the choices? Are they set somewhere else? Thanks. ETA I found it in another blog post on multiple choice items. They are set in the list choices' "name" column.
... View more
12-14-2018
01:11 PM
|
0
|
0
|
29004
|
|
POST
|
@esri Any update on the roadmap for simple linear referencing tools? Also, please upvote this idea I found: Port "Identify Route Locations" and "Set From/To" Linear Referencing Tools from ArcGIS 10.x to ArcGIS Pro
... View more
09-04-2018
09:08 AM
|
0
|
0
|
4678
|
|
POST
|
Thank you, Dan! That is an... interesting thread. It seems to address my metadata question in the updated road map: "near-term", FWIW.
... View more
03-26-2018
02:12 PM
|
0
|
0
|
1442
|
|
POST
|
I have a set of data management Python scripts that use the XSLTransform_conversion and MetadataImporter_conversion arcpy functions to strip unwanted metadata from the end product. When I ran the Analyze Tools for Pro tool on the scripts, these functions came back as unsupported. Can anyone (Esri?) speak to when these will be supported or if there is a way to accomplish the same task in Pro?
... View more
03-19-2018
07:33 AM
|
0
|
2
|
1690
|
|
POST
|
In ArcGIS Desktop, you can use the Attribute Transfer tool on the Spatial Adjustment toolbar to transfer attributes between any type of features, line to point, polygon to point, line to line, etc. I don't see an equivalent tool in Pro. The only thing I found was a Transfer Attributes tool in the Conflation toolbox which only does line features, and it seems to be for auto-transfer by search distance rather than a manual choice of features.I use this tool for copying attributes from a road layer into an address point layer (name, aliases, etc.) and from polygon layers to the address point layer (ESN, parcel ID). It needs to be manual so I can pick the right source feature. Is this something that is coming, or that I missed in my searching? Thanks, Heather
... View more
11-27-2017
10:41 AM
|
2
|
8
|
8532
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 weeks ago | |
| 3 | 4 weeks ago | |
| 1 | 02-17-2026 06:14 AM | |
| 1 | 01-21-2026 01:38 PM | |
| 3 | 01-07-2026 09:09 AM |
| Online Status |
Online
|
| Date Last Visited |
Wednesday
|