cancel
Showing results for 
Search instead for 
Did you mean: 

how can i get subtotal in each page of Smartform?

Former Member
0 Kudos

hai all!

My reqirements is that i should display subtoal of connid in each & every pages of smartform, & also at the end of page the grand total should also get displayed. how can i do this?

give me a step by step solution 2 solve this

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ammu,

For subtotal:

In the main window-->Create the table --->

footer area ->define the text node for subtotals.

For grandtotal:

Create the secondary window after the mainwindow .

create the text node.

Conditions tab:

check the check box

only after the end of main window.

Regards,

Sravanthi

Former Member
0 Kudos

Hi,

Please use the calculation tab in Main Table.

Operation Filed name Target Fieldname

Total <WORKAREA-FNAME> V_SUB_TOTAL

Time

After Loop

after this create one window for showing the sub total

after text node add this value to main_total and clear subtotal.

For Main_total , Give Condition end of main window in Condition tab.

Regards

jana

Former Member
0 Kudos

Hi Ammu,

just Use table controls calculations tab

In operations Select Total...

Give field name and target field name...

will give correct total at the end of every page

for example

SF_EXAMPLE_02