Column Sum
Posted: Wed Feb 13, 2013 12:22 pm
Hello,
I have a business object (BO) binded to a databand. This BO is a collection of data, so it will produce n-lines in this databand.
Inside this BO exists another collection, that is binded to another databand that has as master the previous databand, so that each row of the first collection has a collection of each second collection, all clear so far?
Now, on each second collection, i have a column that a want to sum into a total, how can i make this...
Element 1
Son 1 Value
Son 2 Value
Total
Element 2
Son 1 Value
Son 2 Value
Son 3 Value
Total
Element 3
.....
Can you help on this? thank you
I have a business object (BO) binded to a databand. This BO is a collection of data, so it will produce n-lines in this databand.
Inside this BO exists another collection, that is binded to another databand that has as master the previous databand, so that each row of the first collection has a collection of each second collection, all clear so far?
Now, on each second collection, i have a column that a want to sum into a total, how can i make this...
Element 1
Son 1 Value
Son 2 Value
Total
Element 2
Son 1 Value
Son 2 Value
Son 3 Value
Total
Element 3
.....
Can you help on this? thank you