cancel
Showing results for 
Search instead for 
Did you mean: 

Subtotal and total in table element

Former Member
0 Kudos

Hi,

Instead of using view container UIelement , i am using TABLE where in i am displaying done with 6 fields containing amount

and 5 other fields. Now the requirement is one of ive fields lets say COL4 contains only 2 possible values 'A' and 'B'. Now i would like to display subtotal and total of amount field based on COL4.How can i implement it as i am new to web dynpro? I have displayed table with data but only these total and subtotal part is remaining

Kindly help.

Thanks

Parag

Accepted Solutions (1)

Accepted Solutions (1)

narinderpal
Explorer
0 Kudos

Hi Parag,

The thing you are going to achieve is quite easy. I hope you are using an context node for this. then in the method where u fetch data from your source to your context node or before the place where you call your table, fill the context node with require value by using loop at statment, you will see the information in your table.

Narinder

Answers (0)