hope it works!
# suitescript
s
hope it works!
j
Worked perfectly. and since I named them with a convention was able to have my .each have a loop for them
Copy code
for(var i = 0; i < 12; i++){
                myArr[i] = result.getValue({name: "formulacurrency_" + i + "_month", summary: "SUM"});
            }