Display Filter

The MaxL display filter statement helps you view a specific Essbase security filter or a list of all filters.

Syntax


Description of dispfilt.gif follows
Description of the illustration dispfilt.gif

Use MaxL display filter to display filters in the following ways. Or, refer to display filter row if you need to display the access rows (contents) of a filter.

Keywords

display filter [all]

Display all filters on the system.

Example:

display filter;
display filter FILTER-NAME

Display a filter by name.

Example:

display filter Efficient.UserFilters.dslookupfilter;
display filter on database DBS-NAME

Display all filters associated with the specified database.

Example:

display filter on database Sample.Basic;