Hi guysI am currently stumpedI have an EST field which looks like 3/3/2015 10:00 AMThen I have total duration field which may say 3.50 I have used the dateadd("h",Fields!EST.Value,Fields!Total_Duration.Value)This returns 3/3/2015 13:00 Moreover if EST was for example 3/4/2015 10:30 and total duration was 1.85 it returns 3/4/2015 11:30Hopefully someone can suggest a more expression which I can use.Thanks in advance.
↧