Kevin Noseworthy
My feedback
-
32 votes
Kevin Noseworthy supported this idea ·
-
6,067 votesworking on it ·
AdminSharePoint UserVoice Admin (SharePoint UserVoice Admin, Microsoft SharePoint) responded
We are continuing to validate this long-awaited feature in a Private Preview Program with a subset of customers. Although feedback has been very positive we have identified a few things that we still need to address before we start making this more generally available. We appreciate that this is taking time, however providing a consistent user experience across M365 that continues to function as expected is a complex problem. We will provide another update within the next few months.
Kevin Noseworthy supported this idea ·
-
1 vote
An error occurred while saving the comment Kevin Noseworthy shared this idea ·
-
14 votes
Kevin Noseworthy supported this idea ·
-
66 votes
Kevin Noseworthy supported this idea ·
-
375 votes
Kevin Noseworthy supported this idea ·
-
374 votes
We’ll be updating the Image gallery web part on modern pages shortly to display images dynamically from a document library, if you have that library backed by a CDN.
Kevin Noseworthy supported this idea ·
-
566 votes
Thank you for everyone’s feedback around the use of white space on modern pages. We are continually looking for ways to refine our designs and the use of white space is an important part of this. While the custom control of sections or the custom control of columns is not likely to happen, there could be other optimizations we will be thinking about in the future. Thank you.
Kevin Noseworthy supported this idea ·
-
617 votes
This feature is currently in progress and we are targeting summer 2020 for the release date
Kevin Noseworthy supported this idea ·
-
1,965 votes
Thank you for everyone who has been providing feedback on this thread. There is a variety of work happening to make it easier for people to save to/from OneDrive and SharePoint. There are no specifics and ETA’s to share at this point.
Kevin Noseworthy supported this idea ·
-
2,328 votesworking on it ·
AdminSharePoint UserVoice Admin (SharePoint UserVoice Admin, Microsoft SharePoint) responded
We are continuing to make our large list experiences better, please keep the feedback coming.
Spring 2018 update:
- We now support being able to manually add indexes to lists of any size (increased from lists up to 20,000 items previously).
- Starting with the February release of the Office 365 Excel client, you will be able to export your full list instead of getting cut off part of the way through.What we are working on now:
- Predictive indexing will start to work for lists larger than 20,000 items so your views will automatically cause the right indexes to be added to your lists.In our backlog:
- Being able to index/sort/filter by lookup column types (like person, lookup or managed metadata columns) without being throttled.
- Making sure that our REST APIs support querying in ways that will guarantee that the call will not be throttled.For…
Kevin Noseworthy supported this idea ·
-
3,152 votesworking on it ·
AdminSharePoint UserVoice Admin (SharePoint UserVoice Admin, Microsoft SharePoint) responded
Quick update on this suggestion. We are still working on this with MS Teams. We don’t have an ETA to share still.
Kevin Noseworthy supported this idea ·
-
4,509 votes
Thank you everyone for your feedback on this item. We recognize this is a valuable feature and are looking at ways we can address it. We do not have a timeline to share at this point.
Kevin Noseworthy supported this idea ·
-
15 votes
Kevin Noseworthy supported this idea ·
-
38 votes
Kevin Noseworthy supported this idea ·
-
439 votesworking on it ·
AdminSharePoint UserVoice Admin (SharePoint UserVoice Admin, Microsoft SharePoint) responded
Hi everyone, I’m happy to announce that the ability to add indexes to lists of any size is available to SharePoint Online customers as of March 2018. You can now go to “Indexed columns” in List or Library Settings page, and add indexes even if your list has more than 5,000 items. For up to 20,000 items, the indexing should be near instantaneous. For lists with more than 20,000 items, indexing will use a background process and may take some time, usually minutes, but possibly longer if there are a lot of items and if SharePoint is busy serving other requests. Similarly, you are also able to remove indexes that you no longer need.
We are continuing to work on making larger lists work better, so we will keep this item open. Please don’t hesitate to send feedback if you are running into issues while managing your large lists, and…
Kevin Noseworthy supported this idea ·
-
3 votes
Kevin Noseworthy supported this idea ·
-
11 votes
Kevin Noseworthy supported this idea ·
-
21 votes
Kevin Noseworthy supported this idea ·
-
7 votes
Kevin Noseworthy supported this idea ·
{
"elmType": "div",
"style": {
"display": "flex",
"height": "150px",
"width": "100%"
},
"children": [{
"forEach": "color in [$style_colors]",
"style": {
"flex-grow": "2",
"padding": "5px",
"background-color": "[$color_rgb][loopIndex(color)]"
},
"elmType": "div",
"txtContent": {
"operator": "+",
"operands": [
"[$color.lookupValue]",
"\n",
"[$color_code][loopIndex(color)]"
]
}
}]
}