Join Slack
Powered by
Hello, is it possible to reference the sum of a co...
# general
c
Candy
08/14/2023, 1:09 AM
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
battk
08/14/2023, 6:08 AM
Column.aggregate
in combination with
Column.groupBy
battk
08/14/2023, 6:09 AM
SuiteQL
is usually more popular if you know how to build the sql yourself
c
Candy
08/14/2023, 11:39 AM
Thank you! I will look into those
Open in Slack
Previous
Next