I followed a simple Views Relationship example where I created a content type called Departments which has a User Reference field called employees, which can have multiple employee selected. You can see the view settings here; http://files.nicklowman.co.uk/movies/images/view.png
The View then displays a table of Departments and Users who work in them, here. http://files.nicklowman.co.uk/movies/images/list_ungrouped.gif
But in the example the guy styles his table using the ‘Grouping field’ set to Departments, here; http://files.nicklowman.co.uk/movies/images/group_settings.png
And his view ends up looking like this http://files.nicklowman.co.uk/movies/images/his_group.gif
But when I apply the exactly the same setting to my table it displays like this http://files.nicklowman.co.uk/movies/images/list_grouped.png
What am I doing wrong? I read about the NodeReferrer module but the guy doesn’t mention it in his example.