MDDB Report Viewer Methods |
This method
clears the across sublist on the application list
adds the selected across variables to the across sublist.
CALL SEND(OBJID,'_BUILD_ACROSSL_LIST_',application-list,across-variable);
Where... | Is Type... | And Contains... |
---|---|---|
application-list | N | the list ID of the application list. For more information on application lists, see the online documentation for SAS/EIS software. |
across-variable | C | the variable that is selected for the across dimension (optional, and no longer used). |
acrosvar='Product Line'; rc=insertc(acrvars_,acrosvar,-1); applist=makelist(); rc=fillist('CATALOG','SASHELP.EISRG.ONEWAY.EIS',applist); call send(webid,'_BUILD_ACROSSL_LIST_',applist);
The following sublist will be added to the application list:
Across:( PRODUCT LINE= ( HIERARCH= 'Product Line' )[1081] )[989]
MDDB Report Viewer Methods |