Jun 30

Sharepoint 2007 calculated column total?

Published by admin at 12:02 pm under Programming & Design

soofoo asked:


I have a list in sharepoint 07 which also contains a calculated column based on cost per usage. column x * column y = total. I have also identified a cost code to each record. I’d like to do a running sum of the totals by cost code. If it were a spreadsheet, I could just sum on the total column. But this is a list, which is grouped by cost code. Is there a way to do a final sum of the total column by cost code?

What I want to do is calculate the grand totals by division.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google

Tags

One Response to “Sharepoint 2007 calculated column total?”

  1. Monkeymanon 03 Jul 2007 at 5:16 pm

    You will need to create a custom view and then edit the view in Sharepoint Designer. You will right-click the view and convert to XSLT, and have XSLT do the calculations for you. You will need to know XSLT to accomplish this.

Search