0 votes

Hi
I have one central entity "Domain" that has a relation with just about all other tables.
Currently it's simply creating more lines in the graph than necessary. So I would like to hide that entity and its associations from the graph (the module...?) to clean it up. Is this possible. Or even better: is it possible to hide the associations of that particular entity?

in How To & Manuals by (140 points)

1 Answer

0 votes

Hello,

sorry, it's not possible to hide an entity. It doesn't make sense to hide something that is exported.

But, you can split the lines leading from this entity. Simply double click on the association and check "splitted"

by Skipper developer (141k points)

That is a very good solution. Thanks!