Hello,
We have recently upgraded to Design Studio 1.4, and are running BPC NW 10.0. I am trying to create a simple dashboard in Design Studio that will allow for dynamic filtering (based on the selected value of a radio button). Below is the script I have created that would be run on selection of a time period:
if (RADIOBUTTONGROUP_1.getSelectedValue()=="2014.TOTAL") {
DS_2.setFilter("/CPMB/RSDIEQ7","HIERARCHY_NODE/\/CPMB\/RSDIEQ7/2014.TOTAL")
;}
I removed the backslashes (in red above) and received a warning message:
Value "HIERARCHY_NODE/CPMB/RSDIEQ7/2014.TOTAL" does not exist for "/CPMB/RSDIEQ7" in connection "cuid:AQV3Qrc3W5lJuDTpLd4PrpU".
My question -
1 - Is it possible to filter BPC dimensions in Design Studio 1.4?
2 - If it is possible, how do I apply the filter so that the filter value is recognized?
Thank you for your help!
Beth