How to organize the dependency between tables?

11146
New Member

My tables and columns:

  • tasks
    โ€” title (text)
    โ€” manager (ref managers)
    โ€” collaborators (how to attach one or more subordinate manager???)

  • employers
    โ€” email (email)

  • managers
    โ€” manager (ref employers)
    โ€” subordinates (ref employers, how to tie a lot of employees???)

Please help me with the columns: โ€œcollaboratorsโ€, โ€œsubordinatesโ€. What type should they be? What formulas should be used in them?

Solved Solved
0 6 362
1 ACCEPTED SOLUTION

Column type of EnumList with base type of Ref.

View solution in original post

6 REPLIES 6

The best option would be Ref fields and then no formulas are needed.

Please check this articleโ€ฆ

11146
New Member

But how to make a field where you can select multiple rows from a linked table?

Column type of EnumList with base type of Ref.

I set up https://www.screencast.com/t/dy1vD3pZ

But there is nothing in the drop-down list https://www.screencast.com/t/htAaaGmWlYjj

What am I doing wrong?

I solved this problem, thanks for the direction!

11146
New Member

Could you send an example application where there is such a connection? I can not understand what is the basic type.

Top Labels in this Space