I have a master table with 5 column, of which first column is having list of all attributes (say age,salary,years in job), rest 4 is having values like standard deviation, mean, mode and deviation. So master table is having 3 rows only. Now the detail table is having 3 column (age, salary, years in job) having records of say 50 people.
I want to create a dashboard with master table as master view and when user click on any of the specific row (representing one attribute one row) the detail should show the bar chart with slabs on x axis and y axis as percentage.
I am new to OBIEE, so not able to decide on how to design it and how to map so that click on one row of master show me bar chart of that attributes distribution (based on data in the detail table)
Problem is I can not change the structure of these two tables as they are existing tables and are used in other reports.
Please help me in understanding the model if it is possible.