space
Previous Page | Next Page

MDDB Report Viewer 9.2

_SET_SUBSET_BY_LIST_ Method

Builds the subset_by_ list from the filter value selections

Syntax

 CALL SEND(OBJID,'_SET_SUBSET_BY_LIST_');                 

Example

The following illustrates an example of a subset_by_ list:

subset_by_ ( COUNTRY   = ('CANADA'
                         )
             DIVISION  = ('EDUCATION'
                         )
             MONTH     = ('Jan'
                          'Feb'
                         )
            )

Previous Page | Next Page | Top of Page