MDDB Report Viewer Methods |
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 HIERARCHIES_L if it is empty
updates the CURRENT_DRILLS sublist for each hierarchy with the current drilldown information
sets the CURRENT_LEVEL value for each hierarchy on HIERARCHIES_L.
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. |
applist= makelist(); rc=fillist('CATALOG','SASHELP.EISRG.ONEWAY.EIS',applist); call send(webid,'_SET_DRILL_LEVELS_',applist);
MDDB Report Viewer Methods |