What title says. After using delta in views filters i get duplicated nodes which differ only by delta values, thats ok. But after adding option Distinct nothing happen. Is there any possibility to display only one delta match?

I'll describe it in other words. Lets just say we keep in deltas Date field which stands for some event that take place on that date. I want to show only nearest forthcoming one. I can always do this manually by deleting old ones, but this could be kind of difficult to keep on updating every node.

Emil

Comments

markus_petrux’s picture

Status: Active » Closed (works as designed)

I believe the DISTINCT option is applied to the nid, so it doesn't affect as if it was DISTINCT for all columns in the query.

I think you need to play with filters provided by Date. Or try this: http://drupal.org/project/views_calc