I have a form with two datasources (say DS1, DS2), both inner joined, and now I want only DS1 to select data crosscompany, but not DS2, is that possible?
I have already tried turning CrossCompanyAutoQuery to true, and also turning on the crosscompany selection in the datasource init() method, both did not work.