BradCustom
IS-IT--Management
Hi,
I'm using Crystal Reports 2008 and I'd like to change the background color of the Detail section based on the following criteria.
These conditions would change the background to Red.
If Promised Date is < Current Date
If Datediff ("d",SO_Detail.Order_Date,CurrentDate) >7 and isnull {SO_Detail.Job}
These conditions would change the background to Yellow.
If the {Available Qty} <=0
If Datediff ("d",SO_Detail.Order_Date,CurrentDate) >1 but <=6 and isnull {SO_Detail.Job}
All other conditions would be NoColor.
When I try to combine these conditions the only one that works is the first Red condition even though Crystal doesn't see any errors with the formulas I've tried.
Thanks for the help!
I'm using Crystal Reports 2008 and I'd like to change the background color of the Detail section based on the following criteria.
These conditions would change the background to Red.
If Promised Date is < Current Date
If Datediff ("d",SO_Detail.Order_Date,CurrentDate) >7 and isnull {SO_Detail.Job}
These conditions would change the background to Yellow.
If the {Available Qty} <=0
If Datediff ("d",SO_Detail.Order_Date,CurrentDate) >1 but <=6 and isnull {SO_Detail.Job}
All other conditions would be NoColor.
When I try to combine these conditions the only one that works is the first Red condition even though Crystal doesn't see any errors with the formulas I've tried.
Thanks for the help!