Hi All,
I have two crosstabs in my application, Crosstab_1 is a Summary level report and Crosstab_2 = is it's detail level report.
I have chars and key figures in my crosstab_1 and I need to make the user click on the key figure and get to it's respective
detail report. So basically I want the crosstab_2 to be filtered by the selection made on crosstab_1.
Below is what I have tried:
Under the events of Crosstab_1, I have written the below code in "On Select"
DS_2.setFilter("049IBHTTSQUCN83IG2QJ1DUEG", CROSSTAB_1.getSelectedMember("049IBHTTSQUCN703PKF9JFXLJ"));
PAGEBOOK.setSelectedPageByName("Details");
PS : DS_1 is the datasource assigned for Crosstab_2
Kind Regards,
Ashwin