Hi - I'm absolutely stuck trying to achieve the results I want, and I'm hoping for some focused support.
I have 3 Tables in my Base:
- Vendors - which contains companies I contract work from.
- Resources - which contains the individual resources that work at those companies, as well as their individual monthly rates. Resources are linked to Vendors.
- Monthly Cost - contains a list of records for each month of the year (eg; January 2025, February 2025, March 2025, etc).
In Resources, I'm assigning Months, from the Monthly Cost table, for when I expect this resource to work.
In Monthly Cost table, can see the assigned resources by month, and I created a Rollup field to show the Vendor names associated with the Resources that are assigned to the month. This is using ARRAYUNIQUE, so if I have 5 resources at one vendor, I don't get the vendor displayed once.
I also have a Monthly Resource Cost Lookup field that will Look up the assigned Resource's Monthly Rate. The rates are displayed, separated by commas.
Lastly, I have a Formula field that is SUMing the Monthly Resource Cost Lookup field, so I get a Total Monthly cost for all resources.
All of the above is working as desired and expected.
What I cannot figure out is how I can pull the Monthly Cost for Specific Vendors out of this setup.
I created a Dashboard Interface that has a Bar Graph pulling from the Monthly Cost Table, and displaying the Months Along X and the SUM of the Monthly Resource Cost On Y. This is working great.
When I expand the Graph, I can see all of the Months, and their SUMs in a list - this is great.
I want to be able to Open that monthly record and see the Cost for each of the Vendors that have resources associated with that month, but it seems I cannot, because of the problem in Bold above.
Any help would be greatly appreciated!