Visualize Layer by Field in Related Table

497
2
06-30-2020 03:15 PM
Jefcoat_Nathan
New Contributor III

Hi,

I'm trying to visualize a feature by whether or not it has been visited in the past 2 weeks.  The "visit" data is in a related table.  This is my current Arcade expression:

I'm getting thrown "Parse Error:featuresetbyrelationshipname is not available".  Does this mean you can't access related data in the visualization profile for Arcade? If this is the case does anyone have any suggestions on how to get this done?

Thanks!

0 Kudos
2 Replies
XanderBakker
Esri Esteemed Contributor

Hi Njefcoat_PDX ,

I'm sorry to confirm that you cannot access other features or related data in the visualization profile (to avoid a performance drop). You will need a Field Calculate to create the necessary data and symbolize on that field. This will not be a very useful option if your data is dynamic. 

Jefcoat_Nathan
New Contributor III

Ok. Thanks for the speedy reply Xander!  I'll look into using the join feature analysis tool to do this.