Hi,This expression calculated the difference between two columns and divides the value by 60.=(Sum(Fields!DBA_Estimate.Value, "dsStatistics")-(Sum(Fields!DBA_Actual.Value, "dsStatistics")))/60But if I get an minus value then I need to display 'Actual time is more than the estimated time'. How to do this?Please help.Thanks
↧