Since the report doesn't retain a history of when it was last run, you couldn't do that, but if you know that it is run at certain intervals, you could highlight data that fall within that range. If run weekly, you could highlight data with:
if {table.date} >= datadate-7 then
cryellow else
crnocolor
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.