About
The creation of a logical request is the first step of the BI Server query processing when it receive a logical SQL.
-------------------- Logical Request (before navigation):
RqList distinct
Vorderingen.BETAALSTATUS as c1 GB,
Vorderingen.BELASTINGJAAR as c2 GB,
Vorderingen.VERVALDSTATUS as c3 GB,
Subjecten.KLANT_TYPE as c4 GB
DetailFilter: Vorderingen.BETAALSTATUS = 'Open'
OrderBy: c1 asc, c2 asc, c3 asc, c4 asc
You can find it in the nqquery log file.