Questions tagged [dataviewwebpart]

51 questions
0
votes
0 answers

Trying to sort a number column from a merged data source in a SharePoint 2010 dataview webpart

I have two identical lists containing the following columns: Title (default column) Rate (defined as Currency) Rate2 (defined as Number) In SPDesigner, under the Data Sources, I've created a Merged linked data source. I've created a blank page…
RNaka
  • 1
0
votes
1 answer

Task list dataview web part xsl modification

My application is an apporval system.I am creating data view from a task list to show the current status of the doc, and grouping them based on title, if i take the count of items in each group title i get to call it as current level, If within a…
Shankar
  • 448
  • 3
  • 9
  • 34
0
votes
1 answer

SharePoint 2013 rollup list web-part refresh

I have an issue with a SharePoint 2013 rollup list web part that does not update the list status when it is collapsed. However, when the rollup is expanded, or the page is manually refreshed, the status is updated. As an example, when the workflow…
David F
  • 265
  • 2
  • 14
0
votes
1 answer

Sum of column based on statement

I have a table in a Sharepoint 2010 data view with a column that is calculated as follows:
0
votes
1 answer

Passing parameters to an RSS Feed from a Data View Web Part in Sharepoint

I have a Data View Web Part in Sharepoint that is being fed from an RSS Feed. I have the Data Source configured properly to read the RSS Feed and I have added several runtime parameters. My question is, how do I supply these values at runtime? For…
leroy jenkins
0
votes
1 answer

I want to show document from windows folder but hide the folder location?

Below is my sample code in SharePoint Data view where @Documentlocation is my //server/folder/document.pdf location. When I display this via webpart, it shows the link also. Is there way I can hide server and folder location…
0
votes
1 answer

Dataview webpart to display data from multiple list across site collection in Sharepoint

I have two site collections named SiteColl1 and SiteColl2. SiteColl1 contains List1. SiteColl2 contains List2. Now I want to display data from both lists [List1 and List2] in Dataview Webpart. My Dataview webpart is placed in SiteColl1. Is it…
Ketan
  • 293
  • 1
  • 5
  • 9
0
votes
1 answer

Remove output-escaping in xslt

tag is added to the text if i set format as "Text". i want to remove this tag programatically. Is there any way to convert the string from text format to Rich text format programatically. I know we can do it by clicking the smart tag and selecting…
Ketan
  • 293
  • 1
  • 5
  • 9
0
votes
1 answer

SharePoint WSS 3.0 - Fastest approach to build data-bound forms?

Pardon the vague question, but I've just inherited a project to build a couple dozen forms pulling data from a SQL 2005 database. The forms are mostly standard database lookups with just a couple updates so the data layer is very simple -- I'm the…
0
votes
0 answers

SharePoint: Single Sign On not working for data view web part

I'm working with data view web part in SharePoint 2013. For authentication I've to use Single Sign On. I've created one target application ID in Secure Store service. This ID is working fine for BCS. When I'm trying to authenticate data view web…
0
votes
0 answers

Editable ListViewByQuery

I used a LVBQ in a visual webpart. The list is displayed successfully and the filter applied using the Query is working without any problem. Now, I want to edit the items displayed by the listview. The LVBQ appears to be a read only solution…
miklow
  • 1
  • 1
0
votes
1 answer

Displaying OLAP data in Sharepoint 2010

Is there any way to display the data of an OLAP cube in Sharepoint 2010? a Webpart?... I need to do it without excel services. Thnks
0
votes
3 answers

XSLT 1.0 - Sum column based on conditions from 2 nodes

I have 2 data sources (Request and Actual). Below is a sample of my xml: 2013-10-05T05:00:00Z 1 1000
zanneking
  • 1
  • 1
0
votes
1 answer

SP2007: Outputting "Created by" in a Data View Sharepoint Control

I inserted a Data View Sharepoint Control to a custom layout page. The data source is a list in a sub-site. One of the things I wish to display is "Created By". What I get is... George…
gcarterIT
  • 125
  • 1
  • 4
  • 13
0
votes
2 answers

Hide WSS 3.0 Webpart Using JavaScript

I am using WSS 3.0 in my application. I am displaying a List as a DataView Webpart. My objective here is to make this webpart visible to a selected group of individuals. As there is no option for Target Audience in WSS 3.0, I went to edit…
Jzf
  • 90
  • 2
  • 9