I’ve spent the better part of the last 72 hours just trying to connect two tables using a single filter. It’s a very basic setup.
I have two tables… Accounts and Opportunities. There will never be more than one account per brand, but a single account can have multiple opportunities. I’ve kept these tables separate since they serve different purposes, but they are connected through a relational column (Account Name).
I then created a canvas control (or whatever it’s called) with a search bar to filter by Account Name at the top of the page. The filter works on the Accounts table, but I need it to also apply to the Opportunities table. So, I wrote a formula to do that — and after trying about a hundred variations, every single one is throwing an error.
I’m doing what seems like a pretty basic formula:
Opportunities.[Related Account] = [Search Accounts Account Name]
But nothing is working. I even right clicked on ‘Related Account’ and just selected the canvas control, but that didn’t work either.