Hi all,
I am trying to create a dynamic filter based on 2 columns. I have a “Bars” table with columns Bar, City, Country and another “History” table that records all of the bars that I went to.
What I am trying to do is to select the bar based on the country and the city. Selecting the country, the city and the dropdown should automatically show me all the bars in that country and that city.
Is there a simple way to do that ?
Thanks !
Charlie