Hi
I have a repeating table bound to secondary data source which returns variable xml().
Row1 ID Name Total Maths Physics Chemistry ................ 15 columns are there which contains Marks
but sometimes there may be only 3 columns. I have to sum the marks to show in Total.
Remember this is bound to secondary data source.
With xpath functions can i write something like this
Rule1 for Maths- (When Maths marks changes)
If Physics present Total = Maths+Physics
If Chemistry present Total = Maths + Physics+Chemistry
etc.....................................
.....................................
Tnx