I have a site which has to list meetings.
Each meeting has various papers.

For each meeting there is a page.

On that page I want to list all the papers which have the same date (CCK date field) as the meeting page.

In views I've created a block that lists all papers but I can't work out a way to filter that list by those that share the same date as the page (presumably I need to add an argument of some sort).

Any idea?

(Lots of tutorials on how to do it by same taxonomy but not by same date.)

Comments

nevets’s picture

I would consider using a node reference field in "papers" that reference a "meeting". A more direct approach to relating the content and provides for a number of ways to create the block. If you add a node referrer field to "meeting" you could use CCK blocks. Either way views can be used to make a block.