Reporting
>
Native reporting system
>
Reporting system command language
> LENGTH subcommand
LENGTH subcommand
Use the
LENGTH
subcommand with the
FIELD
command to indicate the maximum number of characters (alpha/numeric) a field’s value can have.
Syntax
FIELD
field-identifier
{
LENGTH
numeric-length
}
Example
This example shortens the default
Name
field length of 31 characters to 15. Otherwise the entire field, up to 31 characters, are printed in the column.
FIELD "Name" {
LENGTH
15 }
Parent topic
Reporting system command language
This site works best with JavaScript enabled