_SET_DRILL_LEVELS_ Method
Updates the SAVED_L sublist on the application list
to set the drill-down values
Syntax
CALL SEND(OBJID,'_SET_DRILL_LEVELS_',application-list);
Required Argument
- application-list
-
the list ID of the
application list. For more information about application lists, see
the online Help for SAS/EIS software.
Details
This method
-
builds the HIERARCHIES_L and SAVED_L
sublists on the application list if the list is empty
-
builds the CURRENT_DRILLS sublist
on the HIERARCHIES_L sublist if it is empty
-
updates the CURRENT_DRILLS sublist
for each hierarchy with the current drill-down information
-
sets the CURRENT_LEVEL value for
each hierarchy on the HIERARCHIES_L sublist.
Example
applist= makelist();
rc=fillist('CATALOG','SASHELP.EISRG.ONEWAY.EIS',applist);
call send(webid,'_SET_DRILL_LEVELS_',applist);