Question
QuerySetCell adding row data
I'm using querysetcell to display data from an sql query. the trouble i'm having is not being able to add the numbers in a row.
c1 c2 c3 c4 c5 c6 c7 Total ?
| 849 | 7 | 10,323 | 1,992 | 1,809 | 0 | 195 | 0 |
<cfset querySetCell(qPivot, 'dept_' & tmpDeptCode, numCredits)> This gets me number portion above. How do I get them to add into one number?
