Hi all,
I have created a data source using UNX universe having 3 optional prompts called Dim1_Value,Dim2_Value,Dim3_Value. I am trying to pass the values to these prompts for the same on select event using
APPLICATION.setVariableValueExt("pmDim1_Value", "value1");
APPLICATION.setVariableValueExt("pmDim2_Value", "Value2");
APPLICATION.setVariableValueExt("pmDim3_Value", "Value3");
The problem is, for each of APPLICATION.setVariableValueExt, the query is getting executed. So the query is getting executed 3 times which is not acceptable.
Ideally, I should be able to pass all the parameters for a specific data source and the query should be executed only once. Is this a bug in the SAP BO Design Studio or please let me know if there is any other way to achieve this.
Design studio Version I am using is 1.4
thanks,
Nithin