https://netsuiteprofessionals.com logo
Title
s

scottvonduhn

03/21/2019, 2:48 PM
hope it works!
j

jarens

03/21/2019, 4:45 PM
Worked perfectly. and since I named them with a convention was able to have my .each have a loop for them
for(var i = 0; i < 12; i++){
                myArr[i] = result.getValue({name: "formulacurrency_" + i + "_month", summary: "SUM"});
            }