SKIP

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 }
ParameterDescription

n

Positive integer representing the number of lines to skip.

Notes

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