hi,
I have a node type with an content field where the user can introduce anything he wants. What I want to do is to list the existing values of this content field but with no repetition, by that meaning that if "Mexico" is on 10 nodes it only shows one time. Is it possible to do it with views?

Thanks

Comments

abovesun’s picture

Just set "Distinct: yes" settings from "Basic Setting" sections of you view. This will remove duplicates.