Skip to content

Accepting a list of objid's as input parameter

There are reports that accepts a list of objid's as input, instead of a set of input parameters. (some also accepts a combination of both) AcceptsObjidList

block Movie accepts ObjidList  {    filter on Actor,Gengre;    SQL-Statement    SELECT count(*) actor_count    FROM   movie;