Sharepoint: AppendOnlyHistory logs the user name in the comment section but when I export the list to excel, I am not able to see the name of the user who added a comment. How to fix this?
Its usually related to a versioned field. This may help.
http://sharepointbydummies.blogspot.co.uk/2010/08/export-history-of-versioned-field.html
Looks like you may need to create a dataview of sorts using
<SharePoint:AppendOnlyHistory runat=”server” FieldName=”Audit_x0020_trail_x0020_comments” ControlMode=”Display” ItemId=”{@ID}”/ >