I'm trying to generate fields that will tell field crews a replacement cost per feature and the current total cost of the replacement program based on the work they are doing. I was expecting the scenario below to work but it does not. Is it possible to call other Arcade expression in other expressions?
For the individual feature's replacement cost: Expression1= (Length*Width)*[StaticMonetaryAmount]
For the total program replacements cost: Expression2 = SUM($layer,'Expression1')