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 }

Parameters

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

The following report script is designed for the Sample Basic cube, available in the gallery.

<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.