I'm attempting to remove duplicate values, but only if they are within a subset of my data:
Is there a way to remove the duplicate 'Lease Number' within each unique 'Unit Name' ?
I'm attempting to remove duplicate values, but only if they are within a subset of my data:
Is there a way to remove the duplicate 'Lease Number' within each unique 'Unit Name' ?
Best answer by gio
you can also create a list grouped by both columnnames, and then use a listindexer or histogrammer etc..
Or use a Matcher non geometric, then you can use bot attributes to find the uniques.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.