using drupal 6.22 and views 6.x-3.0-rc3
I have a content type called Proposal that contains several filefield items.
Content type: Proposal
Document A: filefield
Document B: filefield
Document C: filefield
Document D: filefield
I would like to create a view that shows a table of the upload date of each Document
Document Upload Date
A 10/04/2012
B 10/04/2012
C 10/04/2012
D 10/04/2012
I have created a view with a relationship for each document that links to FILE for the upload_date. But this makes the view very complex (there are really 24 documents in each Proposal) and doesn't return results that are easy to format.
Is there a better way?

Comments

brusjr’s picture

Did you find the way? I'm looking the same thing, how to make View with name of file and it's timestamp.

quicksketch’s picture

Status: Active » Fixed

You add a relationship using your FileField field. This essentially does a "JOIN" over to the files database table. Then you can add any "File: *" fields/filters/sorts in Views, including the upload date.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.