Forum Discussion
AlinMihalcea1
8 years agoQrew Assistant Captain
Try adding a ToDate before [DateComplete]
maybe like this?
If(IsNull([Date Complete]) and [Status]="Completed",ToDate([Date Modified]),
ToDate([Date Complete]))
maybe like this?
If(IsNull([Date Complete]) and [Status]="Completed",ToDate([Date Modified]),
ToDate([Date Complete]))