Hello,
I am trying to built an BO design studio application, where i have Crosstab_1 built using DS_1 and Corsstab_2 built using DS_2.
when the user execute the report i want to execute Crosstab_1 get the values for "0Project" and then execute DS_2 i.e. populate data in Corsstab_2 using the 0Project values from Crosstab_1.
Here i am trying to use replacement path using query.
I tried the below statement on a button click but it does not work.
DS_2.setFilter("0PROJECT",CROSSTAB_1.getSelectedMember("0PROJECT"));
Please suggest.
Thanks & Regards,
Mahesh