I have a pretty simple view in D7:
Fields
- nid
- title
Contextual Filters
- nid
- date (from date, monthly granularity)
Now I’d like to fetch some results for a specific node, but across multiple months. I was hoping to be able to pass in the contextual filter arguments via the url like so:
123/201302+201303
This isn’t working for me though. Is this even possible with Date fields in Views ? I heard it was only possible with term ids right now.
Are there other techniques to accomplish this? Perhaps hook_views_query_alter() is in order here.