Hi Fellows,
As we all know that setVariableValueExt(variable, value) statement executes the datasource by setting the variable value. Can we pass more than one value in a single statement? I want to filter the datasource by Material and Invoice # which are set as imput parameter in HANA. One option is to set it as setVariableValueExt(MAT_Num, 2145753) and setVariableValueExt(Inv_Num, 000251487). Is it possible to combine these two statements so that the relevant datasources are not executed twice?
Thank you for your help