The Dashboards has been built using the Design Studio with the Datasource as two individual BW Queries pointing to two different components such as the cross tab and column chart.
In our previous Xcelsius we had the functionality of dynamic visibility which does the drill down from the crosstab to a column chart and we are trying to implement the same in the Design Studio.
We like to have in a way that we click on each individual rows in the Cross Tab, subsequently the Column chart should display data only for that particular selected row.
I tried the below code:
CROSSTAB_1.getSelectedMember()
DS_2.setFilter().
I tried the above code with the syntax of the dimension included but still I was unable to make it function.
Can someone please assist / guide me in order to make the above functionality to work.
Thanks