First of all, I am completely new to this so my apologies if I don’t use the correct language when explaining…
I am trying to work out how to populate a reference/drop down cell with data that has been filtered.
I have 3 tables:
- Worksheets
- Clients
- Billing_Groups
Worksheet columns: ID, Date, Billing_Group (referenced from Billing_Groups $Group_Acronym), Assigned_by, Activity
Client columns: ID, Name, Billing_Group (referenced from Worksheet $Billing_Group and can have multiple)
Billing_Groups columns: ID, Group_Name, Group_Acronym, Billing_Name
I am trying to fill the drop down cell in column “$Assigned_by” with “$Name” from table “Clients” but only the “$Names” who’s “$Billing_Group” matches the “$Billing_Group” cell from the “Worksheets” table.
I am assuming I set the “$Assigned_by” Column Type to “Reference” / Data from Table to “Clients” / Show Column to “Name” and then some formula under “Transform - Apply Formula to Data”?
Would this be the correct setup?
How would I structure the Formula to achieve this in Grist?