Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Color Code new results 1

Status
Not open for further replies.

bdjb

Technical User
Oct 29, 2002
292
US
Hello,
I'm using Crystal 11, is it possible to color code results that are new since the last time the report was run?

Thanks in advance!
 
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

-LB
 
Thank you,
That sounds like it will work great.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top