I have a view that will display content (nodes) in a fields display having a multiple date field. Another filter is set to date:enddate > now.
What I want is just one row per node, but cant get it to work.
I’ve tried the following: a) In the date field’s “Multiple field settings” I set “All values in the same row” and “show 1 value(s)” Did not work, no change in output
b) Under “Advanced – Query settings” -> Use distinct. No changes in output
c) Adding a filter date:delta = 0 This will remove the duplicates, but because of my other filter (date:enddate > now) the row will also not show up
d) Use the module “Views distinct”. The problem here is that this module will filter away nodes that happen to have a date on the same day of another node, so there are others missing.
So I’m stuck here, do you have an idea how to solve this?
Drupal7
Thanks, Marc