G
Guest
I have a date diff expression in a form asking for the days aging between when a customer calls in a complaint and when its resolved. I ask for the date diff between the fields [date],[close date] . But if my close date is blank then I dont get a result --if I change my expression to [date],now then I get the days aging between the date open and current date even if the case is closed. Can I write a better expression to datediff between open date and closed date or current date if closed date is null or should I do something completely different?