Hi
I have two separate SQL views, both contain the Close_Year and Close_Quarter, which are not unique, I want to add both sets of information to the same page and allow the data to be filtered, and visually changed from interacting with the panels that I add to the page. Trouble is I can seem to filter the two sources from the same filter. I can't join the tables as the data is not unique, and there are more than two fields to join. The data looks like
Close_year, Close_quarter
2018 1
2018 2
2018 3
2018 4
etc.
Each view contains thousands of rows and contains both the Close_year and Close_quarter as int's.
Any ideas ?