Total for computed column?
I have a task list, which has several added columns:
- HighEstimate
- LowEstimate
- HighEstimateRemain (PercentComplete * HighEstimate)
- LowEstimateRemain (PercentComplete * LowEstimate)
WSS doesn't seem to offer an ability to total the computed columns. Am I missing something?

