Could anyone suggest any ways to perform a calculation on a web part page to take a beginning balance pulled from a SharePoint list + list items from another SharePoint list to arrive at an ending balance that is calculated & displayed on the page?
The web part page should look something like this:
Beginning Balance XXX (from a SP list)
List Item 1 XX (these list items
List Item 2 XX are from another
List Item 3 XX SharePoint list)
Ending Balance XXX (this is calculated)
Basically I am trying to figure out how to take the beg. bal. number from the first list, add the items in the second list, then calculate & display an ending balance on the web part page. I'm just not sure how to pass the data between the web parts and perform the calculation.
System: MOSS 2007. No access to server for coding. No access to Central Admin. I do have access to SharePoint Designer and full administrative rights to the SharePoint site.
Maybe DVWP?
Thanks in advance!!
The web part page should look something like this:
Beginning Balance XXX (from a SP list)
List Item 1 XX (these list items
List Item 2 XX are from another
List Item 3 XX SharePoint list)
Ending Balance XXX (this is calculated)
Basically I am trying to figure out how to take the beg. bal. number from the first list, add the items in the second list, then calculate & display an ending balance on the web part page. I'm just not sure how to pass the data between the web parts and perform the calculation.
System: MOSS 2007. No access to server for coding. No access to Central Admin. I do have access to SharePoint Designer and full administrative rights to the SharePoint site.
Maybe DVWP?
Thanks in advance!!