I have a table with a column titled Status. It contains four statuses New, Answered, Rollover, Completed.
I want to capture the result when a Status changes, for example, from New to Answered, from New to Rollover, etc. I also want to report it compa...