_BUILD_CURRENT_SUBSETS_ Method
Updates the saved_l sublist on the application list
to define the specified filters
Syntax
CALL SEND(OBJID,'_BUILD_CURRENT_SUBSETS_',application-list,metabase-id);
Required Arguments
- application-list
-
the list ID of the
application list. For more information about application lists, see
the online Help for SAS/EIS software.
- metabase-id
-
the ID number of the
metabase.
Details
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 the HIERARCHIES_L sublist if it is empty
-
updates the CURRENT_SUBSETS lists
for each hierarchy and class variable with the current filter information.
Example
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);