Mar 8, 2008 #1 austin22 Technical User Aug 6, 2007 66 US I am using Crystal 8.5 and I have data that duplicates the case number periodically. See as follows: 123 456 789 789 789 I want to color or highlight the cases that are duplicated in my data. Please advise. k
I am using Crystal 8.5 and I have data that duplicates the case number periodically. See as follows: 123 456 789 789 789 I want to color or highlight the cases that are duplicated in my data. Please advise. k
Mar 8, 2008 #2 lbass Technical User Feb 9, 2002 32,818 US if {table.caseno} = next({table.caseno}) or {table.caseno} = previous({table.caseno}) then crYellow else crNoColor -LB Upvote 0 Downvote
if {table.caseno} = next({table.caseno}) or {table.caseno} = previous({table.caseno}) then crYellow else crNoColor -LB
Mar 10, 2008 Thread starter #3 austin22 Technical User Aug 6, 2007 66 US Thank you so much. Upvote 0 Downvote