I'm posting this to verify that I'm filtering repeated dates with delta correctly. I was trying to display upcoming events in a block and I couldn't figure out how to show only one of the next upcoming events of a series in a featured (featured is just another cck field) block. I was under the impression that the value to use when filtering with "Content: Date (field_date) - delta" should have been an integer (0,1,2,3..etc.), and that was an issue because filtering based on a specific instance of the repeated event wasn't going to help show only the date of the next upcoming event.

On a whim, I tried using "Content: Date (field_date) - delta" equal to "now" and it actually worked, i.e. my view only showed the upcoming instance of the repeated event. Once again, I thought that delta values needed to be integers. How is this working?

Comments

dawehner’s picture

Project: Views (for Drupal 7) » Content Construction Kit (CCK)
Component: Miscellaneous » General

That's not a field provided by views itself.

dawehner’s picture

Category: task » support

That's a support question.

merlinofchaos’s picture

Project: Content Construction Kit (CCK) » Date
Version: 6.x-3.x-dev » 6.x-2.x-dev
Component: General » Code

Though I think this is actually date module.

kaynen’s picture

Update on this:

I was never able to get this to work the way I mentioned (the delta = "now" filter mentioned above was not actually working). Instead, I ended up grouping my event by name, filtering to event dates > now, and using the Views Limit Grouping Module to limit to just 1 row. Hope this helps someone else!

DamienMcKenna’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

We're sorry but the D6 release of Date module is no longer being supported. You are encouraged to update to Drupal 7 or 8, or direct questions to Drupal Answers.