a highly customizable web part for displaying SharePoint data
0
votes
2answers
15 views
Display few lines of content in the webpart Announcements homepage
I have an simple sharepoint website with some basic features, and one of them is Announcements which so far cause me many problems. However, I would like to know how is possible to limit the text in ...
1
vote
1answer
31 views
Repeating headers in a 2010 DVWP for printing
I have a DVWP with several hundred rows. I have the print view set up correctly. The format looks good. The one requirement I have and cannot find a solution for is to make the column headers ...
0
votes
1answer
64 views
Unable to create valid SPDataSource Select Command
I am to use SharePoint Designer, no custom c# code.
Currently using a SharePoint:SPDataSource on a DVWP to show a list. When the SelectCommand is blank it works fine but I will need to create dynamic ...
0
votes
0answers
23 views
Creating a Table using Vertical Row Items from a Joined Data Source
I am not sure if I worded this correctly at all, but I am in need of assistance with what I am assuming is the XSLT stylesheet for a [sub]joined data view within SharePoint Designer.
Essentially, I ...
1
vote
1answer
28 views
Sharing list data between sites
I have a list on a sub-site that I want to share via Drop Down List with a Calendar on the root site. ie. When you add or modify a Calendar entry, one of the columns will be a Drop Down List ...
0
votes
1answer
75 views
Date filter Today -2 for DVWP
I'm working with a DVWP using SPD2010. I need to create a custom data view parameter which will allow me to filter to show the past two days. If I was doing this using within a List View, I'd set the ...
0
votes
0answers
46 views
Unspecified error on REST Service Connection in Designer
I'm using Sharepoint Designer 2010 to query a REST API. I want to embed the results in a data view from my datasource (Insert -> Dataview -> REST), but each time I try to insert it into my webpage I ...
0
votes
0answers
17 views
Conditional formatting on text
I've applied conditional formatting on one of my webparts. However, any changes to the text do not get applied, only highlights.
0
votes
0answers
22 views
Web-relative links in DataFormWebPart
I have a data form web part that I use in multiple locations in my site. In some cases the page the web part is on is a list form, so the url might be ...
0
votes
0answers
59 views
Code to fix filtering a DVWP SharePoint 2007
Has anyone solved the issue with the filters on a SharePoint 2007 DVWP? I get "this column type cannot be filtered"
I have a DVWP on on the bottom of my dispform.aspx page that displays the ...
0
votes
1answer
79 views
Data view Web part in Page Layout
I created a data view web part to display bread crumb(based on my site categories) on my sharepoint 2010 site.
After creation I exported the webpart and uploaded to Web part gallery.
When I try to ...
0
votes
0answers
23 views
Non-visually upgraded site - Data View Web Part disappears on checkout
We recently non-visually upgraded quite a few sites from 2007 to 2010. Now we are trying to add some customization to one of them by adding a data view web part to a web part zone in Designer. But ...
0
votes
1answer
58 views
SP2010 DVWP Group By Multi-choice lookup list
I currently have a column which is a multi-choice lookup list, I'd like to create a row for each multi-choice items per row and group by the multi-choice column.
I've tried using XSLT to format the ...
0
votes
1answer
72 views
DVWP: How can i hide group header row?
We use SharePoint and DVWP for getting items from InfoPath Form library. In DVWP we enabled 4-level grouping. And rows with group headers looks like this:
Month: Value
Type: Value
Category: Value
...
0
votes
1answer
31 views
Toggling Data View Web Part Paging at Runtime
I'm using partial text filters that push query string parameters to the Data View Web Part. The DVWP is using an XSLT filter that refers to the values supplied by the textboxes. The challenge that I'm ...
0
votes
0answers
14 views
Create Totals List (Group By like) based on another
First of all, I don't have SP Server installed, therefore I can't write a SP application
Secondly, my only tool is SP Designer 2007
I have a Contact List SP list: Name, Email, ...other info, ...
0
votes
0answers
27 views
DVWP Store and Display a specific list item version
Here is an interesting one that I have never tried to do before, hopefully someone has.
I have 2 lists:
- List A
- List B
List B contains a lookup column to List A.
It is likely that items in ...
3
votes
4answers
956 views
Failure to display content of any library when inserting media
I've got the delightful job of managing a SP2010 instance as one of my systems. There are two main 'sites' and for some reason the asset selection section will not display any content (screenshot: ...
0
votes
0answers
39 views
Bulk Approval Using Dataview and Check Boxes
I have an InfoPath form that users submit daily to SharePoint containing essentially a checklist of items and their current status. I then display this as a DataView on my SP Site.
One of the key ...
0
votes
0answers
28 views
How to define cross web data sources for a Data View in SharePoint Designer 2010?
I need to create a DataSource that fetches InfoPath form instances from another web in the same site collection. I do not manage to define a datasource which actually works.
I tried this, but I got ...
0
votes
1answer
79 views
Can you get information for a data view web part to show presence bubble using SOAP connection?
I am trying to set up a data view web part to show information from a list on a different site collection in the same web application. The information I need to get includes people with their presence ...
1
vote
1answer
35 views
How can I repair my DataView Web Part in 2010
A client's DVWP links aren't working after a move to 2010. A 3 layer grouping exists on the custom page. Year, Month, Dept. Documents exist just fine under this grouping. Once the Dept layer is ...
0
votes
0answers
23 views
Problem in mail web part
I wrote this code to send mail but there are exceptions in running it.
public string SendEmail(string mail, string password, string to, string subject, string body, string filePath)
{
...
0
votes
1answer
51 views
Set Add / Edit / Display Form Views
I have looked a good bit and found several tutorials regarding how to set different views for the Add, Edit, and Display pages for my SharePoint 2010 form library. Most of these mention using the ...
0
votes
1answer
95 views
How can I use one list column to retrieve another column value in a different list
I have a web part that I display a data view of one list say List A (below). This list has one column as a lookup which is already another existing list say List B.
Say, List A {Project Name, ID, ...
1
vote
1answer
161 views
Using Key Filter to filter DVWP
I'm using a DVWP to display the contents of a document library. I've enabled Metadata Navigation for the library and when I navigate to the library's AllItems.aspx page it displays the correct Key ...
0
votes
1answer
145 views
SP2010: Filter list in a WebPart by Contains not Equals (adding a wildcard)
This question isn't new here, but after reviewing existing posts I still need your advice.
If I need to "search" list data using a wildcard, I have to modify the XSL code.
A step-by-step instruction ...
0
votes
2answers
132 views
Calling multi argument Javascript function in XSLT
I am working on a data view web part. I am using Java script for some of my functioning and having trouble with calling javascript function with more than one arguments while single argument function ...
0
votes
1answer
65 views
Can you join two lists with a user/person column and display in a DVWP?
I have two lists created in WSS 3.0:
1) User details - A custom list (person, supervisor etc) as I can't gain access to the User Information list and can't get XML Web Services to work.
2) Training ...
0
votes
0answers
19 views
Datagrid grouping
SP2007
Have a datagrid connected to a list. Have a simple web form field which searches the datagrid by passing parameter(s). There is lots of redundancy in the data. For example:
Ref# ...
0
votes
2answers
181 views
Disable paging from Data View web part
I am new to XSLT and possibly the question i am asking could be a candy for some of you.
I have added a Data View Web Part on Page using Sharepoint Designer 2010. I am using this DVWP to display data ...
0
votes
1answer
68 views
What would cause invisible People/Groups and Multiple Lines of Text fields?
Since upgrading to SharePoint 2010, I've seen several instances where certain fields in DVWPs do not appear. They seem to function just fine - but users think the field is actually missing from the ...
1
vote
0answers
38 views
Connect form web part to DVWP to allow searching
Have an .aspx page with a DVWP that is connected to a list containing 700+ records. I would like to drop a search on this page (HTML Form webpart?) to allow keyword/freeform search criteria that would ...
0
votes
1answer
277 views
XSLT filter for Yes/No Column/Field in SharePoint Custom List for SharePoint Designer DataView WebPart
I'm trying this with no luck:
[@ActiveStatus='Yes']
also tried 1, '1', 'True' .. get no rows back.. If I remove the filter I get back all rows.
full line in code view looks like this:
...
1
vote
0answers
48 views
Create TreeView C# for Office 365
I am currently building an Outlook Addin which enables users to save E-mails directly into SharePoint Online.
but before the E-mails get saved, they Need to be prompted by a Windows which has a ...
0
votes
1answer
43 views
Custom Application or Web Parts? No idea how to do either
In my team, I've been tasked into automating some of the things we do. I have been playing around with Sharepoint (I don't have full overall Sharepoint-admin privileges though, although I do own the ...
0
votes
1answer
131 views
Office 365/SharePoint Online development guidance, Client OM?
Has anyone found any guidance on developing for Office 365/SharePoint Online based on the SharePoint 2013 product line? We have been tasked with upgrading a webpart that was developed for SP on ...
0
votes
2answers
51 views
How do I dynamically insert a web part onto a page using Sharepoint Designer 2010?
I have a requirement to create a DVWP which queries a list of items: 1.1, 1.2, 1.3 etc. I have a webpart that takes an input (i.e. "1.1") and does some cool stuff with it.
What I would like to do is ...
0
votes
0answers
27 views
Sharepoint Dataview webpart
Please Guide me how to achieve Multiple filter(Multiple textbox control) dataview web part in sharepoint 2010.
It is possible to do in OOTB?
Regards
Dillibabu.B
0
votes
0answers
63 views
Expand one item & collapse another in data view
I'm working with a data view in sharepoint designer, and I have the list grouped on the title field and collapsed by default - expandable with a click. This works great.
Because there are a lot of ...
0
votes
0answers
50 views
Respecting order of OrderedList in DataFormWebPart (SharePoint 2010)
I have a links list that allows the user to customize the order of the items, using OOTB functionality (using the "Change Item Order" ribbon item.) However, when I display the links list in a Data ...
0
votes
0answers
20 views
is a different database connection required for every Data Filter Web Form?
I'm basically setting up a new .aspx page which includes some data form web parts (DFWP). Those web parts are connected to one SQL Server database backend and each one shows data from a different ...
2
votes
0answers
74 views
Linked Data Source problems
I have some few questions regarding how to make Linked Data Sources work.
Is there a way to have the column headers be able to sort by
ascending or descending (this is not too important but is ...
1
vote
0answers
93 views
How to get KPIs to show when KPI List is Linked to a Custom List Using Linked Data Sources in SharePoint Designer 2007?
So I've found multiple sources on how to linked data sources in the designer. I get the data sources to link up by Title -> Great! But I can't get the value of the KPI or the formatted indicator to ...
3
votes
2answers
100 views
Game On - DVWP in the Ribbon
I have a 2010 Enterprise Farm, and I am attempting to place a Data View Web Part in the Ribbon to display content from an external SQL database as part of a gamification initiative. Basically, I need ...
2
votes
1answer
52 views
Dataview get data from same List type with same content type from different sub sites
I have a site collection with different sub sites:
A (Root)
B (Program Site) B (Program Site)
C(Projects Site) D(Projects Site) ...
0
votes
0answers
127 views
Can't edit Data View Web Part at Home.aspx
I can't edit DVWP at Home.aspx or insert any data view but I can do it for an empty aspx page.
Why is it happening?
1
vote
3answers
1k views
Use multi-select lookup field as filters in a data view web part (DVWP)
i have a list and a doc library. the list has a multi-select lookup field to the ID field in the doc library. when a user chooses multiple values in the dispform.aspx list form, i want to display the ...
0
votes
1answer
226 views
Print Preview Web Part SharePoint 2010?
I've had a customer upgrade their SharePoint 2007 farm to 2010 about 2 months ago and have been fixing up some post upgrade issues that they didn't know how to fix. My attention has been drawn to some ...
0
votes
0answers
32 views
Adding a bundle of scripts to Sharepoint webpart by defining specific folder
I have like fifty of these:
<SharePoint:ScriptLink ID="ScriptJquery" runat="server" Name="/_Layouts/ApplicationManagement/Lib/jquery-1.7.1.min.js" />
Is there a way to define a folder and it ...