Greg_Huston:
Greg changed the value of [Column Name] job number from (before value) to (after value)
This you could do in the history table itself. You could add an ORDERBY() column on the history table for a specific job, ordered by record save timestamp in history table. So this column will create a reference of all history records for a specific job,
Then with the help of this ORDRBY() list column, you could show an entire list of certain column changes for that particular job.
