Hello, is it possible to reference the sum of a co...
# general
c
Hello, is it possible to reference the sum of a column in a dataset in a SuiteScript? Or how do get that data via SuiteScript?
b
Column.aggregate in combination with Column.groupBy
SuiteQL is usually more popular if you know how to build the sql yourself
c
Thank you! I will look into those