I would like to have a Jobs Table, where I can log jobs I have done for my clients.
![image.png image.png](/t5/image/serverpage/image-id/2149iCB8BD389C7CAD8A5/image-size/large?v=v2&px=999)
I have a list of clients, some of which are not active.
![image.png image.png](/t5/image/serverpage/image-id/2152iCBA0B89DD8A95F36/image-size/large?v=v2&px=999)
I want to be able to select a client on the Jobs Table, but only display the “Active” clients.
![image image](/t5/image/serverpage/image-id/2151i561D44DAA2C5FC57/image-size/large?v=v2&px=999)
How can I do this? I’ve played around with rollups, functions, arrays, and I can’t get anything to work. Ideas?