simon551
IS-IT--Management
- May 4, 2005
- 249
Hi,
I'm using php to generate spry xml data for a sortable report. and I'm wondering if anybody knows how to do a little math on the data. I just want to total a column.
this is my repeat, sortable, column:
<td>{rTotal}</td>
I'd like to have another field in a new row (after all the repeat obviously with something like this:
<tr>
<td>{sumTotal}</td>
</tr>
I haven't found any documentation on working with the data. do I need to learn xQuery to be able to do this?
I'm using php to generate spry xml data for a sortable report. and I'm wondering if anybody knows how to do a little math on the data. I just want to total a column.
this is my repeat, sortable, column:
<td>{rTotal}</td>
I'd like to have another field in a new row (after all the repeat obviously with something like this:
<tr>
<td>{sumTotal}</td>
</tr>
I haven't found any documentation on working with the data. do I need to learn xQuery to be able to do this?