Reports based on several SharePoint lists
- From: Ladislav Mrnka <LadislavMrnka@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 14 Jan 2008 12:42:01 -0800
Hello,
I am not sure whic discussion is more suitable. I have already posted same
question to SharePoint Server Discussions in Development and Programming but
then I have found this one. I am sorry for second post.
I was assigned to a new project where I have to create few reports based on
content stored in several SharePoint lists. I wonder how to do this in the
most efficient way?
First I can't use Reporting Services and Access (project limitations). Only
MOSS 2007 Enterprise edition and SQL Server are availible.
Regarding many articles from Interned I decided direct querying of content
database is not the right way to go. So my assumtion is to create one SPList
for each report, create data connection for each of these lists and store
them in Data connection library. Then use these connections by Excel
workbooks to create reports. Finaly upload these Excel files to document
library and use them on dashboards.
First I really don't know how to prepare those lists (or views) because it
requires to do join operations between lists (data are normalized). Is there
any way how to do this operation? I have checked SPSiteDateQuery, SPQuery (as
well as Query CAML schema), view definitions and CrossListQueryInfo and I
haven't found any way how to perform this essential operation.
I tryed to do reports on test lists (manually filled) but it does not work.
I added document library with my reports to trusted location in Excel
services settings and allowed external data and I also added data connection
library to trusted connections. When I open my Excel report by Excel services
it does not refresh data. When I tryed to refresh data it always fails with
some stupid localized information.
I guess the best way to do reports from SharePoint lists is to create
package in Integration Services which will call Lists.asmx web service for
each needed list and marge (=join) these lists toghether. Then use this
package as data source for Reporting Services. The problem is I am not
allowed to use SSIS neither SSRS.
Can anybody help me little bit with this task?
Thanks in advance.
Ladislav
.
- Follow-Ups:
- Prev by Date: QueryProvider Problem in MOSS
- Next by Date: Re: Reports based on several SharePoint lists
- Previous by thread: QueryProvider Problem in MOSS
- Next by thread: Re: Reports based on several SharePoint lists
- Index(es):
Relevant Pages
|