|
MDDB Report Viewer Methods |
|
_SET_SUBSET_BY_LIST_ MethodBuilds the subset_by_ list from the filter value selections. SyntaxCALL SEND(OBJID,'_SET_SUBSET_BY_LIST_'); ExampleThe following illustrates an example of a subset_by_ list:
subset_by_ ( COUNTRY = ('CANADA'
)
DIVISION = ('EDUCATION'
)
MONTH = ('Jan'
'Feb'
)
)
|
||
|
MDDB Report Viewer Methods |
|