Tagged Questions
2
votes
2answers
700 views
Create custom field in SharePoint 2007 New Item Form
I want to modify a NewForm.aspx in a Task List to allow a custom string to be built. I have two fields, ID and Assigned To, and want create a third field that concatenates the two. Unfortunately, I ...
2
votes
1answer
227 views
Dataview Webpart > Sort limited to displayed items
sorting in dataviewwebpart only sorting within display items. Paging is enabled to display 10 items per page. Also, How do I put 1,2,3,4,5,6,7,8,9,10, (next, previous) for the paging?
They give you ...
2
votes
1answer
528 views
Can the ID from a referenced column be obtained when using SharePoint's Data View Part?
I have a Data View Part pulling from a list that has a lookup column to another list (title linked by ID)
And somewhere in the XSLT of the data view web part configuration, it reads
<xsl:value-of ...
2
votes
3answers
1k views
sharepoint data view web part xslt without schema
I'm trying to use a data view web part (via SPD 2007) to consume the results of a SOAP-based web service and render portions of said results using XSL transforms. The problem I'm having is that the ...
2
votes
1answer
998 views
SharePoint DataView Show Items from last week
I have a SharePoint DataView WebPart that is set up to combine data from a few different lists. I want to filter the data to only show data from last week. I am able to filter it to show data from ...
1
vote
0answers
22 views
How to query a list by name using the SharePoint DataView Web Part?
I have multiple DataView Web Parts that are getting items from a list in SharePoint 2010. The web parts are in a subweb and the data from the list is in the root web. I can get this web part to work ...
1
vote
1answer
357 views
How can I display results filtered by creator?
I am using SharePoint 2010 and am adding a data view web part to the DispForm page for a custom list. I want to be able to display a history of list items created by the user (NOT currently logged in ...
1
vote
2answers
799 views
Sharepoint data view web part toolbar sorting default
I have a data view web part on a page which is displaying a table of data.
I want to allow users to choose which column to sort by. I think the only way to do this is go into the data view ...
0
votes
1answer
71 views
Linked data source does not return list items within top-level folders regardless of the “Item and folder scope” setting
I am trying to configure a linked datasource in "Join" mode to be used in a Data View Web Part showing a kind of parent-child relationship. The data comes from two lists, and one of these lists has ...
0
votes
0answers
38 views
SharePoint XSLT Faqs
(SharePoint 2007)
I want to create headers for FAQs and I want to call them in DataView Webpart using
XSLT(if possible back to top also)
FAQ Headers
Header1
Header2
Header3
========My ...
0
votes
2answers
1k views
Dataview webpart to display data from multiple list across site collection in Sharepoint
I have two site collections named SiteColl1 and SiteColl2.
SiteColl1 contains List1.
SiteColl2 contains List2.
Now I want to display data from both lists [List1 and List2] in Dataview Webpart.
My ...
0
votes
1answer
198 views
SharePoint WSS 3.0 - Fastest approach to build data-bound forms?
Pardon the vague question, but I've just inherited a project to build a couple dozen forms pulling data from a SQL 2005 database. The forms are mostly standard database lookups with just a couple ...
0
votes
1answer
124 views
Dataview web part fails after minor changes
We're working with a sharepoint 2007 site that has a number of dataview webparts showing different views of a document repositry. Each time we make even the most minor change (such as changing the ...
0
votes
1answer
1k views
Passing parameters to an RSS Feed from a Data View Web Part in Sharepoint
I have a Data View Web Part in Sharepoint that is being fed from an RSS Feed. I have the Data Source configured properly to read the RSS Feed and I have added serveral runtime parameters. My question ...