Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
699 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
0answers
275 views

Paging To The End Of A Data View Web Part

Hopefully you can help me with this. I've displayed an Announcement web part on a page with 20 items. I opened up SharePoint Designer 2007 and set the paging to 6 items. I've added a little bit of ...
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 ...
2
votes
2answers
3k views

Filter a Data View Web Part by “last 3 days”

We have a custom list that has a column called "Connection Date" and need to display the most recent list items (relative to this "Connection Date" column) in various places across the portal. the ...
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
2answers
69 views

Creating DataView's on the Pages Library

What I thought was an issue creating a reusable dataview webpart that would be parameter fed to work across sites based on the WebURL has turned into a larger problem for me. Until yesterday, I hadn't ...
1
vote
1answer
148 views

Task list dataview web part xsl modification

My application is an apporval system.I am creating data view from a task list to show the current status of the doc, and grouping them based on title, if i take the count of items in each group title ...
1
vote
1answer
356 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
797 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
0answers
108 views

Trying to sort a number column from a merged data source in a SharePoint 2010 dataview webpart

I have two identical lists containing the following columns: Title (default column) Rate (defined as Currency) Rate2 (defined as Number) In SPDesigner, under the Data Sources, I've created a ...
0
votes
0answers
237 views

SharePoint 2010 DVWP: Include modified date of document linked to in the list item

I have a list that contains various columns, and then a link to a document that lives on a project site. The document gets updated at the end of every week. To make our admin's life easy I created a ...
0
votes
0answers
101 views

Web Part Connection worked for some values but not others

I have a 2 connected web parts. One is a regular list, the other a Data View Web Part (DVWP). The DVWP displays items in Multiple Form View so that each field is editable. In the connection, the ...
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
166 views

Remove output-escaping in xslt

tag is added to the text if i set format as "Text". i want to remove this tag programatically. Is there any way to convert the string from text format to Rich text format programatically. I know we ...
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 ...