Hello Thomas,
the field you are trying to reference to in your formula is a custom field.
Custom fields are referenced using the DE: prefix.
To get system fields into calculated fields, I would have suggested to have a look into the API Explorer under Project.
There you will find two fields, which could help:
- actualWorkRequired - labeled as Actual Hours and also findable under the fields search in the editor
- actualWorkRequiredDouble
Unfortunately the calculated fields editor is crap. You will get an error message trying to use
{actualWorkRequiredDouble}although it shows the correct double value if you select a corresponding project under Preview on an existing object before.
So, to be able to save your form, you will need to work with the field actualWorkRequired. This will provide your hours in minutes, so to get a decimal, you will need to calculate like this
{actualWorkRequired}/60
I hope this helps.
Regards
Lars
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.