Hi there!
We are trying to calculate the number of working days spent on a task. Here's the basic calculation:
[Letter Date]-[Date In]-[Days Suspended]
Letter date and date in are date fields. Days suspended is an integar field. Output is integar. Receiving this error:
|
Cannot perform '-' operation on System.String and System.String.
|
Any ideas?