I need a custom filter that returns all the cases for a branch, however i don't want to create 100 different specific views for each specific Branch.
Example: this works for North Glendale Branches

I would like the Branch Submitted by to equal the users Team. (we have the Team defined with the Branch names.) In reality, we have several fields defined that could be used. Location, Team, Branch Location, Branch. all have valid values that I could tie to. In SQL I would just do a nested select statement like select cases where Branch Submitted equales (Select Branch Location = users team) Granted that is not valid SQL but I hope you get the idea.
These are the fields I have to choose from
Note this is not a valid query, just displaying what is available

ultimately, I just need a "Branch Submitted By" Equal to "Equals Current User or User's Team" But I only get the values in the table so I cannot choose something like "Equal Current User or User's Team"