Hi all,

I'm trying to do a view of user avatars that have created a certain type of node.

I filter on the node type and have add user avatar and name as fields.

I can pull the avatars fine, but I get one for each of the nodes they've created... I just want them to show once.

Is these a way to get views to filter on a unique value of a field? Like a SELECT DISTINCT in SQL?

Cheers,
Mike

Comments

kyouens’s picture

bump

robomalo’s picture

bump bump

lourenzo’s picture

I've got a problem similar to this, and I've found this thread: http://drupal.org/node/181946
And got the problem solved.

In my case, this comment http://drupal.org/node/181946#comment-912269 saved my day =D

OptimusPrime23’s picture

Use the module Views PHP filter http://drupal.org/project/viewsphpfilter. This solves the issue