By quotientix on
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:
- test 1
- test 1
- 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
you could try grouping by
you could try grouping by that field value.