You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up bidirectional linking, many-to-one relationships don't work.
I have a field with ID "relation" set up on 2 tables. Table one is objects that should feed into higher level objects on table two. Think segments to companies.
I want the relation field in table two to include all the segments that are tagged to that company. The tagging is done with the relation field in table one.
However, it doesn't work.
When I have company A tagged once across all rows in table one, the output in Company A YAML is something like this:
This type of output doesn't show up in the table. If I reformat as per the below (i.e., a list format), it does. I believe if we could reformat the output to a list type then I could get a formula rollup to work
Further to this issue, whenever any of the Company A relation values are removed in table one, all of them are deleted from the relation property in the Company A file (I believe because code is seeing delete then deleting all given they're just one long text string)
All of this works fine if I do it from the one-to-many side (i.e., update the relation field in table two). In this case, it is formatted as a list automatically. However, this is impractical for my use case as I need to be able to relate segments back to their company parents when creating them.
What platform were you using?
Desktop
Version of the plugin
3.5.1
Relevant log output
No response
Are you using the latest version of the plugin in your Obsidian vault?
I have verified that I am on the latest version
Are you check if there is a similar issue?
I have verified that there are not similar issues
The text was updated successfully, but these errors were encountered:
Contact Details
alexcoote@outlook.com
What happened?
When setting up bidirectional linking, many-to-one relationships don't work.
I have a field with ID "relation" set up on 2 tables. Table one is objects that should feed into higher level objects on table two. Think segments to companies.
I want the relation field in table two to include all the segments that are tagged to that company. The tagging is done with the relation field in table one.
However, it doesn't work.
All of this works fine if I do it from the one-to-many side (i.e., update the relation field in table two). In this case, it is formatted as a list automatically. However, this is impractical for my use case as I need to be able to relate segments back to their company parents when creating them.
What platform were you using?
Desktop
Version of the plugin
3.5.1
Relevant log output
No response
Are you using the latest version of the plugin in your Obsidian vault?
Are you check if there is a similar issue?
The text was updated successfully, but these errors were encountered: