Kentico - Increase limit of rich text editor - kentico

We are using Kentico 10 and found out there is a limit of 3000 characters on RichTextBox. Can we increase it? On database we are using NVARCHAR(MAX).
The column is expected to hold around 10000 characters.
Thanks

Related

List item version history shows only 15 changed columns in Sharepoint online

When looking at the version history of a list item in Sharepoint Online, for each version it shows the columns that were changed in that version. Unfortunately it only shows the first 15 columns that have been changed then just displays some static text of "(more...)".
Is there anyway to see a full list of all the columns and values that were changed rather than just the first 15? I don't know if there is another way, in sharepoint server I used to do by increasing in Versions.aspx page in TEMPLATE\LAYOUTS directory the 15 value in this expression: <% if (numChanges <= 15) %> but now I don't know how to access the layout files.
Cheers.
In the SharePoint Online, it is the default design. And there is no option to change it. You should click View to see all columns.

List View Threshold

I have a Sharepoint List that exceeded 5000 items limit today. After reading numerous suggestions, I:
indexed columns
Created a filtered default view that returns 3000 items.
Even though the default view now returns only 3000 items. In the List Settings Page I still see an error message saying "The number of items in this list exceeds the list view threshold, which is 5000 items. Tasks that cause excessive server load are currently prohibited. Could you please let me know what could be an issue and why filtering and indexing didn't help? Thank you!
Please do the following troubleshooting:
1.Columns with column types like people, lookup, or managed metadata can cause list view threshold errors when sorting. Therefore, we recommend that you can use text, number, date, and other column types in the first sort.
2.Displaying 12 or more columns of the following types can cause a list view threshold error: people, lookup, and managed metadata. Displaying columns of other types will not.
3.Clear the browser cache or test with another browser.

What is the maximum amount of cells you can set when using Excel REST API with SharePoint Online?

I'm trying to use the Excel REST API with SharePoint online to set some cell values and to retrieve some calculated fields.
It seems this goes well up until passing 10 cell values. When passing more I get a 503 Service Unavailable back from the API.
The amount of characters in the URI is less than the approximant supported 2000 characters.
Any limitations on the maximum amount of fields you can set is not described in the documentation https://msdn.microsoft.com/en-us/library/ff394477.aspx
Example:
https://business-my.sharepoint.com/_vti_bin/ExcelRest.aspx/personal/john/documents/some.xlsx/model/Ranges('Input_Output!S2|S13')?$format=atom&Ranges('Input_Output!C3')=val1&Ranges('Input_Output!C4')=val2&Ranges('Input_Output!C5')=val3&Ranges('Input_Output!C8')=val4&Ranges('Input_Output!G2')=val5&Ranges('Input_Output!G3')=val6&Ranges('Input_Output!G4')=val7&Ranges('Input_Output!G5')=val8&Ranges('Input_Output!G6')=val9&Ranges('Input_Output!G10')=val10
Any help is much appreciated! Thanks.
Given that this API takes in the input data in the URL, the number of input cells is limited.
Have you looked in to the new EXCEL REST API that is now available as part of Microsoft Graph? This does allow large input cells.
Check this API:
https://github.com/OfficeDev/microsoft-graph-docs/blob/master/api-reference/beta/api/range_update.md
http://graph.microsoft.io/en-us/docs/api-reference/beta/api/range_update
I could only get one cell updated and that was in the download, not in the source document. That would have been fine if I could have counted on the user to save it back. This is not guaranteed. I am not the ultimate or penultimate authority so keep looking.

Multi-value field storage limit on IBM Domino

I have a Domino Form and i was thinking of keeping a log in a multi-value field.
For example
User Foo Bar created a new Item on 1/2/2015
I am wondering what is the storage limit of a multi-value field?
The limit varies a bit based on whether or not you have the SUMMARY flag enabled for the field, and gets a bit complicated if you do. The general rule of thumb is about 32k per field, with variations and limits based on the summary state. You can go much higher if you store it as Rich Text or MIME. I believe that the multi-value delimiter is one byte, and most characters are also one byte.
IBM has a table of limits here: https://www-01.ibm.com/support/knowledgecenter/#!/SSVRGU_9.0.1/com.ibm.designer.domino.main.doc/H_NOTES_AND_DOMINO_KNOWN_LIMITS.html
Warning: do not go above 32k of summary data in a document - there's a decent chance that you will be allowed to save it, but the document will then become unreadable.
The max size of all text fields in a document which have set the summary flag is 32K.
The summary flag has to be set if you want to show a field's content in a view.
If you set field's summery flag to false then the limit is 32K per text field.

Cognos - Not same value in Query Studio and Report Studio

In Framework Manager I have a query element which calculates the distinct number of a dimension (count distinct for the aggregation in the properties).
In the database, the total of distinct number is 15720813 (so the good number).
Then when I wanna test this object in Query Studio the number displayed is 15723470 which is the total number of records in the table so that's wrong.
But in Report Studio the number displayed is 15720813 which is the good number.
Why Query Studio and Report Studio don't display the same number?
Thanks in advance.
You can check the aggregate property in query studio of the element you are trying to test. It is available below the menu in query studio.
It might be you are using different elements. Please check and retry. If not then I would suggest going back and recreating the entire element.

Resources