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