Hey all!
I'm trying to achieve a sort of special sorting in Drupal. Let's say we've got a table of data such as this:
Name Age Sex
John 19 Male
Mia 20 Female
Mia 21 Female
Here's what i want to acheive. I want to be able to remove one of the Mia's by filtering. The thing here is that the name field is not the node title - but a node reference. How can i select those nodereferences distinct?
Cheers!