Hello All Experts,
can anyone let me know what is wrong in the below formula.
=IIf(DateAdd("d",Fields!new_durationdays.Value,Fields!new_startdate.Value).Date > ("31/Dec/2018"),
(IIF(IsNothing(Fields!new_startdate.Value), 0, DateDiff(DateInterval.Day, Fields!new_startdate.Value, CDate("31/Dec/2018"))))
if not wrong then why data is not being displayed.
*This post is locked for comments