I'm trying to add to this report that lists changes makes to records. The part of the report that lists the drives/value changed/type/previous value/etc. is working correctly. But what I would like to now perform is to summarize the Value Changed by listing each person who changed this value and how many times it occurred for the specified date range, please see screenshot for example.
I believe the best way to handle this would be to insert a subreport. For the subreport links, I linked Command.ChangeType and Command.ChangeWhoFullName. Not sure of the next step to get all changes listed (preferably in some type of table format with 3 columns) and the people listed along side the change value, followed by the count.
Any suggestions?