Select to view content in your preferred language

Enable Arcade functions for Labels and Symbols using related tables

810
1
10-20-2022 12:42 AM
Status: Open
PedroSantos2
New Contributor II

In AGOL and Portal, I have a point featurelayer for inspection points related (1 to Many) with a inspecctions table, so each point may have 0 or many inspections inside.

In the Point's PopUp Window we are able to use arcade functions such as "FeatureSetByRelationshipName" to acces related data an display related inspections information. 

Nevertheless I would like to symbolize and label each point with informatoin based on the related table but arcade funcions suchs as  "FeatureSetByRelationshipName" (and others) are not available. A simble label such as to show de number of inspections "inside" the point is not posible using Arcade. The same for symbolization.

It would be very interesting to enable "FeatureSetByRelationshipName" on the Arcade editor window of Symbols and labels.

I hope this could be done sone.

Thank You very much

Pedro Santos

1 Comment
Bud
by

For Portal:

I wonder if you could populate a static field in the FC using an attribute rule or database trigger (grabbing info from the related table) and then symbolize based on that computed column?