Outputs a number of blank lines in the report or a single line if n is omitted from the command. The default value is single skip.
Syntax
{SKIP n }| Parameter | Description |
|---|---|
n | Positive integer representing the number of lines to skip. |
Notes
SKIP is an output command.
The value of n must be a positive integer.
If you do not specify a value for n, {SKIP} defaults to 1.
Example
<PAGE (Measures, Market)
Texas Sales
<COLUMN (Scenario, Year)
Actual Budget
Jan Feb
<ROW (Market)
<DESCENDANTS "100"
{SKIP 2}
<DESCENDANTS "200"
<DESCENDANTS "300"
!
Which inserts two blank lines between the rows containing descendants of member 100 and descendants of members 200 and 300.
See Also