a highly customizable web part for displaying SharePoint data
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
211 views
Filter Library with parameter
I am an intern at a company, so I am not completely sure about the structure of the servers etc. However, I have a library that I want to filter by the department that the currently logged on user is ...
0
votes
0answers
23 views
How do you adjust update an obscurity-based solution to SharePoint 2010?
Has anyone played with how to maintain an obscurity-based solution in SharePoint 2010? Or is this simply something that one needs to approach differently?
In SharePoint 2007, you can use a ...
0
votes
0answers
256 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
3answers
661 views
displaying an attachment in a data view webpart
Guys how can I display an image attached to a list item in a data view web part. I cant find any examples of this on the net
0
votes
1answer
242 views
positioning a data view web part in a body webpartzone
Guys i need to position 2 data view web part controls next to each other in a body column of a web part page.
I've customised the xslt to output as an unordered list which are wrapped in div's ...
0
votes
1answer
131 views
Merge two date columns in a webpart view
Here's a little (maybe big actually) challenge i'd like to face, but I'm not sure which good start I should take so as to resolve it. I have two lists, each one has a day/time type column, and other ...
0
votes
1answer
221 views
Filter Data View with SOAP Query as Source
I am creating a printable company directory. I have a SOAP Service query that pulls everyone's data from the search service.
The query returns all the results I want.
I have enabled the "Sort & ...
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 ...
0
votes
0answers
143 views
Today -7 days Filter on data view linked data source
I am using linked data source in a data view and i want to filter and show last 3 days of events.
I did some research and found out the following link
...
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 ...
0
votes
0answers
76 views
Read data from dataview webpart
I have created a dataview webpart in sharepoint designer 2010. It is a linked datasource created by joining two sharepoint lists. Now i need to get the data( joined data) from code behind using ...
0
votes
0answers
113 views
“Fixing” the DataSource Guid for in a DataView Webpart
I am creating a Sandbox solution that deploys three External Lists. (Their datasource has already been configured within the Farm.) Along with the list instances, I am deploying to the 'Site Pages' ...
0
votes
0answers
257 views
Passing parameters to stored procedure in data view web part
I have a stored procedure which accepts 2 parameters. The stored proc is executed as
EXEC MySP N'Val1, Val2', N'A,B,C'
I inserted a Data View Web-Part and tried to get data from stored procedure. ...
0
votes
0answers
394 views
how to handle jquery effects after pagination
I have a jquery effect that manger hover events on images in a Data View Webpart. When the page loads the hovers work find in the table. But when I click next to paginate to the next set the hovers ...
0
votes
0answers
97 views
XSLT Markup help [duplicate]
Any xsl examples on how to achieve this html markup
<div id="rotate">
<ul>
<li></li>
<li></li>
<li></li>
</ul>
<div>First ...
0
votes
1answer
421 views
While using DVWP(in Sharepoint 2010) the 'Person or Group' column is not showing the profile picture of the person
I have a custom list in SharePoint 2010, in which i have a column of type 'People or Group'.
When i am displaying the content of this list using a DVWP, i expect the picture/image of each person to be ...
0
votes
1answer
554 views
Calendar DVWP to show only today with recurring and all day events
I got a interesting problem here. I developed a dashboard for one of our departments, they wanted a widget that shows only today's events. I have the DVWP in place, and filtering by a calculated ...
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
168 views
WSS 2.0 - How to pull information from a list and display it on data view webpart?
I have a wss 2.0 environment and want to use dataview webpart to pull information from a list. I also want to do calculations based on a number of items I have on my list. Basically I want to do a ...
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 ...
0
votes
1answer
700 views
Summing a column on a DVWP with 2 levels of grouping with incorrect subtotals
I am working with SharePoint 2007, and have been charged with making a report based on external data (SQL Server). It is a high level look at list of tickets in particular statuses. I decided to go ...
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" ...
0
votes
1answer
161 views
SP DVWP subtotal containing 'Yes' XPATH/XSLT question
I have a Data View Web Part with a grouping. Now I have a column that contains either 'Yes' or 'No'. I am able to count the number of 'Yes' and "No' under certain grouping, however, I would like to ...
0
votes
1answer
170 views
Data View web part causing memory Leak
I first posted my question yesterday at the following URL on stack overflow:
Creating DataView's on the Pages Library
After doing more research, I've concluded that my problem is with my ...
0
votes
0answers
31 views
dataview webpart from two lists [duplicate]
Possible Duplicate:
Dataview Webpart
in need help :( pls
i have this page where im using dataview webparts that has as source 2 diferent list ... im watinching the page at Sharepoing ...
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
126 views
Create a template from Data View web part
I have displayed some SQL data in MOSS 2007 with the help of Data View web part. However I wish to create a template sort of from this web part so that going forward I can just go ahead and change the ...
0
votes
2answers
4k views
Need a Web part to display user profile of selected user in SharePoint Foundation 2010
I am searching for a Data View web part which can display user profile of selected user in SharePoint foundation 2010. There will be one web part which will contain list of users and another one ...
0
votes
0answers
87 views
How to maintain record selection after record edit
I have 5 dvwps - Country, State, City, Company, Contact. User clicks on Country dvwp which filters State dvwp - selects state which filters City dvwp....down to Company. Company dvwp filters ...
0
votes
3answers
227 views
Removing GUID from linked datasource
I'm deploying a DVWP and I'm looking to remove GUIDs references from the datasource.
This is fine for standard single satasources, but I'm having troubles with joined datasources.
Here's (a portion ...
0
votes
1answer
185 views
How do I set up a greater than filter by using a Form Web Part?
I have a list that needs filters of greater than and lesser than an entered date. I can connect the form web part to return the same date, but I need it to return the dates greater than or equal to ...
0
votes
1answer
186 views
DVWP lookup dropdowns in edit view?
I'm using the DVWP to view and edit a few SQL Server database tables.
Is it possible to use a dropdown control to display values in an edit form? Let's say I'm editing a row in a table called ...
0
votes
1answer
533 views
XsltListViewWebPart - run some javascript after async refresh
I've got an xslstlistviewwebpart, and set in the AJAX options to refresh the webpart every 15 sec. Is there a way to hook up some javascript code after the webpart is refreshed?
Larsi
0
votes
1answer
514 views
How do I filter on a sum in a group footer? (Data View Web Part)
I have a DVWP that displays groups of data. For each group, I've got a sum of one of the columns. This sum exists in the group footer in a template called dvt_1.groupfooter0.
<xsl:variable ...
0
votes
0answers
386 views
How do I change the date filter format in the Data View Web Part toolbar?
I have added a toolbar to the DVWP and enabled the Filter option. When I click on the filter, the Due Date field displays choices as "Saturday, September 11, 2010". Within the DVWP I have the format ...
0
votes
2answers
771 views
SPD - Inline Editing
How do I customize the edit template to look different than the default template? For example, I'd like to only display a few columns of information but when the edit link is clicked on for the DVWP, ...