CDT with an Integer List

I have a result set from a series of operations that looks like:

myCDT:{

label: "some name",

data: 0,1,12,0,14,234

}

"data" is an integer array - but may have a variable number of Elements.

I've got a List of myCDT's and want to create an array of integers that is the sum of each positional integer column (e.g add up all of data[1], data[2], etc)

Any good ideas on how to do this?

Ultimately  all I need is a total row in some grids, but there doesn't seem to be a way to do that.

  Discussion posts and replies are publicly visible