Increasing the Visible Characters of a Field in a List View (No Truncation)Issue The No Truncation field attribute should be used on a description field when the list view needs to display the max available text width. Setting the exact number of characters to display is however not possible. ServiceNow lets users with the personalize_list role (including administrators) personalize the columns in any list to show only the desired information. You can add or remove fields (columns) from a list or change the order in which the fields appear in the list. You can hide controls and define access conditions by role to existing controls. To personalize a list, bring up the list, right-click the list's header bar, and select Configure. For more information, see Personalize a List in the ServiceNow product documentation.ResolutionTo adjust the column width to display the full contents of a column in a list view (i.e not truncate): From the left navigation menu, select System Definition > Dictionary and find the column record you want to change.Add no_truncate to the Attributes field.Alternatively, you could right-click the list header bar, select Configure --> Dictionary and add the attribute above to the column you want to change. To apply this globally for every field: From the left navigation menu, select System Properties > UI Properties.Find the property labeled Number of characters displayed in list cells (glide.ui.list_chars) and adjust the number as desired (default is 40).Related LinksAs it is not possible to set the exact number of characters to display in a column, you can use CSS directives, to alter the column style, similar to field styles on a form. Related Community articles: Column widthChange the default width of all the fields on a formHow can I change the width of a field in the form