R – SharePoint list based on another SharePoint list

sharepointsharepoint-2007

I have a list in SharePoint that contains several fields. I need to do some calculations on this list (filter and count) and display the results on a different page. We are currently using SharePoint 2007.

I can't get what I need by creating a view from the list. I need to create a new list based on the first list to get the proper level of filtering.

The result I am trying to get from this view needs to be displayed on a separate page.

Best Answer

Since you edited with "I need to create a new list based off the first list to get the proper level of filtering" I would suggest writing a console app with some CAML to query exactly what you need and then dump that into a new list.

However, it sounds like you could be using some calculated columns and then do what Moo suggested.

I think some more details about the question would help you get a better answer.

Related Topic