Displays all members that apply to a column as the column heading, in the style used by asymmetric reports.
Note: | This is the only format that can be used with asymmetric reports. Pyramid headers are the default for symmetric reports. |
Syntax
{ BLOCKHEADERS }Notes
BLOCKHEADERS is a setting command.
BLOCKHEADERS can be useful when columns are reordered and previously symmetric upper-tier column headers no longer align properly.
BLOCKHEADERS ensures right-justified alignment of all columns.
Example
The following example is based on Sample Basic.
<PAGE Measures)
Sales
{WIDTH 7}
{BLOCKHEADERS}
<SYM
<COLUMN (Scenario, Year, Market)
Actual Budget
Jan Feb
East West
<ROW (Market)
<IDESCENDANTS "400"
!This example produces the following report:
Sales
Actual Actual Actual Actual Budget Budget Budget Budget
Jan Jan Feb Feb Jan Jan Feb Feb
East West East West East West East West
====== ====== ====== ====== ====== ====== ====== ======
400-10 562 1,115 560 1,122 580 740 580 740
400-20 219 1,032 243 1,065 230 690 260 700
400-30 432 625 469 618 440 410 490 400
400 1,213 2,772 1,272 2,805 1,250 1,840 1,330 1,840See Also