hi,
i use the "setvariablevalue" statement to select data for a specific Fiscal period data range, but it doesnt' work.
i use a "interval" SAP BW query variable.
=> ds_query_1.setVariableValue("0I_FPER",{from: "002.2022", to: "004.2022"});
i tried all these combis
from: "002.2022" , to: "004.2022"
from: "0022022" , to: "0042022"
from: "2022002" , to: "2022004"
from: "2022.002" , to: "2022.004"
what could be the problem?
thanks for your hints
br Oliver