I have a table with an Employee Name and Manager fields. The Manager field is a self-referencing link to the same table using the Name field.
e.g.
| Name | Manager (linked) |
|-------|---------|
| John | Sally |
| Sally | Peter |
| Jane | Sall...
Thanks, the script works well. Would be great to see native support for backlinks or the ability to count/sum over those relationships.
This gets me a count per manager. I was then hoping to aggregate this by team to get the size at each level of the...
Hi Hannah,
Thanks for your help. Unless I’m missing something wouldn’t that require me to provide values for both the Manager and Backlink fields, making it possible for these to become out of sync?