Definitions Tags

Definitions are defined using the definitions tag and appear at the beginning of the script in the divetab block.

Tag

Examples

Status

Notes

definitions

definitions {

...

}

Required Defines the definitions block.
column-set

column-set id = "year_revenue" {

...

}

Optional

Defines the column-set block. Because the definitions block contains code that is referenced elsewhere in the script, the id tag is required.

expand-set

expand-set id = "month_revenue" {

...

}

Optional

Defines the expand-set block. Because the definitions block contains code that is referenced elsewhere in the script, the id tag is required.

elements

elements {

...

}

Optional

Defines the elements block. Because the elements block contains elements that are referenced elsewhere in the script, an id tag is required for each element.

See also: