CoolFactor
Technical User
Hello,
I have 2 fields one by the name of FirstDay and the other by the name of LastDay and I want to calculate the number of days between the 2 fields using the following expression:
NumberOfDays: DateDiff("d",[FirstDay],[LastDay])
I get the Undefined function "DateDiff" in expression error when I try to execute this query.
I have 2 fields one by the name of FirstDay and the other by the name of LastDay and I want to calculate the number of days between the 2 fields using the following expression:
NumberOfDays: DateDiff("d",[FirstDay],[LastDay])
I get the Undefined function "DateDiff" in expression error when I try to execute this query.