Tool | Topic | Location |
---|---|---|
Administration Services | Editing Custom-Defined Macros | Oracle Essbase Administration Services Online Help |
MaxL | Oracle Essbase Technical Reference |
The following MaxL statement changes the local macro @COUNTRANGE, which is used only in the Sample application:
create or replace macro Sample.'@COUNTRANGE'(Any) as '@COUNT(SKIPMISSING, @RANGE(@@S))';
The following MaxL statement changes the global macro @COUNTRANGE:
create or replace macro '@COUNTRANGE'(Any) as '@COUNT(SKIPMISSING, @RANGE(@@S))';