Jul 30, 2018 05:41 AM
Hello
I have a numerical filed recording ‘total hours’ which I want calculated. I have another field in the same record recording ‘latest logged hours’. I wish to add the current value from ‘latest logged hours’ to the value in ‘total hours’. E.g. ‘total hours’ = ‘total hours’ + ‘latest logged hours’. Attempting to do this results in a circular reference error. Can anybody advise as to how I may achieve this sort of update?
Thanks.
Mike
Jul 30, 2018 06:31 AM
You need to log the Time Trackings in a separate table and them do a Rollup.
Jul 30, 2018 08:57 AM
Thanks, will give it a go.