Hi all,
I have used Matcher to find duplicates. It works very well. I create "_match_id" attribute to create "small groups".
The problem is there, I need now to sort into these "small groups" using an other attribute called "Hierarchy" (numeric attribute). The feature with bigger Hierarchy's attribute value into this small group (based on _match_id value) will have a red color, the other will have a blue color.
So, I have to compare each value into this small group, keep the highest value and assign to this feature red color.
I have to do this for every small groups.
Any ideas ?
Thanks