a highly customizable web part for displaying SharePoint data
0
votes
1answer
222 views
Set defaul value for DVWP parameters programmatically
Good day
I need to set default value for ParameterBinding of DVWP as follows:
<ParameterBinding Name="StartDate" Location="Postback;Connection;" DefaultValue="2012-07-01T00:00:00Z"/>
...
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
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 ...
1
vote
2answers
706 views
refresh DataViewWebPart in _spBodyOnLoadFunctionNames with javascript
is there a way that is not too complicated too refresh just a dataview web part on a sharepoint site when loading the page in _spBodyOnLoadFunctionNames.push using javascript?
What I've done 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
2answers
893 views
How can I create a cross-site DVWP in 2010?
This was so easy in SharePoint Designer 2007 - you just used the "Connect to another library..." link and you could quickly create a DVWP on your page that used any list/library in your site ...
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
2answers
407 views
Send Paramets from HTML form to DVWP via javascript
Good day!
I have a DVWP. DVWP has parameters as query string "StartDate" and "DateEnd" and filters on datefield "Date" by parameters "StartDate" and "EndDate".
Also I have form on the page with ...
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
1answer
143 views
Switching between two dataview webparts (No post back)
I have 2 DVWPs and would like to use a tab or link to switch between them without postbacks. I was thinking of using jQuery. One DVWP would have around 100 rows the other 400 rows.
Any suggestions ...
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 & ...
1
vote
1answer
108 views
How to disable mouseover effect on Document Library webpart
I'm trying to disable the mouseover effect on a document library webpart (or a generic SPLIstViewWebPart)... I tried by css, by JS but with no success at all...
Googling I find no answer...
Any ...
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), ...
1
vote
2answers
176 views
How do I create dynamic infographics in SharePoint?
I'm looking to add a dynamic infographic with the ability to update it using a SharePoint data library or list. Has anyone accomplished this (that is easy or quickly updatable). For example, I want ...
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
2answers
328 views
DVWP CrossList Paging Does Not Work
I've build a Data View Web Part with SharePoint Designer 2010, using SPDataSource and DataSourceMode="CrossList". The DVWP works great, but when I add paging, it adds the paging placeholder and the ...
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
...
1
vote
1answer
688 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 ...
3
votes
3answers
647 views
Personalization with a User Profile Property in the SharePoint 2010 Master Page
I'm trying to build a megamenu with two levels of personalization for every user:
Filtered links driven by list-based content. I'm using a DVWP for this. The DVWP is all set up and works great in a ...
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 ...
3
votes
2answers
2k views
Lookup Column Values With and Without ID;# in SPD with DVWPs
I see this difference when I'm working with lists in Data View Web Parts and manipulating the values in XSL. Why do some Lookup column values look like '1;#text' and others just have the text? I've ...
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' ...
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
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. ...
1
vote
1answer
280 views
__doPostBack disables my jquery code?
I am really struggling with a SharePoint page I am creating which contains a DataFormWebPart which pulls data and displays it in a table. The table has pagination controls like you would expect.
I ...
2
votes
2answers
312 views
XSLT - Wrap Items According to Position
I need to render a wrapper to items.
I have a list of items that i want to display them in a DVWP, and every 3 items will be in a wrapper, for example:
<div>
<div>item</div>
...
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 ...
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 ...
2
votes
1answer
173 views
Security trimming not working for items in a dataview webpart - Data via webservices
I have a dataview webpart that gets data via webservices but i want to apply security trimming on the items.
When i tested it using different logins it doesn't work.All the items keeps showing even ...
2
votes
1answer
111 views
Is a Data View View Style without tables available?
All of SharePoint Designer 2010's View Styles for Data Views are heavily table based. Are any non-table ones available from anywhere? The link to get more View Styles from Office.com doesn't work - ...
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 ...
0
votes
2answers
801 views
Dataview webpart on Subsite pulling list from Parent Site
In a Master Page I need to insert a Data View that pulls information from the parent site. I believe I can do this with a Content Query Web Part but I cannot put a web part like this into a Master ...
0
votes
1answer
138 views
Can I query a DVWP with javascript?
Is it possible to query results in a data view web part with javascript? If so, how do you reference the DVWP in the syntax?
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 ...
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 ...
1
vote
0answers
29 views
1
vote
2answers
1k views
How to count the number of rows returned when using a Data View Web Part XSLT and Xpath
I have created a data source to link, via a join, 2 lists in sharepoint 2010. The result is a Data View Web Part. I would like to count the results returned in the second 'lookup' list. So for ...
0
votes
1answer
305 views
Crosslist WebID to Site Name
Anybody know how to take the webId in a DVWP crosslist and group the results based on webId, but instead of showing WebId show the Site Name?
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 ...
1
vote
1answer
256 views
Force on-demand DVWP async refresh
I am writing an application that allows users to enrol in something. One web part displays a view of the event calendar and has a button on each event that the user clicks to enrol in the event. A ...
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
524 views
Export a joined view
I have created a joined view (with a Data View Web Part in SharePoint Designer), how can I export it (ideally to Excel)?
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 ...