replacing the list page query by a complete custom one June 19, 2019, 07:29:56 PM To publish my table, i need the query:SELECT *FROM `klanten` LEFT OUTER JOIN `generators` ON (`klanten`.`klant_gen` = `generators`.`gen_id`) LEFT OUTER JOIN `businesses` ON (`klanten`.`klant_bs` = `businesses`.`bus_id`)And i need the outer joins to also publish records from klanten that have no matching records in genersators and/or businesses.I ve been looking around but cant find a way to use the outer. i can do the normal left and right in the 'default query configuration' (which implies there is a 'not default or special' one too. Cant find it ...thanks for helpWhat i cant find either, are posibilities to manipulate queries or parameters in 'before show''before publish' etc clauses. please help Quote Selected