Formula script to get sum

Hi community,

You may use the formula script to get the total of quantity or amount any column in a table

For example, I want to get the total quantity

in the total quantity field, I put the formula as below

summ(column(‘Quantity’), field(‘Details’))

column(‘Quantity’) - column name
field(‘Details’) - table name

1 Like

Hi all, this is the latest version for the formula script to get sum/total, you all may refer to this post

Formula Script Total/Sum - Updated

1 Like