It's working great except that the first address on the report and the last address on the report are highlighted even though neither address is duplcated. Any idea why or how to correct this?
Add to the formula the onfirstrecord and onlastrecord checks.
So the formula would be something like:
if onfirstrecord then
if next({Orders.Order Date}) = {Orders.Order Date} then
cryellow
else
crwhite
else
if onlastrecord then
if previous({Orders.Order Date}) = {Orders.Order Date} then
cryellow
else
crwhite
else
if previous({Orders.Order Date}) = {Orders.Order Date}
or
next({Orders.Order Date}) = {Orders.Order Date}
then
cryellow
else
crwhite
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.