Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Hiding the set grid and field grid indexes

You can hide the index column in a set grid or a field grid.

By default, the index column is displayed in a set grid or a field grid. This index column can be hidden in two ways: by using the layout wizard or by modifying the layout CSV file.

Image omitted: cpq-index-column.png
Combo options

Hide the index by using the layout wizard

Navigate to the layout in question in the ServiceNow CPQ Admin. Then click the gear icon next to the set or field grid. Then select the General Settings expandable section. Set the Show Index toggle to false, save the layout, and deploy. The index will no longer be displayed.

Note: the Show Index setting is available for field grids as well.

Hide the index by modifying the layout CSV file

To hide the column, adjust your layout CSV to include the following instruction in the “Value”, for an appropriate row: {“indexVisible” : “false”}

The examples below illustrate the CSV files for a field grid and for a set. In both cases, the Index is hidden on runtime:

Image omitted: cpq-grid-index-hidden.png
CSV file

Field grid CSV file

Image omitted: cpq-index-hiding-with-csv-sets.png
CSV file

Link to CSV example

Sets CSV file

Image omitted: cpq-index-hiding-with-csv-fieldgrid.png
CSV file

Link to CSV example

Related topics

Modifying the Size and Change Size fields for a set