MDDB Report Viewer Methods |
This method
builds the HIERARCHIES_L sublist on the SAVED_L list if it is empty
builds the CURRENT_SUBSETS and CURRENT_DRILLS lists on HIERARCHIES_L if it is empty
updates the CURRENT_SUBSETS lists for each hierarchy and class variable with the current filter information.
CALL SEND(OBJID,'_BUILD_CURRENT_SUBSETS_',application-list,metabase-id);
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. |
metabase-id | N | the ID number of the metabase |
applist= makelist(); rc=fillist('CATALOG','SASHELP.EISRG.ONEWAY.EIS',applist); mbid=instance(loadclass('SASHELP.MB.METABASE.CLASS')); call send(webid,'_BUILD_CURRENT_SUBSETS_',applist,mbid);
MDDB Report Viewer Methods |