In the first transformation of my job i have set a variable .
i want to use that variable in java acript,decrement its value by 30
more like while(i>0)
{
run a transformation
i=i-30;
}
can anyone help me with this
In the first transformation of my job i have set a variable .
i want to use that variable in java acript,decrement its value by 30
more like while(i>0)
{
run a transformation
i=i-30;
}
can anyone help me with this
Copyright © 2005 - 2017 Pentaho Corporation. All Rights Reserved.