Override default column and field titles
Override default column and field titles
Technologies > User Interface Add-Ins > Parts for Reports > Report with Custom Column Titles
If you wish to override the default field title, include a
<title>
tag when listing the field in the data source or panel.
Define a custom field title in the data source:
<dataSource ... >
<table name="activity_log"/>
<field name="activity_log_id">
<title>Action ID</title>
</field>
Define a custom field title in the panel:
<panel type="grid ...>
<field table="project" name="date_start">
<title>Start Date</title>
</field>
<field table="project" name="date_end">
<title>End Date</title>
</field>
</panel>
Any custom titles, panel instructions or message elements are translatable by default by the localization kit. Translatable text must be in "XML-safe" format. For example, double-quote (") characters are not allowed in translatable text. Single quotes are allowed.