Question
Calculating Difference Between Two Dates (HELP!)
Hi,
We're trying to calculate the difference between 2 dates (requested delivery date & actual completion date) as a column in a report.
The "requested delivery date" is a custom date and "actual completion" is out of the box. We're using the following script in text mode for the column:
displayname=Overage textmode=true valueexpression=WEEKDAYDIFF({ Requested Delivery/Launch Date },{actualCompletionDate}) valueformat=HTML
However, it's not working with the custom date field. I did try another custom date field that did not have a "/" and it still did not work. When I replace the custom field name with an out of the box name, it does work correctly.
Does anyone know how we may be able to make this work properly?
Thank you!