Hi,
I would like to use indicators to mark only the one value that is the highest, but I can't find the right condition to use?
I have columns with names and the % values associated with them, but when I am trying to use FIRST() it marks the name that is first in the alphabetical order, not the number that is the highest.
My values in the table are sorted bu Highest to Lowest, so based on that I thought the FIRST() should return the very first value that in this case is highest?