Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
750
WinTree: Empty nodes when binding to data set
posted

Hi!

I have the following problem: I want to bind my UltraTree to a dataset. Within this dataset, there are some tables: departments, positions, employees etc. Each table is connected to an other one with relations set in the data set. For example, the department table has an id column. The positions table has a departmentId column, so that I can connect these tables over these ids.

That works fine for near all relations in the dataset. But as you can see in the screenshot below, I have some empty nodes. For example under the node "Back of House", all positions should appear. But there is an empty node, which contains the positions. I do not want these empty nodes.

It works fine for the employees (e.g. "S., Kai") and the connected salary components. I do the same for all tables in the dataset (connect the tables with relations between the tables using id columns).

Please, can you tell me, whats going wrong?

Thanks a lot for your help! I need it very fast! :)

Best regards!

Robin