Configure the columns and values displayed in views
By editing the display.xml file, you can define which columns are available in views and how they are displayed. By editing the Index Definition document, you can control the display of values in views.
CAUTION: Making changes to the Index
Definition document requires advanced technical skills and an understanding of the
consequences of each change.
IXIASOFT
strongly recommends that you consult with IXIASOFT Customer Support before making significant changes.
You define a column as a <key>
element inside the <columns>
section in the display.xml file. Each <key>
contains attributes defining the heading, index name, alignment, sort order, sort
type, type of information, visibility, and column width for the column. The index
used must be defined in the Index Definition
document with the attribute KEEPEXTRACTEDVALUES="True"
, and be listed as a <field>
element in the <summaries>
section.
Note: You should make these configuration changes in the Test environment and test them before copying them to the Production environment. In a dedicated SaaS deployment, after testing the changes, ask IXIASOFT Customer Support to copy the changes to the Production environment.