The dataviewwebpart tag has no wiki summary.
3
votes
2answers
5k 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 ...
2
votes
2answers
2k 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
955 views
sharepoint dataview webpart xslt group by left characters of a column
I have a sharepoint 2010 list with a column "proposalID". The values in that column are
5555-01, 5555-02, 5555-03, 6666-01, 6666-02, etc.
I want to group by the 4 characters to the left of the dash. ...
2
votes
2answers
542 views
Filtering based on dropdown in DVWP
I have created a DVWP dropdown for filtering a list which I've shown using a DVWP. I've set an year list as the dropdown DVWP data source and on selecting a year, i wanna filter the list DVWP to show ...
2
votes
2answers
1k 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
443 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
1k 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
0answers
739 views
Filtering DVWP with xslt with parameter from connected LVWP in Sharepoint Designer
My setup is as follows:
A custom page on a Sharepoint 2010 site with a list view web part and a Data view web part. When I select an item in the LVWP I want to filter the DVWP with a multi lookup ...
2
votes
1answer
725 views
SharePoint Designer Data View- XSLT Count
I am working with a data view web part in SPD 2010. My xml structure is as follows:
<ProjectGroups>
<ProjectGroup>
<GroupID>1</GroupID>
...
2
votes
0answers
455 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
964 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 ...
1
vote
2answers
549 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
281 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
2answers
2k 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 ...
1
vote
0answers
20 views
Sharepoint 2010 DataViewWebPart with Parameter
So after much frustration I finally created a sql server data source with a single parameter inside of Sharepoint 2010 Designer. The query is a common table expression (CTE) which runs just fine from ...