<< Click to display table of contents >>
Figure 29: Custom datacolumn settings
Element |
Attributes |
Possible values |
---|---|---|
<customdatacolumn> |
|
|
id |
|
|
<headers> |
|
|
<header> |
|
|
language |
system languages |
|
<generalcolumnsettings> |
|
|
<customcolumnsettings> |
|
|
<sqlid> |
|
|
<sqlcolumnname> |
|
|
Path: <datacolumns><customdatacolumn> Contains the definitions of one custom sheet data column. Possible values: •id: ID of the custom sheet data column. |
Path: <customdatacolumn><headers> Contains the settings of the custom sheet data column 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 definitions file, they override translations defined in the Excel file. Possible values: •Languages used in the system. |
Path: <customdatacolumn><generalcolumnsettings> Not in use. |
Path: <customdatacolumn><customcolumnsettings> Contains the settings of the custom sheet data column. |
Path: <customdatacolumn><customcolumnsettings><sqlid> The ID of the SQL clause which is used for retrieving data to this column. |
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>. |