cancel
Showing results for 
Search instead for 
Did you mean: 

Design studio setVariableValueExt

Former Member
0 Kudos

Hello Experts,

I am using parallel processing in my DS application. I have 15 variables in total and I have un-merged them all and set Load in script as "true" for all datasources other than one for which I would have prompt variable. Now I need to pass the DS1 variable value to all other 14 datasources and load them parallel .

Issue: I have tried the below code in all the events On startup, On background, On before prompt but still DS_1's values are not passed to DS_2 and DS_3.

var LV_MONTH = DS_1.getVariableValueExt("ZC_REPMONTH"); DS_2.setVariableValueExt("ZC_REPMONTH", LV_MONTH); DS_3.setVariableValueExt("ZC_REPMONTH", LV_MONTH);

FYI: I am using the below code in event On background:

DS_2.loadDataSource();

DS_3.loadDataSource();

Kindly let me know where I am going wrong.

Thanks,

Ashok Kumar

Accepted Solutions (0)

Answers (0)