Questions tagged [dataviewwebpart]
51 questions
2
votes
1 answer
SharePoint Designer Data View- XSLT Count
I am working with a data view web part in SPD 2010. My xml structure is as follows:
1
Project 1
…

gsmith140
- 53
- 1
- 8
1
vote
1 answer
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 just fine by specifying the ID of the…

Cactuar167
- 45
- 5
1
vote
3 answers
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 had any issues creating dataviews on the pages…

AJ Apatzky
- 21
- 4
1
vote
1 answer
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 user). Example:
"User A" adds a new help desk…

waylonrobert
- 104
- 1
- 7
1
vote
2 answers
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 properties, and enable the toolbar with sorting. This works…

James Allen
- 6,406
- 8
- 50
- 83
1
vote
0 answers
Using JavaScript to Export to Excel and Filter/Frezze First Row - Sharepoint2007, DataView
On a SharePoint2007 site I have create a page and inserted a DataView. I have also inserted a button that will export the DataView to Excel. This works great, however I want to freeze the first row and set auto filters on since they are the column…

Haley Bryson
- 11
- 1
1
vote
0 answers
xslt condition for multiple line of text column
i am having one issue in displaying description column data from the list in data view web part.Actually in my list i've a column named as Description type of this column is multiple line of text what i want if length of the text in description…

user3331474
- 39
- 1
- 1
- 7
1
vote
0 answers
How do I join a List View Web Part to the List View Web Part for the Tasks associated with that list?
In SharePoint Designer 2010, I am trying to show three list view web parts on a page. The three views are of a list (for example, Key Requests), the workflow items associated with that list and then the tasks associated with that list. I want to…

user3556768
- 21
- 1
1
vote
0 answers
show page numbers in Data View Web Part paging
I'm working on SharePoint 2007.
On adding Pagination in the Data View Web Part, by default it shows something like '1-10'. ie the numnber of documents dispalyed. I wish to replace this with exact page number such as '1|2|3|4....' so that the User…

Amo
- 11
- 1
1
vote
1 answer
how to check empty url coming in xslt
I have a list in sharepoint 2013 having columns as Url(type:URL),Title(Note).I want to display
Url in case it is present and if not then i want to display the Title in DataViewWebPart.So i want to check this condition in xslt.

Ankur
- 126
- 9
1
vote
0 answers
Filtering in Sharepoint 2010 Dataview webpart - NOT WORKING
We have a data-view webpart in Sharepoint 2010. The datasource for this webpart is third-party REST based web services. The data is displayed properly.
The problem we are facing is sharepoint default filtering functionality is not working.
When…

Pramod
- 253
- 3
- 9
1
vote
0 answers
SharePoint 2007: Delete Links in DVWP and Reloading Page
I have a document library data view web part and I enabled the editing link options for the 'delete'.
I can delete the document successfully but after that some of my other webparts disappear. so I need to refresh my page to get them back.
How can I…

newbieLinuxCpp
- 376
- 2
- 8
- 23
1
vote
0 answers
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 SQL Server Management Studio. The parameter is an…

Mike Cheel
- 12,626
- 10
- 72
- 101
0
votes
1 answer
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 folders - more specifically, the folders have a…

DmytroL
- 586
- 1
- 3
- 16
0
votes
1 answer
XSL:for-each - How to add AND condition?
I have a SharePoint DVWP that is using a List as its Data Source. Within this list I two columns - LinkSection and SubSection
Within this DVWP I have "Sections" that group the items in this list. Up until now, each Section has only filtered by one…

Kelsnz
- 5
- 2