I'm using SSRS 2008 R2 and building a report with Report Builder 3.0. I need to query 2 databases, a Central one here at headquarters and a Satellite one in Australia. They both have a table called Buyers. The satellite site just contains a smaller set of data that we will return to central at a later date. They have the following fields; idBuyer, IdCustomer, DateRegistered Right now I want to query all the records in the Satellite site for Customers (idCustomer) that are not already in the same table in the central datasource I’m using a LookUp using idBuyer to join the datasets in a Tablix. Now I just want to filter for results where idCustomer from the Satellite dataset is not in the Central Dataset
Any pointers would be appreciated as I assume this would be pretty simple but I’m not getting it to work