1
vote
0answers
14 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
22 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: ...
0
votes
2answers
35 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
19 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
11 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 ...
1
vote
0answers
59 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 ...
2
votes
1answer
41 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) ...
1
vote
1answer
154 views

Joined dataview list count based on filter - sharepoint 2010

I have a DataView Webpart that displays a set of list items (articles). In each item(article) being displayed, I want to show a counter of items from another list that are linked to the unique ID of ...
1
vote
0answers
117 views

Make Webpart connections to work when a dropdown value is changed

I have a simple newform.aspx which has Employee as a textbox. During onload of the page, I assign this with currentuser. On the same page, I have a webpart created using sharepoint designer that ...
1
vote
0answers
38 views

How would I show empty group headers in the DVWP in SharePoint 2007?

I have a DVWP that I wish to model after a physical binder-based file system. I have a column named 'Title' and a column named 'Tab'. I have the view filtered by a column named 'Facility' and it is ...
0
votes
1answer
96 views

How to filter datview to show data from last year and current year in SharePoint

I have a dataview web part displaying data from a list which I've designed using SharePoint designer. How do I filter it so that I show data from last year as well as the current year? Note: It ...
0
votes
0answers
44 views

DatviewWebpart - MultiFilter on LinkedDatasources

I have a todo list. I have created a LinkedDatasource in Sharepoint Designer. I have created an aspx page with a DataView Webpart and inserted the Data Source, then I checked the "Sort & Filter ...
0
votes
0answers
73 views

Paging disappears after changing columns in web part listview

I have a web part page open in sharepoint designer, i have added a web part using the ribbon insert option and selecting dataview and choosing my custom list. I have then When you then view the page ...
1
vote
0answers
85 views

Data Source Library error: the web cannot be opened

Version of sharepoint: WSS 3.0 I opened a site, Home, in SharePoint Designer 2007. When I tried to insert the data view, it only show the greyed "+ Current Site". When I clicked "Connect to another ...
2
votes
1answer
87 views

Code to fix filter by Person in a DVWP in Sharepoint 2007

Does anyone have the code to fix a DVWP where the column title filter shows the html rather than the person's name?
1
vote
0answers
231 views

Dropdown menu with XML data source gives web part error

I am using SharePoint designer to build a page with a data view web part that displays the contents of a 6,000 record XML file that is structured like the example below with each "Details" element ...
0
votes
0answers
54 views

Have problem to display the SOAP data connection to a our Sharepoint site

I am using the SOAP data connection and i retreive data from my Web server but when i insert the SOAP data connection in the new page zone it's give me the display as HTML Code not as Text content : ...
0
votes
0answers
679 views

Sharepoint designer XSLT sum() field

I have a list with 7 items in it. The list has a value column and I would like to sum up the value column and display it in a textbox called "totalValue" that I created in sharepoint designer 2010. ...
0
votes
2answers
122 views

Can't view more than 500 Item on DVWP

My list has about 1000 items (can be more later during year). I've done Data View Web Part based on that list. The problem is that I can't view on page more than 500 items, i get an error Unable ...
0
votes
0answers
255 views

SOAP QueryEx requests cause errors 401 and 500

I have two web apps running on my SharePoint 2010 server. one called Intranet.company.com and one called Search.company.com Authenticated users have read permissions on both web apps, and I am logged ...
0
votes
1answer
260 views

Task list field database location changed from 2007 to 2010

What I've witnessed I've just noticed something rather annoying with SharePoint following an upgrade from 2007 to 2010. The task list schema in SharePoint 2007 had the 'Assigned To' field first. ...
0
votes
0answers
49 views

data view: how to get column values back if I erased by mistake in SPD

So this is real silly but I accidentally erased the values from the data view in one of my columns while i was applying conditional formatting (i actually selected the column and deleted the values), ...
0
votes
0answers
170 views

Using Person field in Data View Web Part

I have a SP 2010 site with some data view web parts (built in SP Designer 2010) that roll up data from subsites (based on a listtemplate id). They work fine, but whenever I add a field of type ...
1
vote
1answer
686 views

How To Define Specific ReadItem Finder with List View in External List?

I have an external list which is using the BCS to pull data from a custom database. This database has several views which have the same column structure and several that do not. I have been adding ...
0
votes
1answer
71 views

DVWP Error Grouping

I have a data view web part which was migrated to a SharePoint 2010 environment. It had a query parameter to group by month(calculated column) and filter by year. Since the migration it has been ...
1
vote
1answer
141 views

Hyperlink text to another list xslt

Anyone have ideas how I can link a text in another list. I have a one list(A) which contains items i want to display. I want to link to an article in list (B) Pages library using xslt dataview. Any ...
6
votes
2answers
2k views

XSLT Get Current date or Today in XSLT

Help please can anyone advise how I get current date, or today method in xslt 1.o SharePoint
1
vote
3answers
1k views

Is there a simple override method to change the background of a webpart? SP 2010

Found out how to change the background of one single page (body of that page). This works when I want a single page or two to have a specific background instead of modifying a master page. Is there ...
1
vote
1answer
302 views

How to get current locale so as to display correct data in data-view webpart

