Custom Datacolumn Settings
Element |
Attributes |
Possible values |
|---|---|---|
<customdatacolumn> |
|
|
id |
|
|
<headers> |
|
|
<header> |
|
|
language |
system languages |
|
<generalcolumnsettings> |
|
|
<customcolumnsettings> |
|
|
<sqlid> |
|
|
<sqlcolumnname> |
|
|
Elements, attributes, and possible values
<customdatacolumn>
Path: <datacolumns><customdatacolumn>
Contains the definitions of one custom sheet data column.
Possible values:
id: ID of the custom sheet data column.
<headers>
Path: <customdatacolumn><headers>
Contains the settings of the custom sheet data column header.
<header>
Path: <customdatacolumn><headers><header>
Defines header text of the custom sheet data column.
Attributes
language: Language identifier that defines the language of the header text. The column header is displayed on the input template or report according to the active language.
Note: If headers are defined in the XML definition file, they override translations defined in the Excel file.
Possible values:
Languages used in the system.
<generalcolumnsettings>
Path: <customdatacolumn><generalcolumnsettings>
Not in use.
<customcolumnsettings>
Path: <customdatacolumn><customcolumnsettings>
Contains the settings of the custom sheet data column.
<sqlid>
Path: <customdatacolumn><customcolumnsettings><sqlid>
The ID of the SQL clause which is used for retrieving data to this column.
<sqlcolumnname>
Path: <customdatacolumn><customcolumnsettings><sqlcolumnname>
Defines the name of the SQL result set column from which data is retrieved to this customdatacolumn using the script defined in <sqlstatement>.