Hi drupal-fans,

I would like to have a view, that shows me all distinct entries for a field.
For example I have three nodes with the field "test" and the following contents:

  1. test 1
  2. test 1
  3. test 3

Now I would like to have a view, that returns:

  • test 1
  • test 3

Distinct doesn't seem to work!

Any ideas?

PS: It's Views 2.11 (have to use it, since I use Google Vis API with it).

Comments

WillHall’s picture

you could try grouping by that field value.