Hi,
I got a case where I have 3 points with the same coordinates (duplicated, but need to be). Each has an attribute (numeric) with different values:
e.g
point,value
1,55
1,44
1,456
2,33
2,34
2,67
3,45
3,65
What I want to to label these points on the map, but only showing the highest value for each of them. So only one label for point 1 showing 456 etc.
Any ideas how to do so?