Yes thanks, I had a look, but they didn't seem to answer the query I have.
The base query on which the report is built looks like this:
SELECT PLANACT.*, contractsref.description, specref.specGroup, specref.careGroup
FROM (PLANACT LEFT JOIN contractsref ON PLANACT.contract =...