Reporting > Native reporting system > Reporting system command language > TABULAR command
  
TABULAR command
The TABULAR command specifies how a tabular report is to be constructed. Tabular reports consist of multiple columns, and show how multiple sets of encyclopedia entries correspond to each other.
Syntax
TABULAR value
{
level-command-statement
level-command-statement
level-command-statement
}
TABULAR, value (1), brackets (BEGIN and END or { and }), and level-command-statements must be separated by white space. The value (1) is required for the report to be parsed properly.
In multi-level reports, the order of the JOIN commands and level-command-statements must provide a clear path through the entity and relation tables (see Relations between objects).
Parent topic
Reporting system command language