Forum Discussion
armchairexpert
5 years agoHelper III
Create Table Relationship
Hi, I am trying to join the following three tables without success. Can someone please help? Currently I have joined the Date table to Calls and Agent Times tables using Call Date. A...
- 5 years ago
Do the agents belong to a company? Is that an attribute you could move up to the Agents table? What are you trying to calculate off the Agent Times table?
jdbuchanan71
5 years agoSuper User
You will need an Agent table that sits at the same level as the date table. It should contain the unique list of agents and that you can connect to the 'Agent Time' and Calls table to use to filter the model by Agent.
armchairexpert
5 years agoHelper III
Apologies. It let me filter but had issues with something else. Let me re-create the problem.