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.
You should be filtering the entire dataset, not the feature in line 1
Like @KenBuja is saying. You are using $feature which is a single record. You instead need to use $featureset.
Thanks guys, that was the issue.
Great! Don't forget to click the "Accept as Solution" button on the reply or replies that helped
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.