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
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.