Tagged Questions
0
votes
1answer
21 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
1answer
31 views
Need help with getting List Item counts
I have a custom list created that tracks project status by stages. I need to present the same in a chart format. Below is the list information.
Columns
*Project Name
*Development(Phase1)
...
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
31 views
xslt transform faild 0x80004005 namespace does not contain any functions
I have created an xslt function for SharePoint and I am getting this error in sharePoint designer 2010. However it works fine in browser:
xslt transform faild 0x80004005 namespace '' does not contain ...
0
votes
1answer
41 views
SHarepoint Search 2010 - XSL Code Customization
I need to display the image preview on my search result by replacing the code for the search-icon as below XSL code:
img align="absmiddle" src="http://site/image/123.jpg" border="0" ...
0
votes
2answers
93 views
The URL 'shared documents/test.pdf' is invalid but file exists
Background:
I followed this article http://www.kraftkennedy.com/blog/bid/101982/Creating-Edit-Item-Forms-for-Document-Libraries-in-SharePoint-Designer-2010
I did not delete any of the fields yet
The ...
0
votes
1answer
120 views
Filter a DVWP based on currently logged in user
I have a sharepoint list which lists issues.
There are 4 people(not fixed) from separate groups(say A,B,C and D) responsible for each issue.
Now I've a requirement according to which,
I'll have ...
0
votes
0answers
81 views
Sharepoint Community site: Display custom field in Discussions List
Hi Im working with Sharepoint 2013 Community site, i have added a custom column in discussions list but when I go to discussions page(Topic.aspx) I cannont view that custom column.
Is it possible to ...
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
0answers
178 views
Sharepoint Designer does not save changes made in ItemStyle.xsl (XSL Style Library) [closed]
I can change and save everything but when i open site, which contains Content Query Web Part showin items from my newList, webPart style isnt updated. In fact its using old ItemStyle file (i think so) ...
0
votes
1answer
167 views
XSLT/Webpart View in Custom Javascript text file?
So this may be silly but I want to ask anyway, if I am using the text file approach (markup and javascript within text files that a CEWP references), is it possible to add mark up or script that would ...
0
votes
2answers
309 views
How to have a row number in a custom webpart with pagination
I have a custom list and i would like to have a row number.
I did use the <xsl:number/>and that worked but
when i click on the next page of the list the number resets itself back to 1 again.
Is ...
0
votes
0answers
84 views
Como utilizar xslt generico (Webpart Noticias) sharepoint Designer 2007 [closed]
<%@ Page Language="C#" inherits="Microsoft.SharePoint.WebPartPages.WebPartPage, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register ...
0
votes
0answers
229 views
XSLT 0x80004005, a reference to variable or parameter cannot be resolved. the variable or parameter may not be defined
While trying to change a view column name so that the view would apply to all lists through an event handler I keep recieving a most annoying error after I deploy and create a new list. The initial ...
1
vote
1answer
139 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
3
votes
1answer
560 views
Edit date format of Blog post and comments
I'm trying to change the date format of blog posts and comments in Post.aspx, but having trouble. What I want to do is change the $thisNode/@PublishedDate value with ...
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
1answer
757 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
909 views
Why Sharepoint FormField's ID is parametrized and how it can take different values after its initial creation?
In SPD 2010, on designer surface of a web part page I insert DataFormWebPart by:
"Current Data Source" ("Data Sources Details" Task Pane) --> choose rows --> "Insert Selected Fields As.." --> "New ...
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
692 views
item style xsl profile picture
I am trying to create custom query in SP2010 called company announcement.
I would like to include the profile picture of the author from the sharepoint user profile.
Any help would be great!
...
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" ...
1
vote
1answer
136 views
Copying code over in Sharepoint Designer 2010 and changing it, deletes code from the original file, how can I fix this
Suppose I have two files, A, and B respectively.
Everytime I copy xsl code from file A to B and modify the code in B and save it. The code in A gets removed (all except for the WebPartZone tags and a ...
3
votes
1answer
5k views
Filtering a list with date ranges - xslt / advanced expressions on list filters possible?
I've got a Sharepoint 2010 list that I'd like to filter with date-ranges. I'm doing something like
if END_DATE > [NOW - 1Week]
and END_DATE < [NOW + 1Week]
or PLAN_END > [NOW -1Week]
and ...
1
vote
1answer
1k views
Customize discussion board xslt
I wanted to modify the xslt file that displays discussion board threads. I tried to find the xslt in "Style Library" -> "XSL Style Sheets" but could not find the stylesheet there. Where can I find the ...
1
vote
1answer
430 views
How to construct 3 level grouping usng xslt 1.0 - Sharepoint 2007
I have this XML output from a sharepoint list
<z:row ows_Attachments="0"
ows_Title="Parra"
ows_State="State"
ows_Area="Area 4"/>
<z:row ows_Attachments="0"
ows_Title="matta"
...
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!
2
votes
2answers
855 views
Is it possible to style mobile list views?
I have been working on a task to style mobile lists views and since then, I have been unable to find a solution in terms of how I could get the views styled.
So I am starting to wonder if is it really ...
1
vote
2answers
633 views
Xpath - How to get multiple values from Checkbox list as parameters
I have a custom list that i'm filtering passing parameter from an asp.net control.
I do have some checkboxlist items, e,g below $priorChk. The problem I have is if I select only one checkbox and ...
0
votes
1answer
719 views
Close SP.UI.ModalDialog on form submit
I am using the SP.UI.ModalDialog to popup a custom form. The form uses an XSL stylesheet that uses the GenFireServerEvent to commit the data. This works correctly, but I want to close the popup once ...
0
votes
1answer
1k views
CQWP - Get Current Web URL
I am customizing the ItemStyle.xsl in SPD2010 for a CQWP crawling a whole site collection.
I need to use the current web as a variable.
I tried multiple options:
Option #1 - use server variables in ...
2
votes
1answer
858 views
Unescape HTML from list column
I've got a multiline column in a list that contains HTML. When trying to use the field in SharePoint Designer 2010, it shows it as raw HTML, instead of rendering it. So using this syntax:
...
2
votes
3answers
737 views
Does Designer make page XSL static?
I've been chasing some weird problems with a Custom Field Type on a page that has a list view web part with Designer-provided Conditional Formatting.
It seems like the XSL for the fields have been ...
0
votes
2answers
6k views
How to format the date column in itemstyle.xsl
I'm editing the itemstyle.xsl to produce my own styling for a Content Query Web Part (CQWP) as follows: (NB - 2 laternative lines of code are shown as (A) and (B)
<xsl:template name="MyNewStyle" ...
1
vote
3answers
826 views
Comma in URL field
I'm having some trouble with URL fields in my List. The problem is that SharePoint stores URLs in two parts, "Description" and "Url", but in SharePoint Designer I can only access the whole URL in the ...
2
votes
2answers
702 views
Two different render modes of XsltListViewWebPart - plain html and js+async load
We've realised that XsltListViewWebPart can render content in two different modes.
1) if we add XsltListViewWebPart by SharePoint Designers on aspx page - we have plain html render on the page
2) if ...
0
votes
1answer
714 views
XSLT for summing Number column where there are cells with no value
This is akin to this question but I couldn't get the suggested sumAll function to work. I also have several different columns to sum and it just seems silly to have a separate template for each ...
2
votes
2answers
6k views
XSLT for summing a column in a Data View Web Part
I have this (an attempt to solve the task):
<xsl:stylesheet xmlns:x="http://www.w3.org/2001/XMLSchema" xmlns:d="http://schemas.microsoft.com/sharepoint/dsp" version="1.0" ...


