I have created a normal view of type content and want to display my node fields along with other details such as node creation date, node last updated date and the author who has last updated the node.
I am able to achieve result of every other field but "last updated by user" is not displaying. What i am trying to do is, I created a relationship of content revision: user, and in my fields i added a field user: name with my " user" relationship added to the field. Still my view shows the field user: name as the content node author instead of the revision user.
In my table node_field_revision the uid remains the same as the author uid and does not change everytime a new revision is created by a different user. Is this normal?
Please let me know if you need more information on this.