Display which features have attachments

1643
1
Jump to solution
01-31-2020 10:17 AM
ScottFraser3
New Contributor III

In Arc Pro, is there a way to show within the attribute table, which features have attachments and which don't; without having to open the attachments manger for each feature?

1 Solution

Accepted Solutions
ScottFraser3
New Contributor III

Got it!  Mike Sweeney, an Esri Solutions Engineer provided the 'solution.'  He also offered an option for showing the number of attachments on the map as Map Tips.

There were two basic operations that tripped me up before it'd work:

  • Use Arcade
  • Select all or unselect all the features to be field calculate (Dunhh...)

Here's Mike's solution...

Here is an example of calculating the number of attachments into an integer field which I added to be part of the feature class table

 https://developers.arcgis.com/arcade/function-reference/data_functions/#attachments

 Screen shot 1

Then using that field for the layer’s Display field and MapTips:

 Screen shot 2

 

 Screen shot 3 or Screen shot 4

View solution in original post

1 Reply
ScottFraser3
New Contributor III

Got it!  Mike Sweeney, an Esri Solutions Engineer provided the 'solution.'  He also offered an option for showing the number of attachments on the map as Map Tips.

There were two basic operations that tripped me up before it'd work:

  • Use Arcade
  • Select all or unselect all the features to be field calculate (Dunhh...)

Here's Mike's solution...

Here is an example of calculating the number of attachments into an integer field which I added to be part of the feature class table

 https://developers.arcgis.com/arcade/function-reference/data_functions/#attachments

 Screen shot 1

Then using that field for the layer’s Display field and MapTips:

 Screen shot 2

 

 Screen shot 3 or Screen shot 4