space
Previous Page | Next Page

MDDB Report Viewer 9.2

_SET_DRILL_LEVELS_ Method

Updates the SAVED_L sublist on the application list to set the drilldown values

This method

Syntax

 CALL SEND(OBJID,'_SET_DRILL_LEVELS_',application-list);
Where... Is Type... And Contains...
application-list N the list ID of the application list. For more information on application lists, see the online Help for SAS/EIS software.

Example

applist= makelist();
rc=fillist('CATALOG','SASHELP.EISRG.ONEWAY.EIS',applist);
call send(webid,'_SET_DRILL_LEVELS_',applist); 

Previous Page | Next Page | Top of Page