COLUMN-WIDTH

The COLUMN-WIDTH terminal in the MaxL language for Essbase represents the width of the columns that should appear in MaxL display output tables.

The value for COLUMN-WIDTH must be a number (at least 8), or the keyword default. Default indicates a column width of 20 characters.

Type

number (see MaxL Syntax Notes) or default

Example

set display column width 80

set display column width default

Referenced By

MaxL Shell Commands (in Set Display Column Width)