Hi,
I have a polygon feature class in crs WGS 1984. Using Expression Builder (Arcade), it is possible to configure pop-up to display area of each feature in square meters:
Round(AreaGeodetic($feature,'square-meters'))
It works fine. But when I tried to set up labels in the same way, I got error message "Invalid expression. Error on line 1. Projection is invalid" .
Am I doing something wrong or it's not possible to display geodetic area in labels at all? It would be much more straightforward to display that information in label instead of pop-up.
I have to keep the feature class in WGS 1984, project into another crs is not an option for me in this case. I also don't want to use field calculator, because I would like to get that information dynamically after editing of each feature.
Thanks,
Jakub