I just thought I would drop a note here, since I was not able to find anything useful myself when looking for a solution around this: "I have a group with duplicates how do I remove them, it is adversely effecting a join?"
I have come up with this solution that seems to be straightforward, use it if you like it.
EXAMPLE:
Solved! Go to Solution.
I am not looking for a solution, I am posting this as an informative post.
What I have posted is a solution using Info*Engine.
Looks like you have to use Java
Group group=null;// get by name
group.removeElement();// dublicate condition
I am not looking for a solution, I am posting this as an informative post.
What I have posted is a solution using Info*Engine.
