_BUILD_DOWNL_LIST_ Method

Builds the DOWNL sublist on the application list

Syntax

CALL SEND(OBJID,'_BUILD_DOWNL_LIST_',application-list,down-variable);

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.
Type:Numeric
down-variable
the selected down variable. (This optional parameter is included for compatibility with previous releases of the MDDB Report Viewer.)
Type:Character

Details

This method
  • clears the down sublist on the application list
  • adds the selected down variable to the down sublist.

Example

applist= makelist();
rc= fillist('CATALOG','SASHELP.EISRG.ONEWAY.EIS',applist);
downvar= 'Geographic';
rc=insertc(downvars_,downvar, -1);
call send(webid,'_BUILD_DOWNL_LIST_',applist);
The following sublist is added to the application list:
downl: ( GEOGRAPHIC= ( HIERARCH= 'Geographic'
                                  )[2453]
                     )[2367]