Hi,
In the properties of the column we were able to set the relationship of the column with one table, if the same column is in relationship with multiple tables and columns how to set those?
Thanks & Regards,
Murugavel Cadirvel
Hi,
In the properties of the column we were able to set the relationship of the column with one table, if the same column is in relationship with multiple tables and columns how to set those?
Thanks & Regards,
Murugavel Cadirvel
When we originally designed this feature, we started from the assumption that, even in NoSQL, there could/should be only one master for data. Each time the information is denormalized, it could refer to that master. So from the perspective of the master, there are many relationships. But from the perspective of the denormalized instance, there is only a single relationship to the master.
That being said, just in case there is a use case for an attribute to refer to multiple attributes elsewhere (for dependency purposes for example), we are foreseeing a control in custom properties for user to define their own relationships to multiple entities/attributes. This has been added to the backlog, and will be introduced in an upcoming release.
Pascal