Hi,
I am looking to create an arcade expression that compares values from multiple fields and returns the highest values.
However, some fields have identical values.
Hopefully my example below better explains the issue
The data layer might contain the following 5 colour fields. With corresponding values.
Blue Green Yellow Orange Red
6 8 2 8 8
And what I would like returned is Green, Orange, Red
Any help would be greatly appreciated, thanks