hello all,
this may be posted to the wrong forum, if so, i apologize.
i am trying to remove records that have been sorted on a
key that have the same key (the other fields may be equal/different).
basically i want the feature of advanced sort with the 'remove duplicates'
looking at that specified key and NOT the entire record.
here is an example of what i want:
input:
key1 anything2
key1 anything1
key2 anything1
key2
key2 anything2
key3 anything5
key3 111
key4 222
output
key1 ....
key2 ....
key3 ....
key4 ....
is there a way to accomplish this ? a macro ?
maybe in the future an enhancement to the
'advanced sort, remove duplicates' can be at the field(key) level ?
thanks
this may be posted to the wrong forum, if so, i apologize.
i am trying to remove records that have been sorted on a
key that have the same key (the other fields may be equal/different).
basically i want the feature of advanced sort with the 'remove duplicates'
looking at that specified key and NOT the entire record.
here is an example of what i want:
input:
key1 anything2
key1 anything1
key2 anything1
key2
key2 anything2
key3 anything5
key3 111
key4 222
output
key1 ....
key2 ....
key3 ....
key4 ....
is there a way to accomplish this ? a macro ?
maybe in the future an enhancement to the
'advanced sort, remove duplicates' can be at the field(key) level ?
thanks