I have a hierarchical task table, with an Active task view that I work from. In most cases, the note canvas most relevant to me is not that of the active task, but that of it top most ancestor (the “Project”). I created a Project Notes formula column that provides access to it.
Unfortunately, being a formula column, it is not editable (“Values in this column are calculated by a formula and can’t be manually changed”). I want to be able to edit the project notes without going to the main table.
Any thoughts how that can be achieved? Ideally there would be something like
Reference(if(thisRow.isProject,thisRow.Notes,thisRow.Parent.Notes)
to make the targeted noted canvas available by reference (editable) instead of by value, but is not an existing feature. Any thoughts on how to achieve this?
Thanks
~R
