Hello.
Every day I run an automated report from one of our systems that tells me about recent field activity from our employees (that they enter themselves into another system). I would like to find a way to highlight changes. This list is hundreds of entries long and manually reviewing it is time consuming.
In the below example, some or all of Bob's rows should be highlighted, because he changed from site A to Site B. Tom should not be highlighted, because he stayed on Site C.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Bob[/TD]
[TD]Site A[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Site A[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Site B[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Site B[/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[TD]Site C
[/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[TD]Site C[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Every day I run an automated report from one of our systems that tells me about recent field activity from our employees (that they enter themselves into another system). I would like to find a way to highlight changes. This list is hundreds of entries long and manually reviewing it is time consuming.
In the below example, some or all of Bob's rows should be highlighted, because he changed from site A to Site B. Tom should not be highlighted, because he stayed on Site C.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Bob[/TD]
[TD]Site A[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Site A[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Site B[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Site B[/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[TD]Site C
[/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[TD]Site C[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]