Joined: 22 Dec 2015
Location: United Kingdom
Online Status: Offline
Posts: 5
Topic: Highlighting Dates Posted: 22 Dec 2015 at 11:11pm
Good Morning
Hope you can help. I am refreshing my knowledge of Crystal reporting and would like some assistance which would be and could be easy for some people.
I have a field which is Policy Date. I have run this today and what I require is to Display the Policy Start date in Bold, Red text where the date is after (not equal to) the current date (todays date)
I can see you can Conditional format off a field but this I am unsure where I am supposed to do.
Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Posted: 23 Dec 2015 at 3:09am
right click on the field you want to format
select format field
select font tab
click on the formula button (x-2) next to color
add your conditional formula there
if table.date>currentdate then crred else crblack
repeat for the style formula using bold
if table.date>currentdate then crbold else crregular
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum