Forum Discussion
armchairexpert
Helper III
5 years agoCreate 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
Super User
5 years agoYou 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
Helper III
5 years ago
Apologies. It let me filter but had issues with something else. Let me re-create the problem.