Totals in related items list
Posted: 23 Sep 2016
Hi,
Though sure it's a common request, I have not been able to find a solution in the forum...
The isue is:
Main list: Order (oredrNum, Customer, TotalAmount)
Related list: (ordernum, rownum, article,units,price, amount )
In the Order form, I have the realted items and works ok
I want to show in a "plain text" control above the related list, a total (=sum(amount)) dynamicaly computed if rows are modified /added /deleted
Once form is submited, I want to save the total in a column "TotalAmount" of the main form.
Can you help me?
Thank you
Though sure it's a common request, I have not been able to find a solution in the forum...
The isue is:
Main list: Order (oredrNum, Customer, TotalAmount)
Related list: (ordernum, rownum, article,units,price, amount )
In the Order form, I have the realted items and works ok
I want to show in a "plain text" control above the related list, a total (=sum(amount)) dynamicaly computed if rows are modified /added /deleted
Once form is submited, I want to save the total in a column "TotalAmount" of the main form.
Can you help me?
Thank you