The formatting tag has no wiki summary.
1
vote
1answer
85 views
SharePoint 2007 List as Datasource for SSRS 2005 - Query invalid and formating SharePoint Dates?
I have this XML query that pulls all entries and fields from a SharePoint list.
<Query>
<SoapAction>http://schemas.microsoft.com/sharepoint/soap/GetListItems</SoapAction>
...
0
votes
0answers
22 views
Remove automatic link and email formatting from NoteField
I have a NoteField rendered using the standard SharePointWebControls:NoteField control. Out of the box it renders email addresses and http links as clickable links in display mode. Is there any way to ...
1
vote
1answer
125 views
sharepoint list view conditional formatting
I'm trying to set a conditional formatting for my custom list data row, it works fine for background color but not for foreground color, when I inspect the element in chrome browser, I found it apply ...
2
votes
1answer
92 views
How to enable bullet styles in Sharepoint 2010?
Intro: I'm running a publishing service using Sharepoint 2010 and recently tried to copy and paste contents from Word 2010 into an article.
Problem: After pasting the content, it did not retain the ...
0
votes
1answer
712 views
How do I apply conditional formatting using SharePoint Designer 2013?
I'm attempting to apply Conditional Formatting to a list view web part via SharePoint Designer 2013, and I can't seem to find the option to do so.
I've a horrible feeling I'm just being daft, but ...
2
votes
1answer
78 views
SP2010 - Formatted data view web part saved to gallery - get error when dropped on parent site
I have a list on a subsite that I need to feature on the parent site homepage. I created the formatted data view and saved it as a web part in the gallery. I drop it on the homepage but get a "web ...
3
votes
1answer
369 views
How do I validate a selected “choice” field in a survey?
We've got SP2010 foundation, and the other limitation is that we do not have access to SPD or any of the programmatic ways of accomplishing this. I'm looking for information about how to set this up ...
1
vote
2answers
519 views
Copy/Paste to SP 2010 Page does not keep formatting?
I am trying to copy a formatted Word 2010 document and paste it into a SharePoint 2010 page. Most of the formatting comes over to SharePoint fine, EXCEPT for the indentation of the lines.
Is there ...
0
votes
1answer
164 views
Use FormattedString with FormField in view/edit form
I am trying to format a Sharepoint:FormField in a view/edit form and used FormattedString, but it doesn´t work. I do this because I would like to display a number without comma separator.
...
0
votes
1answer
99 views
Format field containing integer in edit/view form
I have a list with a field that contains an integer, let´s say 12345. In the edit/view form, the field is displayed as 12,345. How can I format the field so that it displays 12345? This is how the ...
1
vote
0answers
32 views
Configure search to show particular cells of a list
this might be some kind of a stupid question, but I'm absolutely new to SharePoint and I've no idea what to do.
I uploaded a list to my SharePoint and added a search scope for it. Now I can search, ...
0
votes
2answers
106 views
Custom Field with Custom Format
I have been tring to create a text field (SPFieldText) with a custom format XX-XXXX-XXXX and add a check (control) so that when you add a dokument with same property but different format to a document ...
0
votes
1answer
48 views
List template that includes formatting
Is there a way to make a template of a list that includes formatting using out of the box tools or designer.
1
vote
0answers
71 views
Why does Search only accept YMD date format when Search Language is en-ca (usually DMY date format)?
For some reason the server thinks that the date format for English (Canada) is YMD or yyyy/MM/DD, and the server will only correctly read queries with that format. However, the default short date ...
0
votes
1answer
524 views
Date Format 'Bug' In Lists?
I have a calendar with a date & time field called Departure that a user fills when they add an item.
For display purposes, my list view uses a calculated column with ...
0
votes
1answer
669 views
Conditional Formatting - Format row
I'm using SharePoint 2010.
In order to implement the "conditional formatting" on my list view,
I do so:
open my list in sharepoint designer
press on the list view
press on the "option" tab in the ...
0
votes
1answer
1k views
Conditional Formatting sharepoint 2010 [duplicate]
Possible Duplicate:
Conditional Formatting - Format row
I'm using sharepoint 2010.
how can I implemet the "Conditional Formatting" concept om custom list.
I want to paint the list row ...
1
vote
3answers
559 views
Email loses table formatting using Sharepoint
Currently I am creating a form for my team in which whenever I created a table inside the form, the formatting always loses out when its emailed out using the workflow. It looks fine inside ...
0
votes
3answers
2k views
Creating a single column page layout in SharePoint 2010
I have been grappling with this seemingly basic task for the past hour and getting increasingly frustrated.
I have created a basic SharePoint site which by default gives me a left and right column, ...
0
votes
1answer
521 views
XSLT - Conditional Formatting on Date Column
Is it possible to apply conditional formatting to a date column? I'm trying to set the columns background to red if the date has passed using the following
<xsl:if ...
1
vote
2answers
328 views
Sharepoint2007: Display Document Library Folder contents in customized format?
How can I do a customized view of a Document Library in home page?
I want to show like following:
![image][1] **Title of Document** [with link to document]
Body of articles [Intro Text]
...
1
vote
2answers
2k views
How can I apply custom styles/formatting to an out of the box web part?
I have a list of links stored in a Sharepoint List, and have them displayed in the standard list-item-displaying web part. I would like to have this web part formatted (perhaps with CSS) in a custom ...
3
votes
2answers
2k views
Date Only format with BCS
I have created an External Content Type through SharePoint Designer. One of the fields that I'm getting from my database is a DateTime column. In SharePoint, however, I want to format this as a Date ...
1
vote
1answer
656 views
How to make field text bold in custom edit form?
I am already using custom field iterators to customize the fields on my list forms.
When users are creating or editing a list item, I want certain field names to show in bold.
For example, when users ...
2
votes
2answers
375 views
Is there a way to insert a <blockquote> in a Rich text column?
We have a List in our Sharepoint that we use for reporting quality assurance issues. One of the columns is a 'Description' column which is defined as a Rich text column, is there anyway to insert ...