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
2. LAYOUT.OUTLINE
Sets the layout option to outline.
Syntax
3. LAYOUT.TABLE
Sets the layout option to table.
Syntax
4. LAYOUT.STEPPED
Sets the layout option to stepped.
Syntax
5. LAYOUT.DRILLDOWN
Sets the layout option to drilldown.
Syntax
6. LAYOUT.LIGHTTHEME
Sets a light background for the canvas.
Syntax
7. LAYOUT.DARKTHEME
Sets a light background for the canvas.
Syntax
8. LAYOUT.AUTOFIT
Fits the maximum possible data in the available space.
Syntax
9. LAYOUT.SETRULER
Fits the maximum possible data in the available space.
Syntax
10. LAYOUT.GOTOCOLUMNLEVEL
Expands the column hierarchy to the specified level. The highest level of the hierarchy is denoted by '0'.
Syntax
11. LAYOUT.GOTOROWLEVEL
Expands the row hierarchy to the specified level. The highest level of the hierarchy is denoted by '0'.
Syntax
Last updated