logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by Tim on Thu 14 Feb 2002 in response to Keeping the boss happy

Problem getting the column total to work

I have everything working the way you described in your article. But I can't
get the total to work. Here is the code I have to accomplish this,
Print |<tr><td>Total</td><td></td><td></td>
<td x:fmla="=SUM(D2:D10)"><b></b></td>
</tr>|


and here is what it generates if you look at the reports source code:
<td class=xl25 width=49 style='border-top:none;border-left:none;width:37pt'
u1:fmla="=SUM(D2:D10)"> </td>


I'm not sure what is going on, I would appreciate any tips you may have.


Thanks for your article!