Process of adding total or subtotal in smartforms main table are as follows
- Create a global variable named 'Total' (in this case it is a quantity field)
- Expand main window. Double click on table node. Then go to calculation tab. Select Sum Total for operation column. Then provide the field name for which sum operation will be executed. Put global variable ('Total') in the target field name column. Put after loop in the time column.
- Now create a table row in the footer section. Into the cell where you want to maintain total value, create a text. Then put the global variable ('Total'). Now execute the form and you will find the total value.
Comments
Post a Comment