FILTER-NAME
The FILTER-NAME terminal in the MaxL language represents the name of an Essbase security filter. The filter name in MaxL has three parts, in the form of appname.dbname.filtername
.
Three tokens are required, to indicate application and database context.
The following special characters are not permitted:
! @ # $ % ^ & * () _ + - = {} [] | ; ' : " < > ? , . / ~ `
Syntax
name1.name2.name3
-
name1—Application name.
-
name2—Database name.
-
name3—Filter name.
Type
name (see MaxL Syntax Notes)
Example
Sample.basic.filt1