Hi Kenny,
Any reason you are not using the standard out of the box Cost fields?
Comment actions
How can I multiple the actual effort by a rate per hour? I can make the field but Im getting an error when multiplying a duration field.
Please sign in to leave a comment.
Hi Kenny,
Any reason you are not using the standard out of the box Cost fields?
Kenny,
Actual Effort is a duration and rate/hour is a numeric value. You need to make the duration field into a numeric value using the function ToNumber($ActualEffort)...
ToNumber($ActualEffort)*<RegularRateField>