input1.recordCount()
input[0].subset_sum("Price")
[
["1, 1", "1, 2", "1, 3"],
["2, 1", "2, 2", "2, 3"],
["3, 1", "3, 2", "3, 3"]
]
[
[
input1.recordCount()
],
[
input2.recordCount()
]
]
working = new Array();
for (i in inputs) {
var input = inputs[i].dataArray(null, null, true);
for (n in input) working.push(input[n]);
}
working;
Custom Script Operation.iok | 112K |
It looks like you're new here. If you want to get involved, click one of these buttons!