LAYOUT

Layout functions can be used to set the layout, set a theme, enable/disable rails, or expand the hierarchy to a particular level. Let's take a look at the various options.

NAME
DESCRIPTION

Sets the layout to hierarchy

Sets the layout to outline

Sets the layout to table

Sets the layout to stepped

Sets the layout to drilldown

Applies a light canvas

Applies a dark canvas

Fits the maximum possible data in the available space

Enable or disable the ruler

Expands the column hierarchy to the specified level

Expands the row hierarchy to the specified level

1. LAYOUT.HIERARCHICAL

Sets the layout option to hierarchy and displays the data in a hierarchical format.

Syntax

Layout hierarchical

2. LAYOUT.OUTLINE

Sets the layout option to outline.

Syntax

Setting the layout to outline

3. LAYOUT.TABLE

Sets the layout option to table.

Syntax

Setting the layout to table

4. LAYOUT.STEPPED

Sets the layout option to stepped.

Syntax

Setting the layout to stepped

5. LAYOUT.DRILLDOWN

Sets the layout option to drilldown.

Syntax

Setting the layout to drilldown

6. LAYOUT.LIGHTTHEME

Sets a light background for the canvas.

Syntax

Setting a light canvas

7. LAYOUT.DARKTHEME

Sets a light background for the canvas.

Syntax

Setting a dark background

8. LAYOUT.AUTOFIT

Fits the maximum possible data in the available space.

Syntax

Autofit layout

9. LAYOUT.SETRULER

Fits the maximum possible data in the available space.

Syntax

Ruler enabled using set ruler

10. LAYOUT.GOTOCOLUMNLEVEL

Expands the column hierarchy to the specified level. The highest level of the hierarchy is denoted by '0'.

Syntax

Expanding the column hierarchy

11. LAYOUT.GOTOROWLEVEL

Expands the row hierarchy to the specified level. The highest level of the hierarchy is denoted by '0'.

Syntax

Expanded row hierarchy

Last updated

Was this helpful?