Join Slack
Powered by
so, you have to include the same grouping, join, e...
# suitescript
s
shea
08/15/2018, 5:12 PM
so, you have to include the same grouping, join, etc parameters. i find it's often easier to use the convenient
result.columns
array and feed the elements directly into the
.getValue()
function. ala:
Copy code
result.getValue(result.columns[0]) //or whatever index
Open in Slack
Previous
Next