SBurris
SBurris

Reputation: 7448

SharePoint list based on another SharePoint list

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.

Upvotes: 1

Views: 1888

Answers (2)

Marc
Marc

Reputation: 1178

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.

Upvotes: 1

user32826
user32826

Reputation:

In the list settings, you can add filters and counts/totals/sums to the view.

Upvotes: 0

Related Questions