MetabaseDialogBase.getCurrentFilter

Syntax

getCurrentFilter();

Description

The getCurrentFilter method returns the current filter in basic dialog box with repository.

Comments

This method returns a JSON object with the following fields: Filters - array containing IDs of filters listed in the PP.Mb.Ui enumeration.MetabaseObjectClass, ResourceKey - key of the resource used to get filter name.

Example

The example of use is given in the page with description of the MetabaseDialogBase.addFilter method.

See also:

MetabaseDialogBase