RDML allows the syntax (REQUEST_HANDLE rh) to go on each statistical
expression in the GET ... END_GET block, and there is one request per
statistical expression. For example,
GET
a = COUNT
(request_handle r1)
...;
b = MAX
(request_handle r2)
...;
END_GET