The cross-list tag has no wiki summary.
1
vote
1answer
27 views
Using lists from another Site
On our company sharepoint we have a seperate Site per 'Department'. I've been implementing a Contactperson list on our site, which has a link to one or more Hospitals (a seperate list on our site). ...
0
votes
1answer
950 views
Calculate SUM of column and use in another list's column calculation
Hullo,
My environment is Publishing site in Sharepoint 2010. I have a library named Invoices with the following structure
+-----------+-----------+--------+
| Invoice | PO Number | Amount |
...
2
votes
2answers
396 views
Updating field in custom list with values from AD/User Profile
hoping someone can assist with my current problem. I've been Googling for a solution for the past few days but haven't found anything yet that is close to what I need.
My scenario
The HR Department ...
0
votes
0answers
97 views
Crosslist DFWP showing non-admins double items for one part of linked data source
I have a crosslist Data Form Web Part whose data source is a linked source. For non-site admins with any level of permissions on the page, the data form displays doubles of items from one of the ...
1
vote
1answer
94 views
Crosslist of “Shared Documents”
I have been working on a crosslist for a document library named shared documents. I have gotten my dataviewwebpart to grab all documents from every directory using:
<Webs ...
0
votes
1answer
301 views
Crosslist WebID to Site Name
Anybody know how to take the webId in a DVWP crosslist and group the results based on webId, but instead of showing WebId show the Site Name?
4
votes
1answer
481 views
SPSiteDataQuery filtering on enterprise keywords field problem
I'm using SPSiteDataQuery class to query pages for particular content type and tag across the site collection. The custom content type is inherited from Page content type and contains 'Summary' field ...
0
votes
2answers
2k views
cross site collection multi list view webpart
I was able to implement this cross site collection list view webpart (link below). But know i'm currently modifying it so that i can pull from multiple lists. although, this is turning out to be more ...
1
vote
1answer
140 views
Update a list based on Input in another
I have a table of jobs which i have a column to let me know whether it has been fully invoiced or not. In another table I collect a list of all the invoices raised, when the final invoice is raised a ...
0
votes
2answers
3k views
How do I create DVWP showing multiple lists with latest item from each list?
We have a MOSS site which is using a DVWP to pull in from multiple subsites' list items to display as a calculated field KPI set (just as Christophe has suggested on his forum page).
This works ...