Conditional High-lighting
Posted: Thu Jun 07, 2007 6:18 am
Hi Advanced Users,
I am new to the report writer. I am working on a report which requires me to get the number of days delayed between order shipment date and required date and have got the results correct and need to change the calculated field value to be printed in RED color when it is more than 0 days.
I have done the following to get the value:
Edit Calculated Column - Pop-up
(timespan) Days = Order_Details.Orders.ShippedDate-Order_Details.Orders.RequiredDate
RESULT e.g... 5.00:00:00 (Where it is 5 days and time 00:00:00 then I converted the result with the following :-
Edit Calculated Column - Pop-up
(decimal) newDays = Order_Details.Days.Days
RESULT e.g.. 5 now...... the problem I face is since the result value is 5 which is above 0 days as per requirements I defined the Condition in the field properties to change the printing color of the value to be in RED when it is greater then 0 but nothing happens to the color !
Could you kindly help
Thank You.
I am new to the report writer. I am working on a report which requires me to get the number of days delayed between order shipment date and required date and have got the results correct and need to change the calculated field value to be printed in RED color when it is more than 0 days.
I have done the following to get the value:
Edit Calculated Column - Pop-up
(timespan) Days = Order_Details.Orders.ShippedDate-Order_Details.Orders.RequiredDate
RESULT e.g... 5.00:00:00 (Where it is 5 days and time 00:00:00 then I converted the result with the following :-
Edit Calculated Column - Pop-up
(decimal) newDays = Order_Details.Days.Days
RESULT e.g.. 5 now...... the problem I face is since the result value is 5 which is above 0 days as per requirements I defined the Condition in the field properties to change the printing color of the value to be in RED when it is greater then 0 but nothing happens to the color !
Could you kindly help
Thank You.