Display Filter Row

The MaxL display filter row statement helps you view the access definition rows in security filters that restrict Essbase database access.

Syntax


Description of dspfltrw.gif follows
Description of the illustration dspfltrw.gif

You can display Essbase security filter contents in the following ways using MaxL display filter row.

Keywords

display filter row [all]

Display all filters (and their contents) defined on the system.

Example:

display filter row;
display filter row FILTER-NAME

Display a filter and its contents by name.

Example:

display filter row Sample.Basic.filt2;
display filter row on database DBS-NAME

Display all filters (and their contents) associated with the specified database.

Example:

display filter row on Sample.Basic;