Hello, I wrote the Arcade expression below. I was trying to find the max value of a subset of a data set, but I get the error code seen in the image. Does anyone know what I'm doing wrong.
Great! Don't forget to click the "Accept as Solution" button on the reply or replies that helped
Thanks guys, that was the issue.
Like @KenBuja is saying. You are using $feature which is a single record. You instead need to use $featureset.
You should be filtering the entire dataset, not the feature in line 1
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.