I have two content type:
- content ALBUM (with title, body and DATA field)
- content IMAGE (with ALBUM REFERENCE(node reference), title, imagefield)
each node have only one imagefield.
The problem is, how i can have a view that shows me only field image provided by argument passed??
For example i make a view with that page link: date/%
I configure field to shows: content image
FILTERS: - node published: Yes
- node type: reportage image (is the content type i have used!)
ARGUMENTS: - Date: date field: content_date_reportage and i have selected as RELATIONSHIP (album)
RELATIONSHIP: content: album (field_album)
Why i can't output anything if i use that link preview date/2008 for example??
I have some albums with that year i date field....