Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Relation via relation table

Vi_Tu
New Member

I have a these tables:

Client: id / name …
Equipment : id / name / model/ client_id
Project: id / name / client_id / status

Service: id / description / project_id / equipment_id

The issue I have is with Service. When i press on project_id i see all the projects in the system. I am trying to filter them like this : Project if status == open and if client.id == equipment.clent_id

In shot show only the projects that status open from the client that the equipment belongs to or project.

Any help is appreciated it .

0 1 104
1 REPLY 1
Top Labels in this Space