_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'
                        )
           )