I have a look up field that contains a list of companies’ names. I want to get the most mentioned company in that list.
More details:
I have three tables:
- Tenders
- Entities
- Companies
Tenders table has a linked record from both entities and companies.
From the entities table I created a look up table that retrieves the companies column. I’d like to get the name of the company that was mentioned the most.
The idea is to answer the following question: Which company gets the most tenders of each entity?
regards,
Motlaq