I'm looking for a way to construct a view in drupal6 by letting it grab the 'added date' from a nodereference cck field which has multiple values.
What I need is a list of titles of referenced nodes, sorted (desc) by the date they were added to the reference-list.
I've tried setting up a 'node' view, letting it grab a node ID from the url and letting it display node titles that are linked by a relationship to the cck field. When sorting it by 'revision date' or 'revision vid' I obviously got the "normal" list, since all entries were present in the latest revision.
Any ideas on how to tackle this?