Questions tagged [ordering]
Any of a number of categories of relations that permit at least some members of their domain to be placed in order.
44 questions
0votes
1answer
2kviews
sorting after “group by” in a SharePoint Online list problem
I have a problem saving after sorting on a list grouped by number ID. I cant order the group permanently. but when a save the view it goes back to the default order: What can be done to solve this ...
0votes
1answer
15views
How to incorporate sorting in calculated column with background and text color formatting to use as a Grouping field
Here is the calculated formula for the field: =IF([AU-R CIR]="7. ERROR","<div style="""&"text-align:center; color: red; background: #ffffff"&"&...
1vote
1answer
541views
How get task items according to current sorting using rest api
In a task list, we can move up and down items, now I want get items according to current sorting using Rest API, not by ID, Title or other fields. By default when I get the items without order option, ...
0votes
1answer
299views
SharePoint 2013, Column Ordering doesn't seem to be working
New here. Just started working in SharePoint 2013 to manage various project docs and due dates for my team. I set up a list using the Import Spreadsheet app that had the column headers ordered in a ...
0votes
3answers
177views
When running a CAML-Query without OrderBy: Are IDs always incremental?
I want to bulk load a few items from a list. The Caml is something like this: <View><Query><Where> <Gt><FieldRef Name=\'ID\'/><Value Type=\'Number\'>{id}</...
3votes
2answers
3kviews
SP2013 Custom list: Customize group order/sequence
I have a huge custom list with several columns. They are grouped by e.g. Status, but the order of the groups cannot be influenced as it is strictly alphabetical. Is there a (nice) way how to customize ...
1vote
1answer
1kviews
Order of js scripts added by ScriptLink control and CustomAction
In our team we have a convention that common use js libraries, for example jQuery, are registered somehow in website, so in custom web parts we shouldn't register it again. In one website jQuery is ...
2votes
2answers
4kviews
SharePoint Excel export issues (ID export to lookup columns/Columns out of order)
Good day, I have 2 issues I am trying to workout on some SharePoint Lists. I was hoping I could get a little help as my developer skills are just now developing beyond OTB solutions. Issue 1: I ...
3votes
0answers
172views
Change order in a AppendOnlyHistory element
I've got a list with a column that has the "Append Changes to Existing Text" option set. This is to enable users to add comments to the list item. Using SharePoint Designer, I've replaced the default ...
1vote
1answer
1kviews
Order of fields in a Form
How do I change the order my fields appear on the standard form in sharePoint 2013. I have changed the order in my customer list but they appear in a different order on my form. Many thanks
0votes
1answer
5kviews
How to enable Item reordering on a promoted Links list in SharePoint 2013?
In SP2013 OOTB seatle master page, I made a links list and a promoted links list. In the links list, I have these options here to change the order of the items. So this is enabled on a links list. ...
2votes
1answer
866views
CAML OrderBy on Choice Field
I'm trying to return a list and order it by a choice field. My choice field currently is just set to Yes or No. The XML I'm using: <View><Query><OrderBy><FieldRef Name="...
1vote
0answers
52views
How can I change the order in which the Document ID column appears in the form?
I want to re-order where the Document ID field appears when you view the properties of a document. How is it possible to do this? It's not possible to simply do column ordering with the Document ...
0votes
2answers
2kviews
Content Editor - ordered list second level
I wanted to create multilevel ordered list in SharePoint 2013 Content Editor, with continuous counting, including numbers from upper levels. 1. Planes 2. Cars 2.1. Ferrari 2.2. BMW 3. Trains ...
1vote
1answer
624views
sorting by calculated date column in date format
I have a calculated column of date strings. The calculated field reads 5 other columns and is filled with a date STRING from the other fields. The calculated field has an type of date. The problem is ...