As far as I know that isn’t possible I’m afraid
If I were you, I would convert that project category field into a linked field to another table and calculate the average there so that I could use it
We could also use a script, but that may be more trouble than it’s worth here
As far as I know that isn’t possible I’m afraid
If I were you, I would convert that project category field into a linked field to another table and calculate the average there so that I could use it
We could also use a script, but that may be more trouble than it’s worth here
Thanks for the info. The problem is that the data is ever changing and the linking fields and putting them to another table only gathers the data available at the time of creation.
Thanks for the info. The problem is that the data is ever changing and the linking fields and putting them to another table only gathers the data available at the time of creation.
Yeah, I would suggest you use an automation to keep the project category field and linked field in sync. Since rollup/lookup fields show the current cell value of the linked record all the time this usually solves the problem for me