I think you either need to include the summary typ...
# suitescript
j
I think you either need to include the summary type, or reference a column
Copy code
result.getValue({ name: 'item', summary: search.Summary.GROUP })
Copy code
result.getValue(yourSearch.columns[0]);