By allnet000 on
I have created a View using content that I imported using the Node Import (http://drupal.org/project/node_import) module. I would like the View to display only that particular content type - EASY & DONE.
From that I want it to display only the most recent post made of that content type (This avoids have any duplicate lines in the View).
How do I only show the most recent post of that content type? It is possible that the content could be updated multiple times through out the day.
Thank you.
Comments
To sort the nodes look under
To sort the nodes look under Sort criteria groups: node -> Node: Post date
To limit the amount of posts shown look under Basic Settings at Items to display
Sorting Nodes
Thanks for the suggestion. The only issue is that I already have the nodes sorted by a CCK Field. Basic Settings - Item to display where already set and in use.
It's not exactly clear to me
It's not exactly clear to me what you want to accomplish.
What type is the cck field you are currently sorting on?
Do you want to sort on both this field and post date?
Do you want recent posts or last updated post sorting?
Follow Up
Let me try to better explain.
I have a Content type called - Standings that I import into Drupal via Node Import (CSV File)
From there I have a view that displays the standings content then sorts it by Total Points.
The problem I am having is that when I upload new standings content, the view displays all of the content type not just the most recent posts. I have tried different sort methods, but the issue I think is maybe the Sort by Post date is not granular enough.
Could you send me an example
Could you send me an example of your csv file, the export of the view and the content type?
What values do the post dates have when you output them?