Hello There,

I'm trying to create a view of project updates referenced.

I have two content types:
*Projects
*Project Updates

I use an entity reference to select the "Project" on the Project Updates content type.

So a project will have many updates (children). What I'm trying desperately to do is create a view that lists all of the projects and the most recent project update for the referenced project.

I've been successful in limiting items referenced from a taxonomy with a contextual filter with tid, but I cannot get the same thing to happen when not using a taxonomy.

Ideally i'd like the view to show:

Project Name (Project Content Type)
Project Status (Project Content Type)
Project Manager (Project Content Type)
Most Recent Update (Project Update Content Type)

I have the first three, but the last piece simply will not work and I've tried every bit of my knowledge to force it to work. The closest I can get is it showing the most recent of any of the project updates but does not parse it out per project.

Does anyone know any tricks or would be willing to help me accomplish this?

Thank you!

Comments

krazykellie created an issue.