Hi all,
I have a report that is grouped by date. All of my data is in the group footer, and the details are suppressed. Here is a sample of my report
Age Admission Date
5 7/1/2016
10 7/1/2016
-> 8 7/2/2016
25 7/2/2016
32 7/2/2016
-> 14 7/3/2016
What I want to do is add highlighting to the rows when the admission date changes (rows with arrows). What is the best way to do this?