Hi
You should change the method of labelling to "Define classes of features and label each class differently"
Then you can apply an SQL Query e.g. Elevation > 2000
This will only label the points greater than 2000
Taking this a step further you may need to apply a "High" feature weight, to this class using the "Placement Properties" button.
Then add another class using another SQL query e.g. Elevation > 1000 and Elevation < 2000. Set this classes weight to "Medium"
Possibly adding a third with SQL Query : Elevation < 1000. Set this class to Low
This should allow labels to be added where there is only low value labels in a group.
However, if a high value point exists in a group it would always be labelled and would take priority over all others values.
Hope this helps
Thanks
Mark
Edited by MarkMap, 18 March 2010 - 11:06 AM.