I did see that...but the $1000 is definitely outside my budget right now. Any other ideas? I've been looking for a freeware version but haven't found it yet.
Thanks!
Wendy
Main Topics
Browse All TopicsI am on a hosted SharePoint site, so I have limited ability to build and install custom web parts. However, I've got a bunch of task lists spread across multiple subsites. I desperately need a report or search feature to consolidate these tasks so that I don't have to visit 15 sites to find all the items on my list. I was looking at the very flexible WSS search from Corasworks (it's free), but I can't figure out away to use the filter that works.
Any ideas on consolidating these task lists?
Thanks,
Wendy
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You can buy that single web-part from Coras (a-la carte instead of the suite) for about $300
http://www.corasworks.net/
Other wise I think you really have to code it yourself. When talking with others about Web part development, they have expressed some dismay about coding rollup applications.
Basic rollups apparently are troublesome enough. Cross-site are a bit more difficult because you will need to verify that they user has access to the cross site in question and then handle any errors.
Business Accounts
Answer for Membership
by: _TAD_Posted on 2005-06-16 at 11:37:12ID: 14234160
CorasWorks solution comes with some 40 or 50 web parts. They have a web part that does *exactly* what you want. The problem is that the enterprise solution is about $1,000.
Otherwise you may have to code your own that analyzes all tasks on all pages that the user has access to.
The code for getting the data is trivial, perhaps a dozen lines. It's the organization and display of the data that will take the most work