Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
6.x-3.0-alpha3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2011 at 10:54 UTC
Updated:
21 May 2011 at 05:37 UTC
I want to create a view that shows only the changed fields of a particular content type since a particular date.
I've found I can make a view of the node revision type add content type and date revised filters, and I get a view that shows old and new versions of content that has changed since the date entered.
Is it possible to show only the newer version, and only fields that have changed since the date entered?
Thanks
Comments
Comment #1
Edward Andrews commentedComment #2
summit commentedSubscribing, interested in this also, and in view with nodes which have a revision..
greetings, Martijn
Comment #3
dawehnerIn general i guess this would be really not easy to do. Especially with things like pager, so you have to do it in sql.
The diff module in general provides thing things and there is an issue already: #641480: Expose diff functionality to views