Hi,
I am working on an Analysis in OBIEE.
I have 1 table with Countries list and their sales information.
I have another Bar chart with Products and their Sales information.
So, whenever I click on a Country in the Table, the bar chart should be filtered with the products that are sold in that selected country and the sales happened for that product in that country.
Below is a sample data and charts for your reference. Please suggest.
CountryName SalesAmount
UnitedStates $60,000
Japan $20,000
Sweden $40,000
Sales Amount by Product name

Thank you!