Hello - Is there any way to get a child row to auto-inherit the value of the parent? The column is called "Base" and contains values like UK, US etc which tells me where this resource is based. This info was provided on the original HR record which acts as my parent row. I then want the same value to appear on all child rows when added when that resource is assigned to a project.
I have tried =PARENT(Base@row) manually for the first child row which works, but if I then convert it to a column formula, all the values in that column disappear for all rows.
As a workaround, I can create a new field/column called eg "Base1" using the same formula "=PARENT(Base@row) ". As it references a separate row "Base" rather than itself "Base1" so it works fine. However, this isn't great and clutters the sheet. I wondered if there is something more elegant that would work for this? I have other questions but thought Id start with this, Thanks.