TableCatView.selectionForPareto

Syntax

selectionForPareto();

Description

The selectionForPareto method enables the Distribution button depending on the selected range.

Example

Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component). Make the Distribution button available:

// Get view of the Table tab
var category = expressBox.getRibbonView().getTableCategory();
// Try to make the Distribution button available
category.selectionForPareto();

After executing the example the Distribution button on the express report tool ribbon becomes available.

See also:

TableCatView