I am making data-view which gets data from a list (having different language columns). My problem is I want to get the current user locale in XSLT and then display data from appropriate language ...
1
vote
2answers
74 views

Web part for contribute access

I have created a web part to display chart on my site's default.aspx page. Now I have a user with contribute access, when he opens this page, he can see chart but on top of the chart he can see links ...
1
vote
1answer
758 views

Help xsl formatting help needed

I am creating this http://demo.webdeveloperplus.com/featured-content-slider/, image rotator in where data will be pulled automatically from a custom list. Need help with markup, as current markup ...
1
vote
0answers
438 views

How to pass parameter to Dataview Webpart without refersh

I would like to pass spme parameters using QueryString asper normal to a a listview or DWP. But i don't want the page to refersh.I tried using hash which works but no idea i can pass the parameter to ...
2
votes
2answers
3k views

Data View Web Part Calculated Column Total (Sum)

I have created a data view web part (grouped based on different criteria). I added a footer and I would like to generate a total for all the columns. I was able to calculate a total for basic columns ...
1
vote
2answers
425 views

Apostrophe displayed as &#39 in SP Dataviewer

I have a form being displayed in a page and data is getting stored in an SP List. When a user enters an apostrophe in a field, the same list item displays the apostrophe as ''' in the web part. ...
0
votes
2answers
272 views

DVWP Display of Multiple Lists Results in “Unable to display this Web Part” Error in Production Environment

I used SharePoint Designer 2007 to create a joined view of two lists and changed the 'ListID' parameters to 'ListName'. The list is grouped and sorted. Update: When the joined subview is in the ...
0
votes
1answer
1k views

how can i use asp.textbox to filter a list by default(when page loads)

I would like to filter a DWP using parameters. So i decided to use a asp:textbox and then filter using Control like so: <ParameterBinding Name="loc" Location="Control(locid)" DefaultValue=""/> ...
1
vote
1answer
274 views

Data View Web Part pointing at multiple XML feeds/internal SharePoint lists

I am trying to put together a web part with a mixture of jQuery display functionality on a DataView web part. The idea is to have multiple sources of news feeds from both an internal SharePoint list ...
1
vote
0answers
220 views

Problem with 2 column layout in DVWP

MOSS 2007. I have a joined list with mutliple categories. I have a two column layout where the category is the header for each section with a group of subcategories. The categories are filtered based ...
0
votes
1answer
293 views

paging a dataview webpart in sharepoint designer isn't working well

In have enabled paging in dataview webpart.But i noticed when i click the next page and then click the image previous it doesn't go back to the previous item but goes back to the previous page that i ...
0
votes
1answer
731 views

DVWP Wrong Group Count

I desperately need help with this...I have searched and tried everything I know. I have come across a group count error. I have created a data view web part using a linked source. The DVWP has only ...
2
votes
2answers
723 views

where is the Form Web Part in Sharepoint Designer 2010?

How do i add a form webpart in sharepoint designer 2010. What i'm after is filter the list based on date using 2 textboxes startdate and enddate. Any ideas solution to this. Thanks in advance
0
votes
3answers
770 views

Dataview Web part and SQL - Way to use trusted connection?

As I'm sure you're already aware one of the biggest weaknesses of the data view web part is that it exposes connection strings for SQL Server connections. Instead of using a web service to pass my ...
0
votes
1answer
224 views

DVWP MaximumRows ParameterBinding not working

Is it possible to use ParamaterBinding for MaximumRows? The following does not work. Following set in SelectParmaters <webpartpages:DataFormParameter ParameterKey="MaximumRows" ...
2
votes
1answer
511 views

In a DVWP my Multilookup column is not returning IDs, only column values

I've added a DVWP to a page. The DVWP shows data from a list with a multi value lookup column. The value returned for this column is in the form: value1;value2;value3. Now I want to render this ...
1
vote
0answers
112 views

Dataview Web Part only works when pulling 110 lines or less of SQL

I recently started playing with the data view web part in SharePoint Designer. I've added a new data source and added a custom query. Unfortunately my queries appear to be limited to returning 110 ...
2
votes
1answer
509 views

SharePoint Designer Edit NewForm Link

I created a Data View Web Part based on an existing list in SharePoint Designer 2007, I included the SharePoint List Toolbar so users can create new items. I want to use a custom List Form, in the ...
5
votes
1answer
174 views

SharePoint Designer Menu for Filtering Joined Views

In SharePoint Designer, is there an easy interface for filtering joined views (either parent or child)? Currently I go to code view to type the filters directly in xslt. There must be an easier way!
4
votes
1answer
2k views

Dynamically setting Default Value in ParameterBinding through Javascript

To make a long story short (too late), we have a dropdownlist that is populated through a list of items. We want to use this dropdownlist to filter the list in a data view web part. This works ...
0
votes
1answer
280 views

Customized Data View Forms with Content Types

I have a list with 2 content types attached. I need to customize the new item form for both content types using SharePoint Designer customizations. The default content type works great and submits the ...
0
votes
1answer
573 views

Merge two lists into Linked Data Source. LinkTitle not working?

Using SharePoint Designer 2010 I created a Linked Data Source that merges two lists. Then I inserted a Data View and select the linked data source I created. The problem is that I want the Title to be ...

1 2