Hi,
I’m trying to display values from both a Feature Layer and related Date Table in WebMap popup in ArcGIS Online.
This is simple enough for the Feature Layer as all the fields are available by default but I’m unclear how to display the last vale for a field from the related Data Table.
I have been able to display a count of the total recorded values for a field from the related Data Table but not the last value.
Please can anybody point me in the right direction? Thanks.
ArcGISOnline AGISOL RelatedDataTable Popup
Solved! Go to Solution.
Here is how its done for anybody else with the same query.
- Adding the required Feature Layer and Related Data Table to a WebMap
- Clicking the Analysis tab, select Join Features
- Add the Feature Layer as the target layer
- Add the Related Data Table as the join
- Choose fields to match (in most cases this will be the 'Global ID' and the 'Asset GUID' fields)
- Join One to One
- Define which record is kept, order by EditDate, Newest
- Select 'Create results as Feature Layer hosted'
#FeatureLayerView #JoinFeatures
Here is how its done for anybody else with the same query.
- Adding the required Feature Layer and Related Data Table to a WebMap
- Clicking the Analysis tab, select Join Features
- Add the Feature Layer as the target layer
- Add the Related Data Table as the join
- Choose fields to match (in most cases this will be the 'Global ID' and the 'Asset GUID' fields)
- Join One to One
- Define which record is kept, order by EditDate, Newest
- Select 'Create results as Feature Layer hosted'
#FeatureLayerView #JoinFeatures