I make a lot use of views on my website, however there is one filter that I am not able to make.
I have a view that shows nodes of a certain nodetype. I want to show only the nodes that have one field distinct. So this is not about distinct nodes, but about nodes with a distinct field.
When there are multiple nodes with the same value in a given field, then I want only to show the most recent one. The filter only has to check one field of this node, so this is not about all the fields of a node.
I think that a Argument handling Code in views can be suitable to make this filter, but I cannot find a way how to do this. Is there anyone that can show me a direction to come to a good solution for this problem?